/* Match Centre layout — light livescore UI */

:root {
    --sa-mc-bg: #eceff3;
    --sa-mc-surface: #ffffff;
    --sa-mc-border: #dde2ea;
    --sa-mc-text: #1f2937;
    --sa-mc-muted: #6b7280;
    --sa-mc-accent: #d64b7a;
    --sa-mc-accent-dark: #b83d66;
    --sa-mc-accent-soft: #fce8ef;
    --sa-mc-nav-bg: #ffffff;
    --sa-mc-shadow: 0 1px 3px rgba(15, 23, 42, 0.08);
}

body.sa-match-centre {
    background: var(--sa-mc-bg) !important;
    color: var(--sa-mc-text);
}

body.sa-match-centre #wrapper,
body.sa-match-centre #globalcontainer {
    max-width: none;
    width: 100%;
    background: transparent !important;
}

body.sa-match-centre #globalcontent {
    display: block !important;
    background: transparent !important;
    min-height: auto;
}

body.sa-match-centre #leftcolumn {
    display: none !important;
}

body.sa-match-centre #gloablcontentcenter {
    display: block !important;
    width: 100% !important;
    background: transparent;
}

body.sa-match-centre #contentcentercontent {
    padding: 0;
}

body.sa-match-centre .sa-hero,
body.sa-match-centre .sa-promo-row {
    display: none !important;
}

/* ── Top header ── */
.sa-mc-header {
    background: var(--sa-mc-nav-bg);
    border-bottom: 1px solid var(--sa-mc-border);
    box-shadow: var(--sa-mc-shadow);
}

.sa-mc-header-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 10px 16px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.sa-mc-logo img {
    display: block;
    max-height: 36px;
    width: auto;
}

.sa-mc-header-nav {
    display: flex;
    gap: 4px;
    flex: 1;
}

.sa-mc-header-nav a {
    padding: 8px 14px;
    border-radius: 6px;
    color: var(--sa-mc-muted);
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.sa-mc-header-nav a:hover {
    background: #f3f4f6;
    color: var(--sa-mc-text);
    text-decoration: none;
}

.sa-mc-header-nav a.active {
    background: var(--sa-mc-accent-soft);
    color: var(--sa-mc-accent);
}

.sa-mc-header-actions {
    flex-shrink: 0;
}

.sa-mc-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    border: 1px solid var(--sa-mc-border);
    color: var(--sa-mc-muted);
    background: #fff;
}

.sa-mc-btn-live {
    background: var(--sa-mc-accent);
    border-color: var(--sa-mc-accent);
    color: #fff !important;
}

.sa-mc-btn-live:hover {
    background: var(--sa-mc-accent-dark);
    text-decoration: none;
    color: #fff !important;
}

.sa-mc-btn-live .sa-live-dot {
    background: #fff;
}

/* ── Sport nav bar ── */
.sa-sport-nav {
    background: var(--sa-mc-nav-bg);
    border-bottom: 1px solid var(--sa-mc-border);
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.sa-sport-nav-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 8px;
    display: flex;
    align-items: stretch;
    min-height: 52px;
}

.sa-sport-nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    min-width: 72px;
    padding: 8px 12px 6px;
    color: var(--sa-mc-muted);
    text-decoration: none;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    border-bottom: 3px solid transparent;
    white-space: nowrap;
    background: none;
    border-top: none;
    border-left: none;
    border-right: none;
    cursor: pointer;
    font-family: inherit;
}

.sa-sport-nav-item:hover {
    color: var(--sa-mc-accent);
    text-decoration: none;
    background: #fafafa;
}

.sa-sport-nav-item.active {
    color: var(--sa-mc-accent);
    border-bottom-color: var(--sa-mc-accent);
    background: var(--sa-mc-accent-soft);
}

.sa-sport-nav-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
}

.sa-sport-nav-icon .sa-sport-icon {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.sa-sport-nav-fav .sa-sport-nav-icon {
    font-size: 18px;
    color: #f59e0b;
}

.sa-sport-nav-more {
    position: relative;
    margin-left: auto;
}

.sa-sport-nav-more-btn {
    height: 100%;
}

.sa-sport-nav-chevron {
    font-size: 8px;
    margin-left: 4px;
}

.sa-sport-nav-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 180px;
    background: #fff;
    border: 1px solid var(--sa-mc-border);
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
    z-index: 100;
    padding: 6px 0;
}

