/* ============================================================
   StakersChoice — Public content pages redesign
   Additive layer loaded on terms/payment_odds/become_agent/contact_us
   Brand: navy #07143d / #0B1322, red #E81F3E, gold #FFC107
   ============================================================ */

/* The template floats #main-header and pins it with position:fixed
   past 100px of scroll, which makes the page jump/flicker because the
   header leaves the flow (its height collapses on these pages). Fix:
   un-float the header into a flow-root so it keeps its height, make it
   genuinely sticky (stays in flow -> no jump), and let the wrapper not
   clip it. The JS header-scrolled class must not force fixed here. */
.stc-page-body .wrapper {
    overflow: visible;
}
.stc-page-body #main-header,
.stc-page-body .main-header {
    float: none;
    display: flow-root;
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 9999;
}
.stc-page-body #main-header.header-scrolled,
.stc-page-body .main-header.header-scrolled {
    position: sticky;
    top: 0;
}
.stc-page-body .stc-hero {
    clear: both;
}

body {
    background: #f2f4f9;
    font-family: "Open Sans", sans-serif;
    color: #4a5468;
}

/* ---- page hero banner ---- */
.stc-hero {
    position: relative;
    background: #0B1322 url(../images/innerbanner.jpg) center/cover no-repeat;
    border-bottom: 3px solid #E81F3E;
    padding: 70px 0 64px;
    overflow: hidden;
}
.stc-hero:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(7, 20, 61, .78);
}
.stc-hero .container { position: relative; z-index: 1; }
.stc-hero__title {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 38px;
    line-height: 1.15;
    color: #ffffff;
    margin: 0 0 12px;
}
.stc-hero__title span { color: #FFC107; }
.stc-hero__title:before {
    content: "";
    display: block;
    width: 46px;
    height: 4px;
    background: #E81F3E;
    margin: 0 0 22px;
    border-radius: 2px;
}
.stc-hero__sub {
    color: #9fb0d4;
    font-size: 16px;
    margin: 0;
    max-width: 560px;
}
.stc-hero__crumb {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
}
.stc-hero__crumb ul { list-style: none; margin: 0; padding: 0; display: flex; align-items: center; gap: 8px; }
.stc-hero__crumb li { color: #c8d4ec; font-size: 13px; font-weight: 600; display: flex; align-items: center; }
.stc-hero__crumb .stc-home-icon {
    width: 15px;
    height: 15px;
    margin-right: 6px;
    vertical-align: -2px;
}
.stc-hero__crumb a { color: #ffffff; text-decoration: none; display: inline-flex; align-items: center; }
.stc-hero__crumb a:hover { color: #FFC107; }
.stc-hero__crumb li + li:before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: 2px solid #E81F3E;
    border-right: 2px solid #E81F3E;
    transform: rotate(45deg);
    margin-right: 8px;
    display: inline-block;
}

/* ---- main content ---- */
.stc-page {
    padding: 60px 0 70px;
}
.stc-panel {
    background: #ffffff;
    border-radius: 12px;
    padding: 44px 48px;
    box-shadow: 0 12px 40px rgba(7, 20, 61, .08);
}

/* ---- terms ---- */
.stc-terms__item { padding: 26px 0; }
.stc-terms__item + .stc-terms__item { border-top: 1px solid #eef1f7; }
.stc-terms__item h3 {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #07143d;
    margin: 0 0 14px;
}
.stc-terms__item h3 i {
    color: #E81F3E;
    margin-right: 10px;
}
.stc-terms__item p {
    font-size: 15px;
    line-height: 1.8;
    color: #4a5468;
    margin: 0 0 12px;
}
.stc-terms__item ul { margin: 0 0 12px; padding: 0; list-style: none; }
.stc-terms__item ul li { font-size: 15px; line-height: 1.8; color: #4a5468; }
.stc-terms__item ul li i { color: #E81F3E; margin-right: 8px; }

/* ---- about us ---- */
.about-img img {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 18px 50px rgba(7, 20, 61, .16);
}
.about-txt .about-txt__lead {
    color: #E81F3E;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin: 0 0 14px;
}
.about-txt .about-txt__lead i { margin-right: 6px; }
.about-txt h2 {
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #07143d;
    margin: 0 0 18px;
}
.about-txt p {
    font-size: 15px;
    line-height: 1.8;
    color: #4a5468;
    margin: 0 0 14px;
}
.about-txt__btn-row { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 24px; }

/* ---- fixtures ---- */
.stc-fixtures__nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin: 0 0 28px;
}
.stc-fixtures__arrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 18px;
    background: #fff;
    border: 1px solid #e4e8f0;
    border-radius: 14px;
    color: #7d90b5;
    font-family: "Poppins", sans-serif;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    cursor: pointer;
    transition: color .2s, border-color .2s, transform .2s;
}
.stc-fixtures__arrow:hover { color: #07143d; border-color: #c8d0e0; }
.stc-fixtures__arrow--prev:hover { transform: translateX(-2px); }
.stc-fixtures__arrow--next:hover { transform: translateX(2px); }
.stc-fixtures__week { position: relative; }
.stc-fixtures__week label {
    display: block;
    text-align: center;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    color: #7d90b5;
    margin: 0 0 6px;
}
.stc-fixtures__select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    min-width: 280px;
    padding: 14px 42px;
    border: 1px solid #e4e8f0;
    border-radius: 14px;
    background: #fff url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="%237d90b5" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><polyline points="6 9 12 15 18 9"/></svg>') no-repeat right 16px center;
    color: #07143d;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    text-align-last: center;
    cursor: pointer;
    outline: none;
    transition: border-color .2s, box-shadow .2s;
}
.stc-fixtures__select:focus { border-color: #07143d; box-shadow: 0 0 0 3px rgba(7, 20, 61, .08); }
.stc-fixtures__strip {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin: 0 0 28px;
    padding: 20px 28px;
    background: #fff;
    border: 1px solid #e4e8f0;
    border-radius: 22px;
    box-shadow: 0 12px 32px rgba(7, 20, 61, .06);
}
.stc-strip__col { display: flex; flex-direction: column; gap: 4px; }
.stc-strip__col--end { align-items: flex-end; text-align: right; }
.stc-strip__label {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    color: #7d90b5;
}
.stc-strip__date {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .4px;
    color: #07143d;
}
.stc-strip__badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
    background: #f2f5fa;
    border: 1px solid #e4e8f0;
    border-radius: 14px;
}
.stc-strip__dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #E81F3E;
    animation: stcPulse 1.6s ease-in-out infinite;
}
.stc-strip__week {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #07143d;
}
@keyframes stcPulse {
    0%, 100% { opacity: 1; }
    50% { opacity: .25; }
}
.stc-fixtures__card {
    background: #fff;
    border: 1px solid #e4e8f0;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 18px 50px rgba(7, 20, 61, .08);
}
.stc-fixtures__card-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 24px 28px;
    border-bottom: 1px solid #eef1f6;
}
.stc-fixtures__card-title {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .3px;
    color: #07143d;
    margin: 0;
}
.stc-fixtures__card-sub {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    color: #7d90b5;
    margin: 4px 0 0;
}
.stc-btn-stake {
    display: inline-block;
    padding: 12px 22px;
    background: #07143d;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    border-radius: 12px;
    text-decoration: none;
    white-space: nowrap;
    transition: background .2s;
}
.stc-btn-stake:hover { background: #E81F3E; color: #fff; text-decoration: none; }
.stc-fixtures__table-wrap { overflow-x: auto; }
.stc-fixtures__table {
    width: 100%;
    border-collapse: collapse;
    min-width: 640px;
}
.stc-fixtures__table th {
    padding: 16px 24px;
    background: #f8fafc;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    color: #7d90b5;
    text-align: left;
    white-space: nowrap;
    border-bottom: 1px solid #eef1f6;
}
.stc-fixtures__table td {
    padding: 16px 24px;
    border-bottom: 1px solid #eef1f6;
    vertical-align: middle;
}
.stc-fixtures__table tbody tr { transition: background .15s; }
.stc-fixtures__table tbody tr:hover { background: #f8fafc; }
.stc-fixtures__table tbody tr:last-child td { border-bottom: none; }
.stc-frow__num {
    font-size: 17px;
    font-weight: 700;
    color: #0057b8;
    width: 72px;
    white-space: nowrap;
}
.stc-frow__match strong {
    display: flex;
    align-items: center;
    max-width: 280px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .3px;
    color: #07143d;
}
.stc-frow__team {
    flex: 1;
    min-width: 0;
}
.stc-frow__team--home { text-align: right; }
.stc-frow__team--away { text-align: left; }
.stc-frow__vs {
    flex: 0 0 auto;
    font-size: 11px;
    font-weight: 600;
    text-transform: lowercase;
    color: #c3cbd9;
    padding: 0 8px;
}
.stc-frow__result { text-align: center; }
.stc-frow__status { text-align: right; }
.stc-fixtures__table th.stc-frow__result { text-align: center; }
.stc-fixtures__table th.stc-frow__status { text-align: right; }
.stc-pill {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    white-space: nowrap;
    border: 1px solid transparent;
}
.stc-pill--draw { background: rgba(232, 31, 62, .08); color: #E81F3E; border-color: rgba(232, 31, 62, .18); }
.stc-pill--home { background: rgba(0, 87, 184, .08); color: #0057b8; border-color: rgba(0, 87, 184, .18); }
.stc-pill--away { background: rgba(23, 138, 82, .08); color: #178a52; border-color: rgba(23, 138, 82, .18); }
.stc-pill--soon { background: #f1f4f9; color: #7d90b5; border-color: #e4e8f0; }
.stc-pill--neutral { background: #f1f4f9; color: #3d4c66; border-color: #e4e8f0; }

/* ---- winners wall ---- */
.stc-winner__name { font-size: 14px; font-weight: 700; color: #07143d; }
.stc-winner__amount { font-size: 15px; font-weight: 700; color: #07143d; }
.stc-winner__muted { font-size: 14px; color: #4a5468; }
.stc-winner__date { font-size: 13px; color: #8fa2c4; }

/* ---- payment odds ---- */
.stc-odds { display: flex; flex-wrap: wrap; gap: 24px; margin: 0 0 34px; }
.stc-odds__card {
    flex: 1 1 220px;
    background: #ffffff;
    border-radius: 22px;
    padding: 26px 24px;
    border: 1px solid #e4e8f0;
    box-shadow: 0 18px 50px rgba(7, 20, 61, .08);
    transition: border-color .2s, transform .2s;
}
.stc-odds__card:hover { border-color: #c8d0e0; transform: translateY(-2px); }
.stc-odds__card h4 {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #07143d;
    text-transform: uppercase;
    letter-spacing: .3px;
    margin: 0 0 18px;
    padding-bottom: 12px;
    border-bottom: 1px solid #eef1f6;
}
.stc-odds__table { width: 100%; border-collapse: collapse; }
.stc-odds__table tr { border-bottom: 1px solid #eef1f7; }
.stc-odds__table tr:last-child { border-bottom: none; }
.stc-odds__table td {
    padding: 10px 6px;
    font-size: 14px;
    color: #4a5468;
    font-weight: 600;
    white-space: nowrap;
}
.stc-odds__table td:first-child { color: #8fa2c4; }
.stc-odds__table td strong { color: #07143d; font-weight: 700; }
.stc-odds__table td:last-child { text-align: right; color: #E81F3E; font-weight: 700; }

.stc-odds-note {
    background: #ffffff;
    border: 1px solid #e4e8f0;
    border-radius: 22px;
    padding: 30px 34px;
    margin: 0 0 24px;
    box-shadow: 0 18px 50px rgba(7, 20, 61, .08);
}
.stc-odds-note h4 {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #07143d;
    margin: 0 0 16px;
    text-transform: uppercase;
    letter-spacing: .3px;
}
.stc-odds-note p { color: #4a5468; font-size: 14.5px; line-height: 1.8; margin: 0 0 10px; }
.stc-odds-note p:last-child { margin-bottom: 0; }
.stc-odds-note b { color: #07143d; }
.stc-odds-note blockquote {
    border-left: 3px solid #E81F3E;
    padding: 8px 0 8px 18px;
    margin: 0 0 10px;
    color: #4a5468;
    font-size: 14.5px;
    line-height: 1.8;
}
.stc-odds-note blockquote:last-child { margin-bottom: 0; }

/* ---- become agent ---- */
.stc-agent { display: flex; flex-wrap: wrap; gap: 36px; align-items: flex-start; }
.stc-agent__media { flex: 1 1 300px; }
.stc-agent__media img {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 18px 50px rgba(7, 20, 61, .16);
    display: block;
}
.stc-agent__body { flex: 1 1 480px; }
.stc-agent__body h1 {
    font-family: "Poppins", sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #07143d;
    margin: 0 0 8px;
}
.stc-agent__body .stc-agent__lead {
    color: #E81F3E;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin: 0 0 20px;
}
.stc-agent__body p {
    font-size: 15px;
    line-height: 1.8;
    color: #4a5468;
    margin: 0 0 14px;
}
.stc-agent__body p b { color: #07143d; }
.stc-agent__list { margin: 0 0 18px; padding: 0; list-style: none; counter-reset: stc-agent-num; }
.stc-agent__list li {
    position: relative;
    padding: 0 0 16px 38px;
    font-size: 15px;
    line-height: 1.8;
    color: #4a5468;
}
.stc-agent__list li:before {
    counter-increment: stc-agent-num;
    content: counter(stc-agent-num);
    position: absolute;
    left: 0;
    top: 2px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: linear-gradient(135deg, #E81F3E 0%, #c01430 100%);
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.stc-agent__list li b { color: #E81F3E; font-weight: 700; }
.stc-agent__btn-row { display: flex; flex-wrap: wrap; gap: 16px; margin: 26px 0 0; }
.stc-agent__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: 52px;
    padding: 0 30px;
    border-radius: 6px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: .5px;
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease;
}
.stc-agent__btn--red {
    background: linear-gradient(135deg, #E81F3E 0%, #c01430 100%);
    color: #fff;
    box-shadow: 0 10px 28px rgba(232, 31, 62, .35);
}
.stc-agent__btn--gold {
    background: #FFC107;
    color: #07143d;
    box-shadow: 0 10px 28px rgba(255, 193, 7, .35);
}
.stc-agent__btn:hover { transform: translateY(-2px); text-decoration: none; }
.stc-agent__btn--red:hover { color: #fff; }
.stc-agent__btn--gold:hover { color: #07143d; }

/* ---- contact ---- */
.stc-contact__cards { display: flex; flex-wrap: wrap; gap: 24px; margin: 0 0 40px; }
.stc-contact__card {
    flex: 1 1 250px;
    background: #ffffff;
    border-radius: 22px;
    padding: 30px 28px;
    text-align: center;
    border: 1px solid #e4e8f0;
    box-shadow: 0 18px 50px rgba(7, 20, 61, .08);
    transition: border-color .2s, transform .2s;
}
.stc-contact__card:hover { border-color: #c8d0e0; transform: translateY(-2px); }
.stc-contact__icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 18px;
    border-radius: 50%;
    background: #f2f5fa;
    border: 1px solid #e4e8f0;
    color: #07143d;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.stc-contact__card h5 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #07143d;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.stc-contact__card p { font-size: 14px; line-height: 1.7; color: #4a5468; margin: 0; }
.stc-contact__card p strong { color: #07143d; }

.stc-contact__form { max-width: 820px; }
.stc-contact__head {
    padding: 0 0 20px;
    margin: 0 0 24px;
    border-bottom: 1px solid #eef1f6;
}
.stc-contact__head h2 {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: .3px;
    color: #07143d;
    margin: 0 0 4px;
}
.stc-contact__head p {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    color: #7d90b5;
    margin: 0;
}
.stc-contact__grid { display: flex; flex-wrap: wrap; gap: 20px; }
.stc-contact__field { flex: 1 1 46%; }
.stc-contact__field--full { flex: 1 1 100%; }
.stc-contact__field input,
.stc-contact__field textarea {
    width: 100%;
    height: 52px;
    padding: 0 16px;
    border: 1px solid #e4e8f0;
    border-radius: 12px;
    background: #f8f9fd;
    color: #2c3650;
    font-size: 14px;
    outline: none;
    transition: border-color .2s ease, box-shadow .2s ease;
}
.stc-contact__field textarea { height: 130px; padding: 14px 16px; resize: vertical; }
.stc-contact__field input:focus,
.stc-contact__field textarea:focus {
    border-color: #07143d;
    box-shadow: 0 0 0 3px rgba(7, 20, 61, .08);
    background: #fff;
}
.stc-contact__submit {
    flex: 1 1 100%;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    height: 52px;
    padding: 0 34px;
    margin-top: 6px;
    border: none;
    border-radius: 12px;
    background: #07143d;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    cursor: pointer;
    box-shadow: 0 10px 28px rgba(7, 20, 61, .25);
    transition: background .2s ease, transform .2s ease, box-shadow .2s ease;
}
.stc-contact__submit:hover { background: #E81F3E; transform: translateY(-2px); box-shadow: 0 14px 34px rgba(232, 31, 62, .45); }

.stc-contact__alert {
    border-radius: 8px;
    padding: 14px 18px;
    margin: 0 0 18px;
    font-size: 14.5px;
    font-weight: 600;
    text-align: center;
}
.stc-contact__alert--success {
    background: rgba(35, 178, 109, .12);
    color: #178a52;
    border: 1px solid rgba(35, 178, 109, .4);
}
.stc-contact__alert--error {
    background: rgba(232, 31, 62, .12);
    color: #c01430;
    border: 1px solid rgba(232, 31, 62, .4);
}

/* ---- calculate winnings ---- */
.stc-panel h3.stc-page-h {
    font-family: "Poppins", sans-serif;
    font-size: 21px;
    font-weight: 600;
    color: #07143d;
    margin: 0 0 16px;
}
.stc-panel h3.stc-page-h i { color: #E81F3E; margin-right: 8px; }
.stc-calc-txt {
    font-size: 15px;
    line-height: 1.8;
    color: #4a5468;
    margin: 0 0 12px;
}
.stc-calc-list {
    margin: 0 0 16px;
    padding: 0;
    list-style: none;
}
.stc-calc-list li {
    font-size: 15px;
    line-height: 1.8;
    color: #4a5468;
    margin: 0 0 4px;
}
.stc-calc-list li i { color: #E81F3E; margin-right: 8px; }
.stc-calc-list ol { padding-left: 20px; }
.stc-calc-list ol li { list-style: decimal; }
.stc-panel h4.stc-calc-sub {
    font-family: "Poppins", sans-serif;
    font-size: 17px;
    font-weight: 600;
    color: #07143d;
    margin: 22px 0 12px;
}
.stc-calc-formula {
    background: linear-gradient(135deg, #0B1322 0%, #07143d 100%);
    border-radius: 12px;
    padding: 22px 28px;
    margin: 0 0 16px;
}
.stc-calc-formula p { color: #c6d2ea; font-size: 15px; line-height: 1.7; margin: 0 0 6px; }
.stc-calc-formula p b { color: #ffffff; }
.stc-calc-formula__eq { color: #FFC107 !important; }
.stc-calc-nb {
    margin: 0 0 16px;
    padding: 0;
    list-style: none;
    columns: 2;
    column-gap: 28px;
}
.stc-calc-nb li {
    font-size: 14.5px;
    line-height: 1.9;
    color: #4a5468;
}
.stc-calc-nb li i { color: #E81F3E; margin-right: 8px; }
.stc-calc-note {
    margin: 18px 0 0;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #8fa2c4;
    text-transform: uppercase;
    letter-spacing: .5px;
    text-align: center;
}
.stc-reckoner { min-width: 900px; }
.stc-reckoner th,
.stc-reckoner td {
    text-align: center;
    white-space: nowrap;
}
.stc-reckoner th:first-child,
.stc-reckoner td:first-child { text-align: left; }
@media (max-width: 575px) {
    .stc-calc-nb { columns: 1; }
}

/* ---- responsive ---- */
@media (max-width: 991px) {
    .stc-hero { padding: 52px 0 48px; text-align: center; }
    .stc-hero__title:before { margin-left: auto; margin-right: auto; }
    .stc-hero__sub { margin-left: auto; margin-right: auto; }
    .stc-hero__crumb { position: static; transform: none; margin-top: 24px; display: inline-block; }
    .stc-panel { padding: 30px 24px; }
    .stc-contact__field { flex: 1 1 100%; }
}

@media (max-width: 640px) {
    .stc-fixtures-page .container { padding-left: 12px; padding-right: 12px; }
    .stc-fixtures-page .stc-panel { padding: 0; background: transparent; border-radius: 0; box-shadow: none; }
    .stc-fixtures-page .stc-fixtures__card { border-radius: 16px; border-left: 1px solid #e4e8f0; border-right: 1px solid #e4e8f0; }
    .stc-fixtures-page .stc-page { padding: 28px 0 50px; }
    .stc-fixtures-page .stc-fixtures__table-wrap { overflow: visible; }
    .stc-fixtures-page .stc-fixtures__table { min-width: 0; }
    .stc-fixtures-page .stc-fixtures__table th,
    .stc-fixtures-page .stc-fixtures__table td { padding: 12px 8px; font-size: 12px; white-space: normal; }
    .stc-fixtures-page .stc-frow__num { font-size: 13px; }
    .stc-fixtures-page .stc-frow__match strong { font-size: 12px; }
    .stc-fixtures-page .stc-frow__vs { padding: 0 4px; }
    .stc-fixtures__nav { gap: 10px; }
    .stc-fixtures__arrow { padding: 13px 14px; }
    .stc-fixtures__arrow span { display: none; }
    .stc-fixtures__select { min-width: 0; flex: 1; padding: 14px 36px; }
    .stc-fixtures__strip { flex-direction: column; align-items: center; text-align: center; }
    .stc-strip__col--end { align-items: center; text-align: center; }
    .stc-fixtures__card-head { flex-direction: column; align-items: flex-start; gap: 14px; padding: 22px 20px; }
    .stc-fixtures__table th, .stc-fixtures__table td { padding: 14px 18px; }
}
