

.match-item-statistics {
    justify-content: center;
    display: flex;
    align-items: center;
    margin-top: 5px;
    margin-bottom: 5px;
    gap: 12px;
    flex-wrap: wrap;
}

.match-item-statistics .score__footer-left {
    display: flex;
    gap: 12px;
}

.match-item-statistics .footer-match--flag {
    background: #373737;
    color: #ACACAC;
    font-family: 'Roboto', system-ui, sans-serif;
    font-size: 13px;
    line-height: 16px;
    border-radius: 24px;
    padding: 6px 14px;
    gap: 10px;
    display: flex;
    align-items: center;
}

.match-item-statistics .footer-match__goal-score {
    gap: 6px;
    display: flex;
    align-items: center;
}

.match-item-statistics .footer-match__goal-score span {
    color: #00C44D;
}

.match-item-statistics .footer-match__goal-score .footer-match__half-court {
    color: #ffffff;
}

.match-item-statistics .footer-match__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
}

.match-item-inner {
    position: relative;
}

.logo-team-inner {
    background-color: rgba(255, 255, 255, 0.21);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    padding: 8px;
    display: block;
    position: relative;
}

.logo-team-inner img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.match-team-inner {
    display: flex;
    align-items: center;
    gap: 10px;
}

.match-away .match-team-inner {
    flex-direction: row-reverse;
}

.match-overview {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.name-team span {
    display: block;
    max-width: 155px;
    overflow-wrap: break-word;
    text-align: center;
}

.match-item-footer .match-footer-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    align-items: center;
}

.match-item-footer .match-footer-container .views {
    text-align: right;
    display: flex;
    justify-content: right;
}

.hot-match .match-item-inner {
    border: 1px solid var(--scl-hot, #dd3333);
    box-shadow: 0 0 0 1px var(--scl-hot, #dd3333) inset;
    border-radius: 8px;
}

.match-item-footer {
    position: relative;
    background: transparent;
    overflow: hidden;
}

.match-item-footer .match-footer-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    align-items: center;
    min-height: 40px;
}

.match-item-footer .match-footer-container .view-box,
.match-item-footer .match-footer-container .count-blv {
    padding: 8px 10px;
}

.match-item-footer .match-footer-container > .match-blv-box > .count-blv,
.match-item-footer .match-footer-container .view-box {
    position: relative;
    z-index: 3;
}

.match-item-footer .match-footer-container .view-box {
    max-width: fit-content;
}

.match-item-footer .match-footer-container .views {
    display: flex;
    justify-content: right;
    text-align: right;
}

.match-item-footer .match-footer-container > .match-blv-box > .count-blv {
    border-right: 1px solid rgba(255, 255, 255, 0.06);
}

.blv-list {
    display: flex;
    gap: 10px;
    align-items: center;
    overflow: hidden;
    transition: 0.5s;
}

.blv-item-scl .dropdown-item {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
    padding: 12px;
    position: relative;
    text-decoration: none;
}

.blv-item-scl .dropdown-item:hover {
    background-color: rgba(37, 36, 36, 0.6);
    color: #fff;
    border-radius: 5px;
}

.blv-item-scl .dropdown-item img.img_blv_inner,
.blv-item-scl .dropdown-item .img_blv_inner img {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 8px;
}

.nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    padding: 8px;
    cursor: pointer;
    width: 25px;
    height: 25px;
    z-index: 10;
    border-radius: 50%;
    background: rgba(48, 47, 47, 0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.nav-btn:disabled { opacity: 0.4; cursor: not-allowed; }

.prev-btn { left: 5px; }
.next-btn { right: 5px; }
.next-btn svg { transform: rotate(180deg); }

.both-disabled .nav-btn { display: none; }

.slider-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.slider-blv {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    gap: 8px;
}

.slider-blv::-webkit-scrollbar { display: none; }

.match-item-footer.no-blv {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 40px;
}

.match-item-footer.no-blv .match-footer-container {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #fff;
    padding: 12px;
    grid-template-columns: none;
}

.match-item-footer.no-blv .blv-empty img {
    max-width: 30px;
    height: auto;
}

.blv-number,
.count-blv .count {
    color: var(--scl-primary, #00FFFD);
    font-size: 12px;
    font-weight: 500;
    border-radius: 13px;
    padding: 3px 8px;
    background: linear-gradient(#1a1e23, #1a1e23) padding-box,
                linear-gradient(180deg, #1a1e23 0%, var(--scl-primary, #00FFFD) 100%) border-box;
    border: 1px solid transparent;
    display: inline-flex;
    align-items: center;
}

.match-item[is-live="0"] .view-box { display: none; }
.match-item[is-live="1"] .view-box { display: block; }

@media (max-width: 1208px) {
    .logo-team-inner {
        width: 50px;
        height: 50px;
        padding: 7px;
    }
    .name-team span {
        max-width: 90px;
        font-size: 11px;
    }
}

@media (max-width: 767px) {
    .match-item-statistics {
        gap: 8px;
        font-size: 11px;
    }
    .match-item-statistics .footer-match--flag {
        font-size: 11px;
        padding: 4px 10px;
    }
}
