:root {
    --colatv-card: #252638;
    --colatv-card-footer: rgba(19, 18, 29, 0.42);
    --colatv-card-border: #3d435a;
}

body.home .matches-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    column-gap: 20px !important;
    row-gap: 30px !important;
    width: 100%;
    margin: 0 !important;
}

body.home .matches-grid > .match-item {
    position: relative;
    width: 100% !important;
    height: auto !important;
    min-height: 210px !important;
    margin: 0 !important;
    overflow: hidden;
    border: 1px solid var(--colatv-card-border) !important;
    border-radius: 7px !important;
    background-color: var(--colatv-card) !important;
    background-image: url("../images/bg-match.png") !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    box-shadow: none !important;
    box-sizing: border-box;
}

body.home .match-item.live-match {
    min-height: 244px !important;
    border-color: rgba(34, 197, 94, 0.82) !important;
}

body.home .match-item-inner {
    position: relative;
    display: flex !important;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 0 !important;
}

body.home .match-item-head {
    display: block;
    flex: 0 0 42px;
    height: 42px;
    padding: 8px 16px 4px !important;
    border: 0 !important;
    box-sizing: border-box;
}

body.home .match-item-head-inner {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100%;
    height: 30px;
    margin: 0 !important;
    padding: 0 !important;
    gap: 10px !important;
}

body.home .match-item__comp {
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    line-height: 1.25 !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    opacity: 1 !important;
}

body.home .match-item__time {
    display: inline-flex !important;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    height: 25px;
    padding: 4px 11px !important;
    border: 1px solid #d98b00 !important;
    border-radius: 999px !important;
    background: #1a1e22 !important;
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    opacity: 1 !important;
}

body.home .match-item.live-match .match-item__time {
    border-color: #22c55e !important;
}

body.home .match-item__live-badge {
    position: absolute !important;
    top: 0 !important;
    left: 50% !important;
    z-index: 8 !important;
    transform: translateX(-50%) !important;
    pointer-events: none;
}

body.home .match-item__live-badge span {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-width: 94px;
    height: 27px;
    padding: 3px 16px !important;
    clip-path: polygon(0 0, 100% 0, 84% 100%, 16% 100%) !important;
    background: linear-gradient(135deg, #22c55e 0%, #0bad35 100%) !important;
    color: #fff !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
}

body.home .match-item-body {
    display: flex !important;
    flex: 1 1 auto;
    flex-direction: column;
    min-height: 0;
    padding: 7px 16px 10px !important;
    box-sizing: border-box;
}

body.home .match-item-body-inner {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100%;
    flex: 1 1 auto;
    min-height: 0;
    margin: 0 !important;
    padding: 0 !important;
    gap: 10px !important;
}

body.home .match-team,
body.home .match-home,
body.home .match-away {
    display: flex !important;
    flex: 1 1 0;
    flex-direction: column;
    align-items: center !important;
    justify-content: center;
    min-width: 0;
    height: 100%;
    margin: 0 !important;
    gap: 8px !important;
}

body.home .logo-team {
    flex: 0 0 48px;
    width: 48px !important;
    height: 48px !important;
    margin: 0 !important;
}

body.home .logo-team img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    object-fit: contain !important;
}

body.home .name-team,
body.home .match-home .name-team,
body.home .match-away .name-team {
    display: block;
    width: 100%;
    max-width: 138px !important;
    overflow: hidden;
    color: #fff !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    text-align: center !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    opacity: 1 !important;
}