.sa-sport-nav-more.open .sa-sport-nav-dropdown {
    display: block;
}

.sa-sport-nav-dropdown a {
    display: block;
    padding: 9px 16px;
    color: var(--sa-mc-text);
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    text-transform: none;
}

.sa-sport-nav-dropdown a:hover {
    background: var(--sa-mc-accent-soft);
    color: var(--sa-mc-accent);
    text-decoration: none;
}

/* ── 3-column body ── */
.sa-mc-body {
    max-width: 1400px;
    margin: 0 auto;
    padding: 14px 16px 24px;
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr) 260px;
    gap: 14px;
    align-items: start;
}

/* ── Leagues panel ── */
.sa-mc-leagues {
    background: var(--sa-mc-surface);
    border: 1px solid var(--sa-mc-border);
    border-radius: 8px;
    box-shadow: var(--sa-mc-shadow);
    overflow: hidden;
    position: sticky;
    top: 10px;
}

.sa-mc-panel-head {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 14px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    color: var(--sa-mc-muted);
    border-bottom: 1px solid var(--sa-mc-border);
    background: #f9fafb;
}

.sa-mc-panel-pin {
    font-size: 14px;
}

.sa-mc-league-list {
    list-style: none;
    margin: 0;
    padding: 6px 0;
    max-height: calc(100vh - 180px);
    overflow-y: auto;
}

.sa-mc-league-list li {
    margin: 0;
    padding: 0;
    background: none !important;
    border: none !important;
}

.sa-mc-league-list a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 9px 14px;
    color: var(--sa-mc-text);
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    border-left: 3px solid transparent;
}

.sa-mc-league-list a:hover {
    background: var(--sa-mc-accent-soft);
    color: var(--sa-mc-accent);
    border-left-color: var(--sa-mc-accent);
    text-decoration: none;
}

.sa-mc-league-list .flag {
    flex-shrink: 0;
}

/* ── Main column ── */
.sa-mc-main {
    min-width: 0;
}

.sa-mc-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 14px;
    background: var(--sa-mc-surface);
    border: 1px solid var(--sa-mc-border);
    border-bottom: none;
    border-radius: 8px 8px 0 0;
    flex-wrap: wrap;
}

.sa-mc-filters {
    display: flex;
    gap: 6px;
}

.sa-mc-filter {
    padding: 7px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    color: var(--sa-mc-muted);
    background: #f3f4f6;
    text-decoration: none;
    border: 1px solid transparent;
}

.sa-mc-filter:hover {
    color: var(--sa-mc-accent);
    background: var(--sa-mc-accent-soft);
    text-decoration: none;
}

.sa-mc-filter.active {
    background: var(--sa-mc-accent);
    color: #fff;
    border-color: var(--sa-mc-accent);
}

.sa-mc-date {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 600;
    color: var(--sa-mc-text);
}

.sa-mc-date-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 6px;
    background: #f3f4f6;
    color: var(--sa-mc-text);
    text-decoration: none;
    font-size: 18px;
    line-height: 1;
}

.sa-mc-date-arrow:hover {
    background: var(--sa-mc-accent-soft);
    color: var(--sa-mc-accent);
    text-decoration: none;
}

.sa-mc-date-label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-width: 100px;
    justify-content: center;
}

.sa-mc-date-icon {
    opacity: 0.6;
}

.sa-mc-widget-card {
    background: var(--sa-mc-surface);
    border: 1px solid var(--sa-mc-border);
    border-top: none;
    border-radius: 0 0 8px 8px;
    box-shadow: var(--sa-mc-shadow);
    overflow: hidden;
}

.sa-match-centre .sa-live-module {
    margin: 0 !important;
    border: none !important;
    background: transparent !important;
}

.sa-match-centre .sa-live-module .module,
.sa-match-centre .sa-widget-wrap {
    padding: 0;
    margin: 0;
    border: none;
    background: transparent;
}

