/* Sports Scores — Sidebar Zone */

.sp-sidebar-wrap {
    width: 100%;
    height: 100%;
    position: relative;
    font-family: Roboto, sans-serif;
    container-type: size;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sp-sidebar-wrap .sp-sidebar-card {
    width: 80cqw;
    height: 80cqh;
    display: flex;
    flex-direction: column;
    background: linear-gradient(135deg, #ffffff, var(--bg, #f5f5f5));
    overflow: hidden;
    border: 1cqmin solid var(--accent);
    box-shadow: 0 0.1cqmin 0.2cqmin rgba(0,0,0,0.05), 0 0.4cqmin 1.2cqmin rgba(0,0,0,0.08);
}

.sp-sidebar-wrap .sp-sidebar-banner {
    width: calc(100% - 3cqmin);
    margin: 1.5cqmin auto 0;
    padding: 3cqmin 0;
    text-align: center;
    flex-shrink: 0;
}

.sp-sidebar-wrap .sp-sidebar-league {
    font-family: Montserrat, sans-serif;
    font-size: 8cqmin !important;
    font-weight: 900 !important;
    line-height: 1.1 !important;
    color: #fff;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    -webkit-text-stroke: 0 !important;
    text-shadow: none !important;
}

.sp-sidebar-wrap .sp-sidebar-status {
    font-size: 4cqmin !important;
    font-weight: 400 !important;
    line-height: 1.4 !important;
    color: rgba(255,255,255,0.7);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    -webkit-text-stroke: 0 !important;
    text-shadow: none !important;
}

.sp-sidebar-wrap .sp-sidebar-match {
    display: grid;
    grid-template-rows: 1fr auto 1fr;
    flex: 1;
    padding: 0;
    min-height: 0;
    overflow: hidden;
}

.sp-sidebar-wrap .sp-sidebar-team {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2cqmin;
}

.sp-sidebar-wrap .sp-sidebar-logo {
    width: 13cqh;
    height: 13cqh;
    object-fit: contain;
}

.sp-sidebar-wrap .sp-sidebar-name {
    font-family: Montserrat, sans-serif;
    font-size: 3.5cqh !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    color: var(--text);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-text-stroke: 0 !important;
    text-shadow: none !important;
}

.sp-sidebar-wrap .sp-sidebar-score {
    font-family: Montserrat, sans-serif;
    font-size: 7cqh !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    color: var(--text);
    -webkit-text-stroke: 0 !important;
    text-shadow: none !important;
}

.sp-sidebar-wrap .sp-sidebar-row-divider {
    height: 1cqmin;
    min-height: 1cqmin;
    width: 80%;
    margin: 0 auto;
    background: var(--accent);
}

.sp-sidebar-wrap .sp-sidebar-meta {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100% - 3cqmin);
    margin: 0 auto 1.5cqmin;
    padding: 2cqmin 3cqmin;
    font-size: 3cqmin !important;
    font-weight: 400 !important;
    line-height: 1.4 !important;
    color: #fff;
    flex-shrink: 0;
    -webkit-text-stroke: 0 !important;
    text-shadow: none !important;
}
