.matches, .matches * {
    box-sizing: border-box;
}

.matchesSlider {
    max-width: 800px;
}

.matchesSlider > .splide {
    overflow: hidden;
    border-radius: 3px;
}

.matches__item {
    width: 84px;
    height: 90px;
    border: thin solid rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    font-size: 14px;
    transition: background-color .15s;
    padding-bottom: 4px;
    display: flex;
}

.matches__item:hover {
    background-color: #F5F5F5;
}

.matches__item a {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    width: 100%;
    outline: 0;
}

.matchesSlider .matches__item .match__teams {
    display: flex;
    align-items: center;
    height: 62px;
    padding: 8px 4px;
    position: relative;
}

.matchesSlider .matches__item .match__teams table {
    flex-grow: 1;
}

.matchesSlider .matches__item .match__teams table tbody {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
}

.matchesSlider .matches__item .match__teams .match__team {
    display: flex;
    align-items: center;
    gap: .25rem;
    line-height: 16px;
    font-size: 13px;
}

.matchesSlider .matches__item .match__teams .match__teamName {
    font-weight: bold;
    white-space: nowrap;
}

.matchesSlider .matches__item .match__teams .match__teamLogo img {
    width: 16px;
    height: 16px;
}
.matchesSlider .matches__item .match__time {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    line-height: 14px;
    font-size: 10px;
    text-align: center;
    border-top: thin solid rgba(0, 0, 0, 0.1);
    color: #000;
    text-transform: uppercase;
    white-space: nowrap;
}

.matchesSlider .splide__arrow {
    border-radius: 0;
    transform: unset;
    height: 100%;
    top: 0;
    width: 45px;
    outline: 0;
    border: 0;
    background-color: transparent;
    background-image: linear-gradient(to right, transparent, #C1C1C1);
}

.matchesSlider .splide__arrow[disabled] {
    display: none;
}

.matchesSlider .splide__arrow--prev {
    background-image: linear-gradient(to left, transparent, #C1C1C1);
    left: 0;
}

.matchesSlider .splide__arrow--next {
    right: 0;
}

.matches .matches__legalZodpovedneHrani {
    display: flex;
    gap: .5rem;
    font-size: 12px;
    align-items: center;
    justify-content: center;
}

.matches .matches__legalZodpovedneHrani img {
    width: 20px;
    height: auto;
}

.matchesSlider .match__teamLogo {
    display: none;
}

.matches .matches__header {
    font-family: "Inter", sans-serif;
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}

.matches .matches__header  a {
    font-size: .88875rem;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    outline: 0;
    border: 0;
}

.matches__header .matches__headerBtn {
    color: #276330;
}