.sa-match-centre .seo-content {
    margin-top: 14px !important;
    border-radius: 8px;
}

/* ── Right panel ── */
.sa-mc-right {
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: sticky;
    top: 10px;
}

.sa-mc-promo {
    display: block;
    padding: 16px;
    border-radius: 8px;
    border: 1px solid var(--sa-mc-border);
    background: var(--sa-mc-surface);
    box-shadow: var(--sa-mc-shadow);
    text-decoration: none;
    color: var(--sa-mc-text);
    transition: transform 0.15s, box-shadow 0.15s;
}

.sa-mc-promo:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    text-decoration: none;
    color: var(--sa-mc-text);
}

.sa-mc-promo strong {
    display: block;
    font-size: 14px;
    margin-bottom: 6px;
    color: var(--sa-mc-text);
}

.sa-mc-promo span:last-child {
    display: block;
    font-size: 12px;
    line-height: 1.45;
    color: var(--sa-mc-muted);
}

.sa-mc-promo-icon {
    display: inline-block;
    margin-bottom: 8px;
    font-size: 20px;
}

.sa-mc-promo-stream {
    border-left: 4px solid #3b82f6;
}

.sa-mc-promo-bonus {
    border-left: 4px solid #10b981;
}

.sa-mc-promo-live {
    border-left: 4px solid var(--sa-mc-accent);
}

.sa-mc-promo-live .sa-live-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: var(--sa-mc-accent);
    border-radius: 50%;
    animation: sa-pulse 1.5s infinite;
}

/* ── Footer on match centre ── */
body.sa-match-centre #footer {
    max-width: 1400px;
    margin: 0 auto !important;
    border-radius: 8px 8px 0 0;
    border: 1px solid var(--sa-mc-border);
    border-bottom: none;
}

body.sa-match-centre .sa-scroll-top:hover {
    background: var(--sa-mc-accent);
}

/* Oddspedia widget accent override */
body.sa-match-centre .sa-widget-wrap [id^="oddspedia-widget"] {
    --accent-color: #d64b7a;
}

/* ── Scores layout (home, sport livescore, favourites) ── */
body.sa-scores-layout .sa-mc-body--scores {
    grid-template-columns: 220px minmax(0, 1fr);
}

body.sa-scores-layout .sa-mc-right {
    display: none !important;
}

body.sa-scores-layout .sa-mc-main {
    width: 100%;
    max-width: none;
}

body.sa-scores-layout .sa-scores-widget {
    min-height: 400px;
}

body.sa-scores-layout .sa-widget-wrap,
body.sa-scores-layout .sa-widget-wrap > div,
body.sa-scores-layout .sa-widget-wrap [id^="oddspedia-widget"],
body.sa-scores-layout .sa-widget-wrap iframe {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0;
}

body.sa-scores-layout .sa-mc-toolbar + .sa-mc-widget-card,
body.sa-scores-layout .sa-mc-toolbar + .sa-fav-card {
    border-top: 1px solid var(--sa-mc-border);
    border-radius: 0 0 8px 8px;
}

/* ── Competition page (Match Centre) ── */
body.sa-competition .sa-mc-body--competition {
    grid-template-columns: 220px minmax(0, 1fr) 280px;
}

