/* Sports Scores — Main Zone */

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

.sp-main-wrap .sp-main-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-main-wrap .sp-main-banner {
    width: calc(100% - 3cqmin);
    margin: 1.5cqmin auto 0;
    padding: 2.5cqmin 0;
    text-align: center;
    flex-shrink: 0;
}

.sp-main-wrap .sp-main-league {
    font-family: Montserrat, sans-serif;
    font-size: 5cqmin !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-main-wrap .sp-main-status {
    font-size: 2cqmin !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-main-wrap .sp-main-match {
    display: flex;
    flex-direction: column;
    flex: 1;
    width: 100%;
    padding: 0 6cqmin;
    box-sizing: border-box;
    min-height: 0;
    overflow: hidden;
}

.sp-main-wrap .sp-main-team {
    display: flex;
    align-items: center;
    flex: 1;
    min-height: 0;
}

.sp-main-wrap .sp-main-logo {
    width: 20cqmin;
    height: 20cqmin;
    object-fit: contain;
    flex-shrink: 0;
}

.sp-main-wrap .sp-main-name {
    font-family: Montserrat, sans-serif;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    font-size: 2.2cqmin !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    color: var(--text);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 0 1.5cqmin;
    flex-shrink: 0;
    max-height: 25cqmin;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-text-stroke: 0 !important;
    text-shadow: none !important;
}

.sp-main-wrap .sp-main-divider {
    width: 1cqmin;
    background: var(--accent);
    flex-shrink: 0;
    align-self: center;
    height: 20cqmin;
}

.sp-main-wrap .sp-main-score {
    font-family: Montserrat, sans-serif;
    font-size: 12cqmin !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    color: var(--text);
    flex: 1;
    text-align: center;
    -webkit-text-stroke: 0 !important;
    text-shadow: none !important;
}

.sp-main-wrap .sp-main-row-divider {
    height: 1cqmin;
    min-height: 1cqmin;
    width: 100%;
    flex-shrink: 0;
    background: var(--accent);
    margin: 1cqmin 0;
}

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

.sp-main-wrap .sp-main-meta i {
    margin-right: 0.3cqmin;
}