body.home .match-overview {
    display: flex !important;
    flex: 0 0 80px;
    align-items: center;
    justify-content: center;
    min-width: 80px !important;
    min-height: 25px;
    margin: 0 !important;
    padding: 2px 12px !important;
    border: 1px solid #1456ff !important;
    border-radius: 999px !important;
    background: linear-gradient(280deg, #1553ef 22%, #0c3089 44%, #0c1a4c 75%) !important;
    box-sizing: border-box;
    gap: 5px !important;
}

body.home .vs-match {
    display: block;
    padding: 0 !important;
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 1.1 !important;
}

body.home .match-score-live,
body.home .match-score-live .home-score,
body.home .match-score-live .divide-score,
body.home .match-score-live .away-score {
    padding: 0 !important;
    color: #fff !important;
    font-size: 20px !important;
    font-weight: 800 !important;
    line-height: 1.1 !important;
}

body.home .match-item.live-match .match-overview {
    flex-basis: 88px;
    min-width: 88px !important;
    min-height: 31px;
}

body.home .match-item.live-match .match-item-body {
    padding-bottom: 0 !important;
}

body.home .quick-stats {
    display: none !important;
}

body.home .match-item.live-match .quick-stats {
    display: flex !important;
    flex: 0 0 46px;
    align-items: center !important;
    justify-content: center !important;
    width: 100%;
    height: 46px;
    min-height: 46px;
    margin: 0 !important;
    padding: 0 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 0 !important;
    background: transparent !important;
    box-sizing: border-box;
    flex-wrap: nowrap !important;
    gap: 13px !important;
}

body.home .quick-stat-item {
    display: inline-flex !important;
    flex: 0 0 auto;
    align-items: center !important;
    justify-content: center;
    margin: 0 !important;
    padding: 0 !important;
    color: #fff !important;
    white-space: nowrap;
    gap: 6px !important;
}

body.home .quick-stat-icon {
    display: inline-flex !important;
    flex: 0 0 14px;
    align-items: center;
    justify-content: center;
    width: 14px !important;
    height: 16px !important;
    margin: 0 !important;
}

body.home .quick-stat-icon img {
    display: block;
    width: auto !important;
    max-width: 19px !important;
    height: 14px !important;
    margin: 0 !important;
    object-fit: contain;
}

body.home .quick-stat-icon .colatv-stat-corner {
    width: 16px !important;
    height: 16px !important;
}

body.home .colatv-yellow-card {
    display: block;
    width: 10px;
    height: 15px;
    border-radius: 2px;
    background: #ffc928;
}

body.home .colatv-stat-label {
    color: #22d467 !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
}

body.home .quick-stat-values {
    display: inline-flex !important;
    align-items: center !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    white-space: nowrap;
    gap: 4px !important;
}

body.home .quick-stat-home,
body.home .quick-stat-sep,
body.home .quick-stat-away {
    color: #fff !important;
    font-weight: 800 !important;
}

body.home .match-item-footer {
    position: relative;
    display: flex !important;
    flex: 0 0 65px;
    align-items: center;
    width: 100%;
    height: 65px;
    padding: 10px 15px !important;
    border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
    background: var(--colatv-card-footer) !important;
    box-sizing: border-box;
}

body.home .blv-slider {
    width: 100%;
    overflow-x: auto !important;
    overflow-y: hidden;
    scrollbar-width: none;
}

body.home .blv-slider::-webkit-scrollbar {
    display: none;
}

body.home .blv-list {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: max-content;
    min-width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    gap: 10px !important;
}

body.home .blv-item-scl {
    flex: 0 0 auto;
    margin: 0 !important;
}

body.home .blv-link {
    position: relative;
    z-index: 6;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    margin: 0 !important;
    padding: 5px 10px !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, 0.1) !important;
    color: #fff !important;
    text-decoration: none !important;
    gap: 6px !important;
}

body.home .blv-link:hover,
body.home .blv-link:focus-visible {
    background: rgba(255, 255, 255, 0.16) !important;
    box-shadow: 0 0 0 1px rgba(34, 197, 94, 0.75);
    outline: none;
}

body.home .blv-item-scl .blv-avatar {
    flex: 0 0 24px;
    width: 24px !important;
    height: 24px !important;
    overflow: hidden;
    border: 2px solid #22c55e;
    border-radius: 50%;
}

body.home .blv-item-scl .blv-avatar img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    object-fit: cover !important;
}

body.home .blv-item-scl .blv-name {
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    white-space: nowrap;
}

@media (max-width: 1199px) {
    body.home .matches-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        column-gap: 18px !important;
        row-gap: 22px !important;
    }
}

@media (max-width: 767px) {
    body.home .matches-grid {
        grid-template-columns: minmax(0, 1fr) !important;
        row-gap: 16px !important;
    }

    body.home .matches-grid > .match-item {
        min-height: 172px !important;
    }

    body.home .matches-grid > .match-item.live-match {
        min-height: 207px !important;
    }

    body.home .match-item-head {
        flex-basis: 36px;
        height: 36px;
        padding: 5px 12px 2px !important;
    }

    body.home .match-item-body {
        padding: 4px 12px 7px !important;
    }

    body.home .match-item-footer {
        flex-basis: 50px;
        height: 50px;
        padding: 7px 10px !important;
    }

    body.home .logo-team {
        flex-basis: 36px;
        width: 36px !important;
        height: 36px !important;
    }

    body.home .name-team,
    body.home .match-home .name-team,
    body.home .match-away .name-team {
        max-width: 110px !important;
        font-size: 12px !important;
    }

    body.home .match-overview {
        flex-basis: 74px;
        min-width: 74px !important;
    }

    body.home .blv-item-scl .blv-name {
        font-size: 11px !important;
    }

    body.home .match-item.live-match .quick-stats {
        flex-basis: 39px;
        height: 39px;
        min-height: 39px;
        gap: 9px !important;
    }

    body.home .quick-stat-item {
        gap: 4px !important;
    }

    body.home .colatv-stat-label,
    body.home .quick-stat-values {
        font-size: 12px !important;
    }

    body.home .quick-stat-values {
        gap: 3px !important;
    }

    body.home .quick-stat-icon {
        flex-basis: 13px;
        width: 13px !important;
        height: 14px !important;
    }

    body.home .quick-stat-icon img {
        max-width: 16px !important;
        height: 13px !important;
    }

    body.home .colatv-yellow-card {
        width: 9px;
        height: 13px;
    }
}

@media (max-width: 389px) {
    body.home .match-item__comp,
    body.home .match-item__time {
        font-size: 11px !important;
    }

    body.home .match-overview {
        flex-basis: 68px;
        min-width: 68px !important;
    }

    body.home .match-item.live-match .quick-stats {
        gap: 7px !important;
    }

    body.home .colatv-stat-label,
    body.home .quick-stat-values {
        font-size: 11px !important;
    }
}