body.sa-competition .sa-mc-comp-grid {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

body.sa-competition .sa-breadcrumb {
    padding: 0 0 12px;
    margin: 0;
    font-size: 12px;
    color: var(--sa-mc-muted);
    display: flex;
    gap: 8px;
    align-items: center;
    flex-wrap: wrap;
}

body.sa-competition .sa-breadcrumb a {
    color: var(--sa-mc-accent);
    text-decoration: none;
    font-weight: 500;
}

body.sa-competition .sa-breadcrumb a:hover {
    text-decoration: underline;
}

body.sa-competition .sa-breadcrumb span {
    color: var(--sa-mc-text);
}

body.sa-competition .sa-comp-module {
    margin: 0 !important;
    background: var(--sa-mc-surface);
    border: 1px solid var(--sa-mc-border);
    border-radius: 8px;
    box-shadow: var(--sa-mc-shadow);
    overflow: hidden;
}

body.sa-competition .sa-comp-module .tabs {
    display: block !important;
    float: none !important;
    background: #f9fafb;
    padding: 12px 16px;
    border-bottom: 1px solid var(--sa-mc-border);
    height: auto !important;
    margin: 0 !important;
}

body.sa-competition .sa-comp-module .tab {
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
    color: var(--sa-mc-text) !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    text-shadow: none !important;
    border: none !important;
    line-height: 1.3 !important;
}

body.sa-competition .sa-comp-module .data {
    padding: 0;
    overflow-x: auto;
}

body.sa-competition .sa-comp-table {
    width: 100%;
    font-size: 13px;
    border-collapse: collapse;
}

body.sa-competition .sa-comp-table tbody {
    display: table-row-group !important;
}

body.sa-competition .sa-comp-table th {
    background: #2d2d2d !important;
    color: #fff !important;
    font-weight: 600;
    padding: 10px 12px !important;
    border: none !important;
    text-align: left;
    white-space: nowrap;
}

body.sa-competition .sa-comp-table td {
    padding: 9px 12px !important;
    border-bottom: 1px solid var(--sa-mc-border) !important;
    color: var(--sa-mc-text);
    vertical-align: middle;
}

body.sa-competition .sa-comp-table tr.odd td {
    background: #f9fafb !important;
}

body.sa-competition .sa-col-score {
    text-align: center;
    white-space: nowrap;
    font-weight: 600;
    width: 80px;
}

body.sa-competition .sa-col-date {
    white-space: nowrap;
    color: var(--sa-mc-muted);
    width: 130px;
}

body.sa-competition .sa-empty-state {
    padding: 24px 16px;
    text-align: center;
    color: var(--sa-mc-muted);
    font-size: 13px;
    line-height: 1.5;
}

body.sa-competition .sa-sync-hint {
    font-size: 12px;
    color: var(--sa-mc-muted);
}

body.sa-competition .sa-mc-comp-side {
    position: sticky;
    top: 10px;
}

body.sa-competition .sa-mc-comp-side .sa-comp-side {
    margin: 0 !important;
    background: var(--sa-mc-surface);
    border: 1px solid var(--sa-mc-border);
    border-radius: 8px;
    box-shadow: var(--sa-mc-shadow);
    overflow: hidden;
}

body.sa-competition .sa-mc-comp-side .sa-comp-side h3 {
    display: block;
    margin: 0 !important;
    padding: 12px 14px !important;
    background: #2d2d2d !important;
    color: #fff !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    width: auto !important;
    height: auto !important;
}

body.sa-competition .sa-mc-comp-side .sa-comp-side .data {
    padding: 0;
}

body.sa-competition .sa-comp-table-sm th,
body.sa-competition .sa-comp-table-sm td {
    padding: 8px 10px !important;
    font-size: 12px;
}

/* ── Favourites page ── */
body.sa-mymatch .sa-fav-card {
    border: 1px solid var(--sa-mc-border);
    border-radius: 8px;
    box-shadow: var(--sa-mc-shadow);
    background: var(--sa-mc-surface);
    overflow: hidden;
}

body.sa-mymatch .sa-fav-empty {
    padding: 40px 24px;
    text-align: center;
    color: var(--sa-mc-muted);
}

body.sa-mymatch .sa-fav-empty p {
    margin: 0 0 8px;
    font-size: 14px;
}

body.sa-mymatch .sa-fav-empty-hint {
    font-size: 13px;
}

body.sa-mymatch .sa-fav-empty a {
    color: var(--sa-mc-accent);
    font-weight: 600;
    text-decoration: none;
}

body.sa-mymatch .sa-fav-empty a:hover {
    text-decoration: underline;
}

body.sa-mymatch .sa-fav-section + .sa-fav-section {
    border-top: 1px solid var(--sa-mc-border);
}

body.sa-mymatch .sa-fav-section-title {
    margin: 0;
    padding: 12px 16px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    color: var(--sa-mc-muted);
    background: #f9fafb;
    border-bottom: 1px solid var(--sa-mc-border);
}

body.sa-mymatch .sa-fav-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

body.sa-mymatch .sa-fav-item {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid var(--sa-mc-border);
}

body.sa-mymatch .sa-fav-item:last-child {
    border-bottom: none;
}

body.sa-mymatch .sa-fav-match {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 12px 16px;
    color: var(--sa-mc-text);
    text-decoration: none;
    transition: background 0.12s;
}

body.sa-mymatch .sa-fav-match:hover {
    background: var(--sa-mc-accent-soft);
    text-decoration: none;
    color: var(--sa-mc-text);
}

body.sa-mymatch .sa-fav-teams {
    font-size: 14px;
    font-weight: 500;
    min-width: 0;
}

body.sa-mymatch .sa-fav-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    font-size: 13px;
    color: var(--sa-mc-muted);
}

