.matches.featuredMatches {
    border: thin solid rgba(0,0,0,.1);
    border-radius: 3px;
}

.matches.featuredMatches .matchesTable__header {
    font-weight: bold;
    border-bottom: thin solid rgba(0, 0, 0, 0.1);
}

.matches.featuredMatches .matchesTable__header a {
    display: flex;
    padding: .5rem;
    color: inherit;
    text-decoration: none;
}

.matches.featuredMatches .matchesTable__content {
    padding: .5rem .5rem 0 .5rem;
}

.matches.featuredMatches .matchesTable__eventLink {
    position: absolute;
    inset: 0;
}

.matches.featuredMatches .matchesTable__footer .matchesTable__footerCta a {
    display: flex;
    justify-content: center;
    padding: .75rem;
}

.matches.featuredMatches .matchesTable__footer {
    padding: 0 .5rem .5rem .5rem;
}

.matches.featuredMatches .matchesTable__legal,
.matches.featuredMatches .matchesTable__bonuses,
.matches.featuredMatches .matchesTable__footerCta a {
    font-size: 12px;
}

.matches.featuredMatches .matchesTable__list .matchesTable__event {
    position: relative;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: .5rem;
}

.matches.featuredMatches .matchesTable__eventName {
    display: flex;
    align-items: center;
    gap: .25rem;
}

.matches.featuredMatches .matchesTable__list {
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}

.matches.featuredMatches .matchesTable__legalZodpovedneHrani {
    display: inline-flex;
    align-items: center;
    gap: .75rem;
    text-align: left;
}