body.sa-mymatch .sa-fav-live {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 4px;
    background: var(--sa-mc-accent);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.4px;
}

body.sa-mymatch .sa-fav-meta strong {
    color: var(--sa-mc-text);
    font-weight: 700;
}

/* ── Page title toolbar ── */
.sa-mc-toolbar-title {
    border: 1px solid var(--sa-mc-border);
    border-radius: 8px;
    margin-bottom: 14px;
    background: var(--sa-mc-surface);
    box-shadow: var(--sa-mc-shadow);
}

.sa-mc-page-head h1 {
    margin: 0 0 4px;
    font-size: 22px;
    font-weight: 700;
    color: var(--sa-mc-text);
    line-height: 1.2;
}

.sa-mc-page-head p {
    margin: 0;
    font-size: 13px;
    color: var(--sa-mc-muted);
}

.sa-mc-page-kicker {
    margin: 0 0 6px !important;
    font-size: 12px !important;
    font-weight: 600;
    color: var(--sa-mc-accent) !important;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.sa-mc-page-actions {
    flex-shrink: 0;
}

.sa-mc-league-list a.active {
    background: var(--sa-mc-accent-soft);
    color: var(--sa-mc-accent);
    border-left-color: var(--sa-mc-accent);
    font-weight: 600;
}

.sa-mc-league-divider {
    height: 1px;
    margin: 6px 14px;
    background: var(--sa-mc-border);
    list-style: none;
}

.sa-mc-stream-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    flex-shrink: 0;
}

.sa-mc-stream-icon .sa-sport-icon {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.sa-mc-stream-icon--inline {
    vertical-align: middle;
    margin-right: 4px;
}

/* ── Streaming schedule ── */
.sa-mc-stream-days {
    border: 1px solid var(--sa-mc-border);
    border-radius: 8px;
    margin-bottom: 14px;
    background: var(--sa-mc-surface);
    box-shadow: var(--sa-mc-shadow);
}

.sa-mc-streaming-card {
    padding: 0;
}

.sa-stream-section {
    border-bottom: 1px solid var(--sa-mc-border);
}

.sa-stream-section:last-child {
    border-bottom: none;
}

.sa-stream-section-title {
    margin: 0;
    padding: 12px 16px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    color: var(--sa-mc-muted);
    background: #f9fafb;
    border-bottom: 1px solid var(--sa-mc-border);
}

.sa-stream-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sa-stream-item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-rows: auto auto;
    gap: 2px 16px;
    padding: 12px 16px;
    border-bottom: 1px solid var(--sa-mc-border);
    align-items: baseline;
}

.sa-stream-item:last-child {
    border-bottom: none;
}

.sa-stream-item:nth-child(even) {
    background: #fafbfc;
}

.sa-stream-match {
    grid-column: 1;
    grid-row: 1;
    font-size: 14px;
    font-weight: 600;
    color: var(--sa-mc-text);
    text-decoration: none;
    line-height: 1.35;
}

.sa-stream-match:hover {
    color: var(--sa-mc-accent);
    text-decoration: underline;
}

.sa-stream-comp {
    grid-column: 1;
    grid-row: 2;
    font-size: 12px;
    color: var(--sa-mc-muted);
    line-height: 1.35;
}

.sa-stream-time {
    grid-column: 2;
    grid-row: 1 / span 2;
    font-size: 12px;
    color: var(--sa-mc-muted);
    white-space: nowrap;
    text-align: right;
    align-self: center;
}

.sa-stream-empty {
    margin: 0;
    padding: 20px 16px;
    font-size: 13px;
    color: var(--sa-mc-muted);
    text-align: center;
}

body.sa-match-centre.sa-streaming .sa-stream-module {
    margin: 0;
}

body.sa-match-centre.sa-streaming .sa-stream-intro {
    padding: 14px 16px;
    border-bottom: 1px solid var(--sa-mc-border);
    font-size: 13px;
    line-height: 1.55;
    color: var(--sa-mc-muted);
}

body.sa-match-centre.sa-streaming .sa-stream-intro strong {
    color: var(--sa-mc-text);
}

body.sa-match-centre.sa-streaming .sa-bookie-cell {
    padding: 16px !important;
}

body.sa-match-centre.sa-streaming .sa-bookie-hint {
    font-size: 12px;
    color: var(--sa-mc-muted);
    font-style: italic;
    padding: 0 16px 16px;
    margin: 0;
}

.sa-stream-event-card {
    padding: 0;
}

.sa-bookie-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    padding: 16px;
    align-items: center;
}

.sa-bookie-grid a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 14px;
    border: 1px solid var(--sa-mc-border);
    border-radius: 8px;
    background: #fafbfc;
    transition: border-color 0.15s, box-shadow 0.15s;
}

.sa-bookie-grid a:hover {
    border-color: var(--sa-mc-accent);
    box-shadow: 0 2px 8px rgba(214, 75, 122, 0.15);
}

.sa-bookie-grid a img {
    display: block;
    max-height: 44px;
    max-width: 120px;
    width: auto;
    height: auto;
}

.sa-mc-event-head .sa-mc-page-kicker {
    text-transform: none;
    letter-spacing: 0;
    font-size: 13px;
    font-weight: 600;
    color: var(--sa-mc-muted);
}

.sa-mc-event-time {
    font-size: 13px;
    color: var(--sa-mc-muted);
}

body.sa-match-centre.sa-streaming .sa-stream-module .tabs {
    display: none;
}

body.sa-match-centre.sa-streaming .sa-stream-module .data {
    padding: 0;
}

@media (max-width: 640px) {
    .sa-stream-item {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto;
        gap: 4px;
    }

    .sa-stream-time {
        grid-column: 1;
        grid-row: 3;
        text-align: left;
        white-space: normal;
    }
}

/* ── Bookmakers ── */
.sa-bm-tag {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    border-radius: 999px;
    background: #e8f1ff;
    color: #2563eb;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.sa-bm-tag-inline {
    margin-bottom: 8px;
}

.sa-bm-page-head .sa-mc-page-actions {
    align-self: flex-start;
}

.sa-bm-list-card {
    padding: 16px;
    background: #f3f4f6;
    border: none;
    box-shadow: none;
}

.sa-bm-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.sa-bm-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid var(--sa-mc-border);
    border-radius: 10px;
    box-shadow: var(--sa-mc-shadow);
    overflow: hidden;
    min-height: 100%;
}

.sa-bm-card-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 92px;
    padding: 18px;
    background: #f9fafb;
    border-bottom: 1px solid var(--sa-mc-border);
}

.sa-bm-card-logo img {
    max-width: 140px;
    max-height: 48px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.sa-bm-card-body {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 16px;
    flex: 1;
}

.sa-bm-card-title {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25;
}

.sa-bm-card-title a {
    color: var(--sa-mc-text);
    text-decoration: none;
}

.sa-bm-card-title a:hover {
    color: var(--sa-mc-accent);
}

.sa-bm-card-rating {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.sa-bm-stars {
    display: inline-flex;
    gap: 1px;
    line-height: 1;
}

.sa-bm-star {
    font-size: 15px;
}

.sa-bm-star-full,
.sa-bm-star-half {
    color: #f59e0b;
}

.sa-bm-star-empty {
    color: #d1d5db;
}

.sa-bm-card-score {
    font-size: 13px;
    font-weight: 700;
    color: var(--sa-mc-text);
}

.sa-bm-card-payout {
    margin: 0;
    font-size: 13px;
    color: var(--sa-mc-muted);
}

.sa-bm-card-excerpt {
    margin: 0;
    font-size: 13px;
    line-height: 1.55;
    color: #4b5563;
    flex: 1;
}

.sa-bm-card-link {
    margin-top: auto;
    font-size: 13px;
    font-weight: 700;
    color: #8b2942;
    text-decoration: none;
}

.sa-bm-card-link:hover {
    color: var(--sa-mc-accent);
    text-decoration: underline;
}

.sa-bm-review-card {
    padding: 0;
    overflow: hidden;
}

.sa-bm-review-hero {
    display: grid;
    grid-template-columns: 180px minmax(0, 1fr);
    gap: 20px;
    padding: 20px;
    border-bottom: 1px solid var(--sa-mc-border);
    background: #fff;
}

.sa-bm-review-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 120px;
    padding: 20px;
    background: #f9fafb;
    border: 1px solid var(--sa-mc-border);
    border-radius: 10px;
}

.sa-bm-review-logo img {
    max-width: 160px;
    max-height: 56px;
    object-fit: contain;
}

.sa-bm-review-intro h1 {
    margin: 0 0 8px;
    font-size: 28px;
    line-height: 1.2;
    color: var(--sa-mc-text);
}

.sa-bm-review-payout {
    margin: 8px 0 0;
    font-size: 14px;
    color: var(--sa-mc-muted);
}

.sa-bm-review-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
}

.sa-bm-review-content,
.sa-bm-review-specs {
    padding: 20px;
    border-bottom: 1px solid var(--sa-mc-border);
}

.sa-bm-review-content:last-child,
.sa-bm-review-specs:last-child {
    border-bottom: none;
}

.sa-bm-review-content h2,
.sa-bm-review-specs h2 {
    margin: 0 0 12px;
    font-size: 16px;
    font-weight: 700;
    color: var(--sa-mc-text);
}

.sa-bm-review-content p {
    margin: 0;
    font-size: 14px;
    line-height: 1.65;
    color: #4b5563;
}

.sa-bm-spec-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 20px;
    margin: 0;
}

.sa-bm-spec-grid div {
    margin: 0;
}

.sa-bm-spec-grid dt {
    margin: 0 0 4px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.35px;
    color: var(--sa-mc-muted);
}

.sa-bm-spec-grid dd {
    margin: 0;
    font-size: 13px;
    line-height: 1.5;
    color: var(--sa-mc-text);
}

@media (max-width: 900px) {
    .sa-bm-grid {
        grid-template-columns: 1fr;
    }

    .sa-bm-review-hero {
        grid-template-columns: 1fr;
    }

    .sa-bm-spec-grid {
        grid-template-columns: 1fr;
    }
}

/* ── Responsive ── */
@media (max-width: 1100px) {
    .sa-mc-body {
        grid-template-columns: 200px minmax(0, 1fr);
    }

    body.sa-competition .sa-mc-body--competition {
        grid-template-columns: 200px minmax(0, 1fr);
    }

    body.sa-competition .sa-mc-comp-side {
        display: none;
    }

    .sa-mc-right {
        display: none;
    }
}

@media (max-width: 768px) {
    .sa-mc-body,
    body.sa-scores-layout .sa-mc-body--scores,
    body.sa-competition .sa-mc-body--competition {
        grid-template-columns: 1fr;
        padding: 10px;
    }

    body.sa-mymatch .sa-fav-match {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
    }

    .sa-mc-leagues {
        position: static;
        max-height: none;
    }

    .sa-mc-league-list {
        max-height: 200px;
    }

    .sa-mc-header-inner {
        flex-wrap: wrap;
    }

    .sa-mc-header-nav {
        order: 3;
        width: 100%;
        overflow-x: auto;
    }

    .sa-sport-nav-item {
        min-width: 64px;
        padding: 8px 8px 6px;
    }

    .sa-sport-nav-label {
        font-size: 9px;
    }
}
