/* =====================================================
 * REDESIGN OVERRIDES
 * ===================================================== */

/* ---------- HOMEPAGE ---------- */

/* Main banner — desktop: original fixed height with cover; mobile: full video visible */

/* Desktop: video covers the fixed-height container, original layout unchanged */
.main-banner .image {
    position: relative !important;
    overflow: hidden !important;
}

.main-banner .image .banner-video {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    min-width: 100% !important;
    min-height: 100% !important;
    width: auto !important;
    height: auto !important;
    object-fit: cover !important;
    z-index: 0 !important;
}

.main-banner .image .overlay {
    display: none !important;
}

/* home_page_element.png on top of the video */
.main-banner .image::after {
    display: none !important;
}

/* Mobile: show full video without cropping */
@media (max-width: 640px) {
    .main-banner .image {
        height: auto !important;
        aspect-ratio: 16 / 9 !important;
        width: 100% !important;
    }

    .main-banner .image .banner-video {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        transform: none !important;
        width: 100% !important;
        height: 100% !important;
        min-width: unset !important;
        min-height: unset !important;
        object-fit: contain !important;
        background: #000 !important;
    }
}

/* Hide sponsors section */
.home-container section.our-sponsors {
    display: none !important;
}

.main-banner .text > div a {
    margin-left: 1px;
}

.cc2-entry-instructions__title-soft {
    font-weight: 400;
    font-size: 28px;
    font-family: 'Work Sans', sans-serif;
}

/* Hide all charities except The Counselling Hub (first) */
.cc2-charities__track .cc2-charity:nth-child(2),
.cc2-charities__track .cc2-charity:nth-child(3) {
    display: none !important;
}

/* ---------- WINNERS PAGE ---------- */

/* Page h1 */
.winners.content .entries-listing .inner > h1 {
    font-family: 'Neulis Neue', 'Work Sans', sans-serif !important;
    font-size: 34px !important;
    font-weight: 700 !important;
    color: #0A4A6C !important;
    text-transform: uppercase !important;
    letter-spacing: 0.02em !important;
    line-height: 1.15 !important;
}

/* Logo: use pink text on pages with a white header (everything except homepage) */
body:not(.page-home) .site-header .header-bottom .site-logo .desktop-logo path {
    fill: #BE185D !important;
}

/* Remove drop shadow from the pink logo (shadow was designed for dark backgrounds) */
body:not(.page-home) .site-header .header-bottom .site-logo .desktop-logo g {
    filter: none !important;
}

/* Winner card — hof-card border & shadow */
.winners-list li.winner {
    border-radius: 16px !important;
    box-shadow: 0 8px 16px rgba(89, 2, 41, 0.24) !important;
    overflow: hidden !important;
}

/* Winner card name label */
.winners-list li.winner h2 {
    font-family: 'Neulis Neue', 'Work Sans', sans-serif !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #BE185D !important;
    background-color: rgba(255, 255, 255, 0.88) !important;
    letter-spacing: 0.02em !important;
}

/* Year heading divider */
.winners-list li.heading span {
    font-family: 'Neulis Neue', 'Work Sans', sans-serif !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #0A4A6C !important;
    background-color: #f1f1f1 !important;
    letter-spacing: 0.02em !important;
}
.winners-list li.heading:before {
    background-color: #F3E8EE !important;
}

/* ---------- HELP PAGE ---------- */

/* Remove box-shadow on gray-bg */
main.help.gray-bg {
    box-shadow: none !important;
}

/* Remove element_4.png from help intro */
.help.content .intro .inner {
    background-image: none !important;
}


/* FAQ filter bar */
body .faq-filters {
    margin-bottom: 30px !important;
}
body .faq-filters span {
    font-family: 'Work Sans', sans-serif !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #1F2937 !important;
}
body .faq-filters a {
    font-family: 'Work Sans', sans-serif !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    background-color: #BE185D !important;
    border-radius: 16px !important;
    color: #fff !important;
    text-decoration: none !important;
    padding: 6px 14px !important;
    height: auto !important;
    line-height: normal !important;
}
body .faq-filters a:hover,
body .faq-filters a.active {
    background-color: #0A4A6C !important;
}

/* Accordion items */
body .accord ul li {
    background-color: #fff !important;
    border: 1px solid #F3E8EE !important;
    border-radius: 12px !important;
    margin-bottom: 8px !important;
}
body .accord ul li .accord-head {
    font-family: 'Work Sans', sans-serif !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #0A4A6C !important;
    padding: 14px 44px 14px 20px !important;
}
body .accord ul li.open .accord-head {
    background-color: #FDF2F8 !important;
    border-radius: 12px 12px 0 0 !important;
    color: #BE185D !important;
}
body .accord ul li .accord-head:after {
    color: #BE185D !important;
    font-size: 22px !important;
    margin-top: -11px !important;
}
body .accord ul li.open .accord-head:after {
    color: #BE185D !important;
}
body .accord ul li .accord-body > div {
    font-family: 'Work Sans', sans-serif !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    color: #1F2937 !important;
    line-height: 1.6 !important;
    padding: 16px 20px 20px !important;
}
body .accord ul li .accord-body > div p {
    font-family: 'Work Sans', sans-serif !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    color: #1F2937 !important;
    line-height: 1.6 !important;
}
body .accord ul li .accord-body > div a {
    color: #BE185D !important;
    font-weight: 600 !important;
    text-decoration: underline !important;
}

/* ---------- PRIZES PAGE ---------- */

/* Top banner — Cute Couple-Prizes-1 */
.header-banner.prizes-ban--1 {
    background-image: url('../images/element_3.png'), url('../images/Cute Couple-Prizes-1.webp') !important;
    background-position: left top, center !important;
    background-size: 200px, cover !important;
}

/* Intro section */
.prizes-intro {
    text-align: center;
    padding: 60px 20px 40px;
}
.prizes-intro .inner {
    max-width: 820px;
    margin: 0 auto;
}
.prizes-intro h1 {
    font-family: 'Neulis Neue', 'Work Sans', sans-serif !important;
    font-size: 34px !important;
    font-weight: 700 !important;
    color: #0A4A6C !important;
    text-transform: uppercase !important;
    letter-spacing: 0.02em !important;
    line-height: 1.15 !important;
    margin: 0 0 16px !important;
}
.prizes-intro p {
    font-family: 'Work Sans', sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #1F2937 !important;
    line-height: 1.6 !important;
    margin: 0 !important;
}

/* Block backgrounds */
.big-3-blocks-mobile-slide > div ul li:nth-child(1) {
    background-image: url('../images/CCSA-Element-Footer-Left.png') !important;
    background-position: bottom right !important;
}
.big-3-blocks-mobile-slide > div ul li:nth-child(2) {
    background-image: url('../images/CCSA-Element-Footer-Middle.png') !important;
    background-position: bottom right !important;
}
.big-3-blocks-mobile-slide > div ul li:nth-child(3) {
    background-image: url('../images/CCSA-Element-Footer-Right.png') !important;
    background-position: bottom left !important;
}

/* Block icon */
.prizes-block__icon {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 64px !important;
    height: 64px !important;
    border-radius: 50% !important;
    background: var(--cg-blue, #0A4A6C) !important;
    margin: 0 auto 20px !important;
    flex: 0 0 auto !important;
}
.prizes-block__icon img {
    width: 40px !important;
    height: 40px !important;
}

/* First block — white text on dark background */
.big-3-blocks-mobile-slide > div ul li:nth-child(1) div h2,
.big-3-blocks-mobile-slide > div ul li:nth-child(1) div h3 {
    color: #fff !important;
}

/* Block headings and text — override old #af2d2a colours */
.big-3-blocks-mobile-slide > div ul li div h2 {
    font-family: 'Neulis Neue', 'Work Sans', sans-serif !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #BE185D !important;
    text-transform: uppercase !important;
    letter-spacing: 0.02em !important;
    line-height: 1.2 !important;
    margin-bottom: 12px !important;
}
.big-3-blocks-mobile-slide > div ul li div h3 {
    font-family: 'Work Sans', sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #1F2937 !important;
    line-height: 1.65 !important;
    margin-bottom: 16px !important;
}

/* Remove legacy min-height from p inside prize blocks */
.how-it-works.prize .big-3-blocks-mobile-slide > div ul li div p {
    min-height: 0 !important;
}

/* Cash prize bullet list inside block 2 — uses div>p to avoid ul li CSS conflicts */
div.prizes-block__list {
    padding: 0 !important;
    margin: 0 0 16px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 4px !important;
    text-align: left !important;
}
div.prizes-block__list p {
    display: flex !important;
    gap: 12px !important;
    align-items: center !important;
    font-family: 'Work Sans', sans-serif !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #1F2937 !important;
    margin: 0 !important;
    line-height: 1.4 !important;
}
div.prizes-block__list p img {
    width: 16px !important;
    height: 16px !important;
    flex: 0 0 auto !important;
}

/* T&C footnote — reset all the legacy button styles */
.prizes-block__tc {
    font-family: 'Work Sans', sans-serif !important;
    font-size: 11px !important;
    font-weight: 400 !important;
    color: #6B7280 !important;
    margin-top: auto !important;
    text-align: center !important;
}
.prizes-block__tc a {
    display: inline !important;
    width: auto !important;
    height: auto !important;
    line-height: normal !important;
    padding: 0 !important;
    border: none !important;
    border-radius: 0 !important;
    background: none !important;
    box-shadow: none !important;
    font-size: 11px !important;
    font-weight: 400 !important;
    color: #BE185D !important;
    text-decoration: underline !important;
}

/* CTA spacing */
.cta-box.prizes-cta {
    margin-top: 40px !important;
}

/* Bottom banner image */
.prizes-banner-bottom {
    height: 400px;
    background-image: url('../images/Cute Couple-Prizes-2.webp');
    background-size: cover;
    background-position: center;
    margin-top: 40px;
}
@media (max-width: 820px) {
    .prizes-banner-bottom {
        height: 240px;
    }
}

/* ---------- CONTACT US PAGE ---------- */

/* Remove box-shadow from gray-bg */
main.contact-us.gray-bg {
    box-shadow: none !important;
}

/* Page container */
.contact-us-text-form {
    border-bottom-color: #F3E8EE !important;
}

/* h1 */
.contact-us-text-form h1 {
    font-family: 'Neulis Neue', 'Work Sans', sans-serif !important;
    font-size: 34px !important;
    font-weight: 700 !important;
    color: #0A4A6C !important;
    text-transform: uppercase !important;
    letter-spacing: 0.02em !important;
    line-height: 1.15 !important;
    margin-bottom: 40px !important;
}

/* h2 — both columns */
.contact-us-text-form > div h2 {
    font-family: 'Neulis Neue', 'Work Sans', sans-serif !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #BE185D !important;
    text-transform: uppercase !important;
    letter-spacing: 0.02em !important;
    line-height: 1.2 !important;
    margin-bottom: 20px !important;
}

/* Body text */
.contact-us-text-form > div.text p {
    font-family: 'Work Sans', sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #1F2937 !important;
    line-height: 1.6 !important;
}

/* Links in text */
.contact-us-text-form > div.text p a {
    color: #BE185D !important;
    font-weight: 600 !important;
    text-decoration: underline !important;
}

/* Form labels */
.contact-us-text-form > div.form ul li label {
    font-family: 'Work Sans', sans-serif !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    color: #1F2937 !important;
    text-transform: none !important;
    line-height: normal !important;
    margin-bottom: 10px !important;
}

/* Required asterisk */
.contact-us-text-form > div.form ul li label span {
    color: #BE185D !important;
}

/* Inputs */
.contact-us-text-form > div.form ul li input {
    display: flex !important;
    width: 100% !important;
    box-sizing: border-box !important;
    height: 51px !important;
    padding: 16px !important;
    border-radius: 8px !important;
    border: 1px solid #E5E7EB !important;
    background: #F8FAFC !important;
    font-family: 'Work Sans', Montserrat, sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: normal !important;
}

/* Textarea */
.contact-us-text-form > div.form ul li textarea {
    display: block !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding: 16px !important;
    border-radius: 8px !important;
    border: 1px solid #E5E7EB !important;
    background: #F8FAFC !important;
    font-family: 'Work Sans', Montserrat, sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
}

/* Placeholders */
.contact-us-text-form > div.form ul li input::placeholder,
.contact-us-text-form > div.form ul li textarea::placeholder {
    color: #9CA3AF !important;
}

/* Focus state */
.contact-us-text-form > div.form ul li input:focus,
.contact-us-text-form > div.form ul li textarea:focus {
    outline: none !important;
    border-color: #BE185D !important;
}

/* Submit button */
.contact-us-text-form > div.form ul li a.submit-form {
    width: 100% !important;
    max-width: 360px !important;
    height: 50px !important;
    line-height: 50px !important;
    padding: 0 16px !important;
    box-sizing: border-box !important;
    border-radius: 16px !important;
    background: #BE185D !important;
    color: #fff !important;
    font-family: 'Work Sans', sans-serif !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    font-style: normal !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    text-align: center !important;
    text-decoration: none !important;
    display: inline-block !important;
    box-shadow: 0 8px 16px 0 rgba(89, 2, 41, 0.24) !important;
    transition: .3s !important;
    cursor: pointer !important;
}
.contact-us-text-form > div.form ul li a.submit-form:hover {
    background: #881337 !important;
    color: #fff !important;
    transition: .3s !important;
}

/* "I'm not a robot" checkbox */
.contact-us-text-form > div.form ul li.mens-kyk span {
    border-color: #BE185D !important;
    border-radius: 4px !important;
}
.contact-us-text-form > div.form ul li.mens-kyk span.jip:after {
    background-color: #BE185D !important;
}
.contact-us-text-form > div.form ul li.mens-kyk.error-mens span {
    border-color: #BE185D !important;
}

/* ---------- RULES PAGE ---------- */

main.content .intro.display-into .inner p {
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
}


/* Remove box-shadow and add bottom padding on rules page */
main.rules.gray-bg {
    box-shadow: none !important;
    padding-bottom: 40px !important;
}

/* No gap between last element and footer */
main.rules .cta-box {
    margin-bottom: 0 !important;
}

/* Switch to flexbox so columns sit cleanly regardless of surrounding <p> siblings */
.list-and-add {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    padding-bottom: 40px;
}
.list-and-add > p {
    width: 100%;
    flex: 0 0 100%;
}
.list-and-add ol {
    float: none !important;
    flex: 0 0 calc(50% - 24px);
    width: auto !important;
    padding: 0 0 0 22px !important;
    margin: 0 !important;
}
/* Left column — gap on right */
.list-and-add ol:nth-of-type(1) {
    margin-right: 24px !important;
    padding-right: 16px !important;
    border-right: 1px solid #F3E8EE;
}
/* Right column — gap on left */
.list-and-add ol:nth-of-type(2) {
    margin-left: 24px !important;
}
/* Item spacing & line height */
.list-and-add ol li {
    line-height: 1.55 !important;
    margin-bottom: 14px !important;
}
/* Link colors */
.list-and-add ol li a,
.list-and-add > p a {
    color: #BE185D !important;
    text-decoration: underline;
}

@media (max-width: 820px) {
    .list-and-add ol {
        flex: 0 0 100% !important;
        margin: 0 !important;
        border-right: none !important;
    }
}

/* ---------- HOW IT WORKS PAGE ---------- */

/* Page h1 — exact selector match to beat legacy main.content .intro .inner h1 { color: #af2d2a } */
main.content .intro .inner h1 {
    font-family: 'Neulis Neue', 'Work Sans', sans-serif !important;
    font-weight: 700 !important;
    font-size: 34px !important;
    color: #0A4A6C !important;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    line-height: 1.15 !important;
    margin-bottom: 20px;
    text-align: center;
}

/* Intro: single centered column, no two-column split */
main.content .intro .inner .hiw-intro-text {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
    float: none !important;
}
main.content .intro .inner .hiw-tc {
    margin-top: 16px;
    font-size: 14px !important;
    color: #6B7280 !important;
}
main.content .intro .inner .hiw-tc a {
    color: #BE185D !important;
    font-weight: 600 !important;
    text-decoration: underline;
}

/* Intro body text */
main.content .intro p {
    font-family: 'Work Sans', sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #1F2937 !important;
    line-height: 1.6 !important;
}
main.content .intro a {
    color: #BE185D !important;
    font-weight: 600 !important;
}

/* Steps section heading — matches homepage .home-intro .inner h2 pattern */
main.content .steps h2 {
    font-family: 'Neulis Neue', 'Work Sans', sans-serif !important;
    font-size: 34px !important;
    font-weight: 700 !important;
    color: #0A4A6C !important;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    line-height: 1.2 !important;
    padding-top: 40px;
    margin-bottom: 8px;
}

/* Step item titles (h5) */
main.content .steps ul li h5 {
    font-family: 'Neulis Neue', 'Work Sans', sans-serif !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #BE185D !important;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    margin-bottom: 8px;
}

/* Step item body text */
main.content .steps ul li p {
    font-family: 'Work Sans', sans-serif !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    color: #1F2937 !important;
    line-height: 1.65 !important;
}
main.content .steps ul li p a {
    color: #BE185D;
    font-weight: 600;
    text-decoration: underline;
}

/* Step numbered circle */
main.content .steps ul li:after {
    font-family: 'Neulis Neue', 'Work Sans', sans-serif !important;
    background-color: #fff !important;
    border-color: #BE185D !important;
    color: #BE185D !important;
    font-weight: 700 !important;
}

/* Step vertical line */
main.content .steps ul li:before {
    background-color: #BE185D !important;
}

/* CTA boxes — styled to match .cc2-become-supporter */
.cta-box {
    position: relative !important;
    background: #BE185D !important;
    border-radius: 16px !important;
    overflow: hidden !important;
    max-width: 1360px !important;
    width: calc(100% - 80px) !important;
    margin: 0 auto 40px !important;
    box-sizing: border-box !important;
    padding: 40px 40px 30px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 28px !important;
    /* remove float-based layout */
    float: none !important;
}
/* Pattern overlay — matches cc2-become-supporter__bg::after */
.cta-box::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url('../images/banners/become-supporter-bg.png');
    background-size: cover;
    background-position: center;
    opacity: 0.20;
    pointer-events: none;
    z-index: 0;
}
.cta-box .container {
    position: relative;
    z-index: 1;
    text-align: center;
    width: 100%;
}
.cta-box p {
    font-family: 'Neulis Neue', 'Work Sans', sans-serif !important;
    font-size: 34px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
    text-align: center !important;
    color: #fff !important;
    text-shadow: 0 8px 16px rgba(89, 2, 41, 0.24) !important;
    margin: 0 0 24px !important;
}
.cta-box a.cta,
.cta-box a.enter-close-btn {
    font-family: 'Work Sans', sans-serif !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    color: #BE185D !important;
    border-radius: 16px !important;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 360px !important;
    max-width: 100% !important;
    height: 50px !important;
    padding: 0 16px !important;
    box-shadow: 0 8px 16px 0 rgba(89, 2, 41, 0.24) !important;
    text-decoration: none !important;
}
.cta-box a.enter-close-btn {
    background: rgba(252, 231, 243, 0.75) !important;
    color: #9F1239 !important;
}
.cta-box a.cta:hover {
    color: #054068 !important;
    transition: .3s !important;
}

@media (max-width: 820px) {
    .cta-box {
        width: calc(100% - 40px) !important;
        border-radius: 12px !important;
    }
    .cta-box p {
        font-size: 24px !important;
    }
}

/* First CTA banner on how-it-works page */
.cta-box.hiw-banner-top {
    margin-top: 40px !important;
}

/* Bottom CTA banner on how-it-works page */
.cta-box.hiw-banner-bottom {
    margin-top: 40px !important;
}

/* Feature cards — same background as hiw-tagline (page default) */
.hiw-feature-cards {
    background: transparent;
}
.hiw-feature-cards .inner {
    max-width: 1440px;
    margin: 0 auto;
    padding: 40px 40px 50px;
}
.hiw-feature-cards__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    padding: 0 70px;
}
/* Card shell — reuses cc2-supporter-card__bg for the pink pattern background */
.hiw-feature-card {
    position: relative;
    border-radius: 16px;
    box-shadow: 0 8px 16px rgba(89, 2, 41, 0.24);
    overflow: hidden;
    padding: 28px 24px 24px;
    display: flex;
    flex-direction: column;
    min-height: 300px;
}
/* Content sits above the bg layer */
.hiw-feature-card__content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: 100%;
}
/* Icon circle — matches cc2-entry-pill__icon */
.hiw-feature-card__icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: var(--cg-blue, #0A4A6C);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    flex: 0 0 auto;
}
.hiw-feature-card__icon .cc2-entry-pill__iconImg {
    width: 40px;
    height: 40px;
}
/* Puzzle icon sizing inside the circle */
.hiw-feature-card__icon .cc2-figma-icon {
    width: 40px;
    height: 40px;
}
.hiw-feature-card__icon .cc2-figma-icon--puzzle .cc2-figma-icon__part--a {
    left: 5px;
    top: 5px;
    width: 30px;
    height: 30px;
}
/* Card title */
.hiw-feature-card__title {
    font-family: 'Neulis Neue', 'Work Sans', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: var(--cc-primary-500, #BE185D);
    text-transform: uppercase;
    letter-spacing: 0.02em;
    line-height: 1.2;
    margin: 0 0 16px;
}
/* List */
.hiw-feature-card__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    width: 100%;
}
.hiw-feature-card__list li {
    display: flex;
    gap: 8px;
    align-items: center;
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: var(--cg-charcoal-ink, #1F2937);
    text-align: left;
}
.hiw-feature-card__list li img {
    width: 16px;
    height: 16px;
    flex: 0 0 auto;
}

/* Responsive */
@media (max-width: 1100px) {
    .hiw-feature-cards__grid {
        padding: 0;
    }
}
@media (max-width: 900px) {
    .hiw-feature-cards .inner {
        padding: 30px 20px 40px;
    }
    .hiw-feature-cards__grid {
        grid-template-columns: 1fr;
        max-width: 420px;
        margin: 0 auto;
    }
}

/* Tagline row */
.hiw-tagline {
    text-align: center;
    padding: 32px 20px;
    margin: 0;
}
.hiw-tagline h2 {
    font-family: 'Neulis Neue', 'Work Sans', sans-serif !important;
    font-size: 34px !important;
    font-weight: 700 !important;
    color: #0A4A6C !important;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    line-height: 1.2 !important;
    margin: 0;
    text-align: center;
}

/* ---------- HOW TO VOTE — CENTERED MODAL ---------- */

/* Tab button (fixed on side) — keep original colours */

/* Dark overlay */
.how-to-vote-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: 998;
}
.how-to-vote-overlay.open {
    display: block;
}

/* Modal card — centered */
.how-to-vote {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.96);
    right: auto;
    bottom: auto;
    width: 400px;
    max-width: 94vw;
    max-height: 90vh;
    overflow-y: auto;
    background: #ffffff;
    border-radius: 16px;
    padding: 24px 24px 20px;
    box-sizing: border-box;
    z-index: 999;
    box-shadow: 0 20px 60px rgba(0,0,0,0.3);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease, transform 0.25s ease;
}
.how-to-vote.open {
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, -50%) scale(1);
    right: auto;
}

/* Header row: title + close button */
.htv-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 0;
}
.how-to-vote .htv-header h3 {
    font-family: 'Work Sans', 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 800;
    color: #BE185D;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 0.04em;
    cursor: default;
}
.htv-close {
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background 0.2s;
    align-self: flex-start;
    flex-shrink: 0;
    margin-left: 10px;
}
.htv-close:hover {
    background: #fce7f3;
}

/* Neulis Neue — map weight 600 to Bold (closest available file) */
@font-face {
    font-family: 'Neulis Neue';
    src: url('../fonts/neulis-neue/NeulisNeue-Bold.woff2') format('woff2'),
         url('../fonts/neulis-neue/NeulisNeue-Bold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* Info box */
.htv-info {
    background: rgba(10, 74, 108, 0.08);
    border-radius: 12px;
    padding: 14px 16px;
    margin-bottom: 18px;
}
.htv-info h2 {
    font-family: 'Neulis Neue', 'Work Sans', sans-serif;
    font-size: 24px;
    font-weight: 600;
    font-style: normal;
    line-height: 1;
    letter-spacing: 0;
    margin: 0 0 8px;
    color: #0A4A6C;
    text-transform: uppercase;
}
.htv-info p {
    font-family: 'Work Sans', 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    letter-spacing: 0;
    color: #0A4A6C;
    margin: 0;
}
.htv-info p a {
    color: #BE185D;
    font-weight: 700;
}

/* Option rows */
.htv-options {
    list-style: none;
    margin: 0;
    padding: 0;
}
.htv-option {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 14px 0;
    border-bottom: 1px solid #f3e8ee;
}
.htv-option:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.htv-icon {
    flex-shrink: 0;
    width: 42px;
    height: 42px;
    padding: 5px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}
.htv-icon img {
    width: 32px;
    height: 32px;
    display: block;
}
.htv-text {
    display: flex;
    flex-direction: column;
    gap: 4px;
    text-align: left;
}
.htv-text h4 {
    font-family: 'Neulis Neue', 'Work Sans', sans-serif;
    font-size: 24px;
    font-weight: 700;
    font-style: normal;
    line-height: 1;
    letter-spacing: 0;
    color: #DB2777;
    margin: 0;
    text-transform: uppercase;
}
.htv-text p {
    font-family: 'Work Sans', 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    letter-spacing: 0;
    color: #4B5563;
    margin: 0;
}
/* Hide the old close arrow in h3 - no longer needed */
.how-to-vote h3 svg,
.how-to-vote h3 span.divider {
    display: none;
}

/* Mobile */
@media (max-width: 640px) {
    .how-to-vote {
        width: 94vw;
        top: 50%;
        bottom: auto;
        border-radius: 16px;
        padding: 20px 18px 16px;
    }
    .how-to-vote.open {
        bottom: auto;
    }
    .htv-text h4 {
        font-size: 20px;
    }
    .htv-text p {
        font-size: 14px;
    }
}

/* ---------- USER ZONE HEADER (scoped to body.userzone only) ---------- */

body.userzone header.site-header {
    background: #0A4A6C !important;
}

body.userzone header.site-header .header-top {
    background: #054068 !important;
    height: 40px !important;
}

body.userzone header.site-header .header-top nav > a,
body.userzone header.site-header .header-top nav > label,
body.userzone header.site-header .header-top nav > span a {
    color: #F3E8EE !important;
}

body.userzone header.site-header .header-top nav > a:hover {
    color: #BE185D !important;
}

body.userzone header.site-header .header-top nav > span a {
    background-color: #BE185D !important;
}

body.userzone header.site-header .header-top nav > span a:hover {
    background-color: #881337 !important;
}

/* Header bottom — white bg, pink nav strip */
body.userzone header.site-header .header-bottom {
    background-color: #fff !important;
    box-shadow: none !important;
}

body.userzone header.site-header .site-logo svg.desktop-logo {
    width: 296px !important;
    height: 66px !important;
}

/* Nav bar — pink gradient */
body.userzone header.site-header .header-bottom nav {
    background: #BE185D !important;
    background: linear-gradient(to right, #BE185D 0%, #9D174D 100%) !important;
    filter: none !important;
}

body.userzone header.site-header .header-bottom nav:before {
    border-right-color: #BE185D !important;
}

body.userzone header.site-header .header-bottom nav > ul > li > a {
    color: #fff !important;
    font-family: 'Work Sans', sans-serif !important;
    font-weight: 700 !important;
}

/* Dropdown */
body.userzone header.site-header .header-bottom nav > ul > li.dropdown div ul li a {
    color: #BE185D !important;
}

body.userzone header.site-header .header-bottom nav > ul > li.dropdown div ul li a:hover {
    color: #0A4A6C !important;
}

/* ---------- USERZONE LAYOUT ---------- */

.userzone {
    padding-left: 0 !important;
    background-color: transparent !important;
}

/* ---------- USERZONE NAV (sidebar) ---------- */

.userzone-nav {
    background-color: #0A4A6C !important;
}

.userzone-nav .header h3 {
    color: #fff !important;
    font-family: 'Neulis Neue', 'Work Sans', sans-serif !important;
    font-weight: 700 !important;
}

.userzone-nav .header h3 span {
    color: #F3E8EE !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    text-transform: none !important;
}

.userzone-nav ul li a {
    color: #F3E8EE !important;
    font-family: 'Work Sans', sans-serif !important;
}

.userzone-nav ul li a span {
    background-color: rgba(255,255,255,0.10) !important;
}

.userzone-nav ul li a span svg path,
.userzone-nav ul li a span svg g path {
    fill: #F3E8EE !important;
    transition: 0.3s !important;
}

.userzone-nav ul li a:hover,
.userzone-nav ul li a.active {
    background: #BE185D !important;
    background: linear-gradient(to right, #BE185D 0%, #9D174D 100%) !important;
    filter: none !important;
    transition: 0.3s !important;
}

.userzone-nav ul li a:hover span,
.userzone-nav ul li a.active span {
    background-color: transparent !important;
}

.userzone-nav ul li a:hover span svg path,
.userzone-nav ul li a.active span svg path,
.userzone-nav ul li a:hover span svg g path,
.userzone-nav ul li a.active span svg g path {
    fill: #fff !important;
}

.userzone-nav ul li a.active:after {
    display: none !important;
}

/* Mobile nav */
.userzone-mobile-nav {
    background: #0A4A6C !important;
}

.userzone-mobile-nav p {
    color: #fff !important;
    font-family: 'Work Sans', sans-serif !important;
}

.userzone-mobile-nav a span {
    background-color: #fff !important;
}

/* ---------- DASHBOARD UPDATE SECTION (verify mobile / change password) ---------- */

.welcome-dashboard-update {
    background: #F8FAFC !important;
    border-bottom: 1px solid #F3E8EE !important;
    padding: 24px 36px !important;
}

.dashboard-displays .dashboard-update-mobile,
.dashboard-displays .dashboard-update-password {
    background: #fff !important;
    border: 1px solid #F3E8EE !important;
    border-radius: 16px !important;
    box-shadow: 0 4px 12px rgba(89,2,41,0.08) !important;
}

.dashboard-displays .dashboard-update-mobile > div,
.dashboard-displays .dashboard-update-password > div {
    padding: 20px 24px !important;
}

.dashboard-displays .dashboard-update-mobile > div p,
.dashboard-displays .dashboard-update-password > div p {
    color: #1F2937 !important;
    font-family: 'Work Sans', sans-serif !important;
    font-size: 14px !important;
}

/* Phone input row */
.dashboard-form-verify-phone-number {
    gap: 8px !important;
}

.dashboard-displays .dashboard-update-mobile .dashboard-form-verify-phone-number div input,
.dashboard-displays .dashboard-update-mobile .dashboard-form-verify-phone-number span input,
.dashboard-displays .dashboard-update-mobile .dashboard-form-verify-phone-number div select,
.dashboard-displays .dashboard-update-mobile .dashboard-form-verify-phone-number span select {
    height: 44px !important;
    border-radius: 8px !important;
    border: 1px solid #E5E7EB !important;
    background: #F8FAFC !important;
    font-family: 'Work Sans', sans-serif !important;
    font-size: 14px !important;
    color: #1F2937 !important;
    padding: 0 12px !important;
    box-sizing: border-box !important;
}

/* Flag/country dropdown — keep original compact dimensions, just clean up border */
.dashboard-displays .dashboard-update-mobile .dashboard-form-verify-phone-number div .select-dropdown-holder,
.dashboard-displays .dashboard-update-mobile .dashboard-form-verify-phone-number span .select-dropdown-holder {
    border: 1px solid #E5E7EB !important;
    background: #F8FAFC !important;
}

/* Telephone input — wider */
.dashboard-displays .dashboard-update-mobile .dashboard-form-verify-phone-number input#mobile_telephone,
.dashboard-displays .dashboard-update-mobile .dashboard-form-verify-phone-number input.mobile_telephone {
    width: 160px !important;
    min-width: 160px !important;
}

/* Send / OTP submit button */
input.update.mobile-send {
    background: #BE185D !important;
    color: #fff !important;
    border: none !important;
    border-radius: 12px !important;
    height: 44px !important;
    padding: 0 20px !important;
    font-family: 'Work Sans', sans-serif !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    transition: background .3s !important;
}

input.update.mobile-send:hover {
    background: #881337 !important;
}

/* Change password button */
.dashboard-update-password a.update {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #BE185D !important;
    color: #fff !important;
    border: none !important;
    border-radius: 12px !important;
    height: 44px !important;
    padding: 0 24px !important;
    font-family: 'Work Sans', sans-serif !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    transition: background .3s !important;
    line-height: 1 !important;
    box-shadow: 0 4px 10px rgba(89,2,41,0.20) !important;
}

.dashboard-update-password a.update:hover {
    background: #881337 !important;
}

/* Icons in update section */
.dashboard-update-icon {
    filter: hue-rotate(330deg) saturate(2) brightness(0.7) !important;
}

/* ---------- USERZONE MOBILE NAV (duplicate block removed, consolidated above) ---------- */

/* ---------- USERZONE MOBILE NAV ---------- */

.userzone-mobile-nav {
    background: #0A4A6C !important;
}

.userzone-mobile-nav p {
    color: #fff !important;
    font-family: 'Work Sans', sans-serif !important;
}

.userzone-mobile-nav a span {
    background-color: #fff !important;
}

/* ---------- DASHBOARD: DISPLAY CARDS — info link sizing ---------- */

.welcome-dashboard-displays > .inner > .displays > div > .info a {
    height: 45px !important;
    line-height: 45px !important;
    max-width: 150px !important;
}

/* ---------- COMPETITION STATS ---------- */

.competition-stats .inner .countdown {
    background-color: #BE185D !important;
}

/* ---------- DASHBOARD: ENTRIES ---------- */

.entries-competition > .inner > .competition-entries-holder > h2 {
    font-family: 'Neulis Neue', 'Work Sans', sans-serif !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #0A4A6C !important;
}

.entries-competition > .inner > .competition-entries-holder > ul > li {
    border-radius: 16px !important;
    overflow: hidden !important;
    box-shadow: 0 8px 16px rgba(89,2,41,0.12) !important;
}

.entries-competition > .inner > .competition-entries-holder > ul > li .image h3 {
    font-family: 'Neulis Neue', 'Work Sans', sans-serif !important;
    font-weight: 700 !important;
    color: #fff !important;
}

/* Status badges */
.entries-competition .status-3,
.entries-competition .status-6 {
    background: #BE185D !important;
    color: #fff !important;
    border-radius: 8px !important;
}

/* Three-dot menu icon */
.entries-competition .actions svg path[fill="#b62d2a"],
.previous-competitions .actions svg path[fill="#b62d2a"] {
    fill: #BE185D !important;
}

/* Actions dropdown links */
.entries-competition .actions > div a,
.previous-competitions .actions > div a {
    color: #0A4A6C !important;
    font-family: 'Work Sans', sans-serif !important;
    font-weight: 500 !important;
}

.entries-competition .actions > div a:hover,
.previous-competitions .actions > div a:hover {
    color: #BE185D !important;
}

/* ---------- DASHBOARD: UPDATE BANNERS ---------- */

.welcome-dashboard-update {
    background: #FDF2F8 !important;
    border-bottom: 1px solid #F3E8EE !important;
}

.dashboard-displays .dashboard-update-mobile > div p,
.dashboard-displays .dashboard-update-password > div p {
    color: #1F2937 !important;
    font-family: 'Work Sans', sans-serif !important;
}

/* Verify phone input */
.dashboard-displays .dashboard-update-mobile .dashboard-form-verify-phone-number div input,
.dashboard-displays .dashboard-update-mobile .dashboard-form-verify-phone-number span input {
    height: 44px !important;
    border-radius: 8px !important;
    border: 1px solid #E5E7EB !important;
    background: #F8FAFC !important;
    font-family: 'Work Sans', sans-serif !important;
    font-size: 14px !important;
    color: #1F2937 !important;
}

/* ---------- DASHBOARD: UPDATE / CTA BUTTONS ---------- */

.dashboard-update-mobile .update,
.dashboard-update-password .update,
.welcome-dashboard .update,
.welcome-dashboard-displays .update {
    background: #BE185D !important;
    color: #fff !important;
    border-radius: 16px !important;
    font-family: 'Work Sans', sans-serif !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
    border: none !important;
    height: 50px !important;
    box-shadow: 0 8px 16px 0 rgba(89,2,41,0.24) !important;
    transition: background .3s !important;
}

.dashboard-update-mobile .update:hover,
.dashboard-update-password .update:hover,
.welcome-dashboard .update:hover,
.welcome-dashboard-displays .update:hover {
    background: #881337 !important;
    color: #fff !important;
}

/* ---------- DASHBOARD: DISPLAY CARDS ---------- */

.welcome-dashboard-displays > .inner > .displays > div {
    border-radius: 16px !important;
    overflow: hidden !important;
    box-shadow: 0 8px 16px rgba(89,2,41,0.12) !important;
}

.welcome-dashboard-displays > .inner > .displays > div > .text > div h2 {
    font-family: 'Neulis Neue', 'Work Sans', sans-serif !important;
    font-weight: 700 !important;
    color: #fff !important;
}

.welcome-dashboard-displays > .inner > .displays > div > .text > div p,
.welcome-dashboard-displays > .inner > .displays > div > .text > div p a {
    color: #1F2937 !important;
    font-family: 'Work Sans', sans-serif !important;
}

/* ---------- DASHBOARD: PREVIOUS COMPETITIONS ---------- */

.previous-competitions > .inner > h2 {
    font-family: 'Neulis Neue', 'Work Sans', sans-serif !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #0A4A6C !important;
}

.previous-competitions .listing ul li {
    border-radius: 16px !important;
    overflow: hidden !important;
    box-shadow: 0 8px 16px rgba(89,2,41,0.12) !important;
}

.previous-competitions .listing ul li h3 {
    font-family: 'Neulis Neue', 'Work Sans', sans-serif !important;
    font-weight: 700 !important;
    color: #0A4A6C !important;
}

.previous-competitions .listing ul li .results h4 {
    font-family: 'Neulis Neue', 'Work Sans', sans-serif !important;
    font-weight: 700 !important;
    color: #1F2937 !important;
}

.previous-competitions .listing ul li .stats h4 {
    color: #6B7280 !important;
    font-family: 'Work Sans', sans-serif !important;
    font-size: 12px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
}

.previous-competitions .listing ul li .stats span {
    color: #BE185D !important;
    font-family: 'Neulis Neue', 'Work Sans', sans-serif !important;
    font-weight: 700 !important;
    font-size: 18px !important;
}

/* ---------- DASHBOARD: POPUPS ---------- */

.remove-popup > div,
.update-popup > div,
.message-modal > div,
.logout-popup > div {
    border-radius: 16px !important;
    box-shadow: 0 16px 40px rgba(89,2,41,0.20) !important;
}

.remove-popup h2,
.update-popup h2,
.message-modal h2,
.logout-popup h2 {
    font-family: 'Neulis Neue', 'Work Sans', sans-serif !important;
    font-weight: 700 !important;
    color: #0A4A6C !important;
}

.remove-popup p,
.update-popup p,
.message-modal p,
.logout-popup p {
    font-family: 'Work Sans', sans-serif !important;
    color: #1F2937 !important;
}

.remove-popup a.remove,
.logout-popup a.logout-confirm {
    background: #BE185D !important;
    color: #fff !important;
    border-radius: 12px !important;
    font-family: 'Work Sans', sans-serif !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    border: none !important;
    transition: background .3s !important;
}

.remove-popup a.remove:hover,
.logout-popup a.logout-confirm:hover {
    background: #881337 !important;
}

.remove-popup a.cancel,
.update-popup a.close,
.message-modal a.close,
.logout-popup a.cancel {
    border: 1px solid #E5E7EB !important;
    color: #6B7280 !important;
    border-radius: 12px !important;
    font-family: 'Work Sans', sans-serif !important;
    font-weight: 500 !important;
    font-size: 15px !important;
    background: transparent !important;
    transition: border-color .3s !important;
}

.remove-popup a.cancel:hover,
.update-popup a.close:hover,
.message-modal a.close:hover,
.logout-popup a.cancel:hover {
    border-color: #BE185D !important;
    color: #BE185D !important;
}

/* ========================================================
   PROFILE PAGE
   ======================================================== */

/* Page heading */
.profile-container .edit-profile h1 {
    font-family: 'Neulis Neue', 'Work Sans', sans-serif !important;
    color: #0A4A6C !important;
    font-weight: 700 !important;
    letter-spacing: 0.02em !important;
}

/* Labels */
.edit-profile ul li label {
    font-family: 'Work Sans', sans-serif !important;
    color: #374151 !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.06em !important;
    margin-bottom: 8px !important;
}

.edit-profile ul li label a {
    color: #BE185D !important;
}

/* Text / email / tel / password inputs */
.edit-profile ul li > input {
    height: 44px !important;
    border: 1.5px solid #E5E7EB !important;
    border-radius: 8px !important;
    background: #F8FAFC !important;
    font-family: 'Work Sans', sans-serif !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    color: #1F2937 !important;
    padding: 0 14px !important;
    transition: border-color .2s, box-shadow .2s !important;
}

.edit-profile ul li > input:focus {
    border-color: #BE185D !important;
    box-shadow: 0 0 0 3px rgba(190,24,93,0.12) !important;
    background: #fff !important;
    outline: none !important;
}

.edit-profile ul li > input:disabled {
    background: #F1F5F9 !important;
    color: #9CA3AF !important;
    border-color: #E5E7EB !important;
    cursor: not-allowed !important;
}

.edit-profile ul li > input::placeholder {
    color: #CBD5E1 !important;
}

/* Selects */
.edit-profile ul li > select {
    height: 44px !important;
    border: 1.5px solid #E5E7EB !important;
    border-radius: 8px !important;
    background: #F8FAFC !important;
    font-family: 'Work Sans', sans-serif !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    color: #1F2937 !important;
    padding: 0 14px !important;
    appearance: auto !important;
    transition: border-color .2s !important;
}

.edit-profile ul li > select:focus {
    border-color: #BE185D !important;
    box-shadow: 0 0 0 3px rgba(190,24,93,0.12) !important;
    outline: none !important;
}

/* Help icon */
.edit-profile ul li .info svg #Path_299 {
    fill: #9CA3AF !important;
}

.edit-profile ul li .info:hover svg #Path_299 {
    fill: #BE185D !important;
}

.edit-profile ul li .info div {
    background-color: #0A4A6C !important;
}

/* Checkbox */
.edit-profile ul li span.checkbox {
    background-color: #E5E7EB !important;
    border-radius: 4px !important;
}

.edit-profile ul li span.checked:before {
    background-color: #BE185D !important;
    border-radius: 3px !important;
}

/* Error messages */
.edit-profile ul li .error {
    color: #DC2626 !important;
    font-family: 'Work Sans', sans-serif !important;
    font-size: 11px !important;
}

/* Update (save) button */
.edit-profile .update {
    background: #BE185D !important;
    background: linear-gradient(to right, #BE185D 0%, #9D174D 100%) !important;
    filter: none !important;
    color: #fff !important;
    border-radius: 10px !important;
    font-family: 'Work Sans', sans-serif !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    letter-spacing: 0.04em !important;
    transition: background .25s !important;
    box-shadow: 0 4px 12px rgba(190,24,93,0.25) !important;
}

.edit-profile .update:hover {
    background: #9D174D !important;
    background: linear-gradient(to right, #9D174D 0%, #881337 100%) !important;
    filter: none !important;
}

/* Cancel button */
.edit-profile .cancel {
    background: #F3F4F6 !important;
    color: #374151 !important;
    border-radius: 10px !important;
    font-family: 'Work Sans', sans-serif !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    transition: background .2s, color .2s !important;
    text-decoration: none !important;
}

.edit-profile .cancel:hover {
    background: #E5E7EB !important;
    color: #1F2937 !important;
    opacity: 1 !important;
}

/* ---- Profile-page popups (Update Mobile / Submit OTP) ---- */

.popup.edit-mobile > .inner,
.popup.submit-mobile-update-otp > .inner {
    background: transparent !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
}

.popup.edit-mobile > .inner > div,
.popup.submit-mobile-update-otp > .inner > div {
    background: #fff !important;
    border-radius: 16px !important;
    padding: 36px 40px !important;
    width: 100% !important;
    max-width: 420px !important;
    box-shadow: 0 20px 50px rgba(10,74,108,0.18) !important;
    position: relative !important;
}

.popup.edit-mobile > .inner > div h2,
.popup.submit-mobile-update-otp > .inner > div h2 {
    font-family: 'Neulis Neue', 'Work Sans', sans-serif !important;
    color: #0A4A6C !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    margin: 0 0 8px !important;
}

.popup.edit-mobile > .inner > div p,
.popup.submit-mobile-update-otp > .inner > div p {
    font-family: 'Work Sans', sans-serif !important;
    color: #6B7280 !important;
    font-size: 14px !important;
    margin: 0 0 20px !important;
}

.popup.edit-mobile > .inner > div input,
.popup.submit-mobile-update-otp > .inner > div input {
    display: block !important;
    width: 100% !important;
    box-sizing: border-box !important;
    height: 44px !important;
    border: 1.5px solid #E5E7EB !important;
    border-radius: 8px !important;
    background: #F8FAFC !important;
    font-family: 'Work Sans', sans-serif !important;
    font-size: 15px !important;
    color: #1F2937 !important;
    padding: 0 14px !important;
    margin-bottom: 16px !important;
}

.popup.edit-mobile > .inner > div input:focus,
.popup.submit-mobile-update-otp > .inner > div input:focus {
    border-color: #BE185D !important;
    box-shadow: 0 0 0 3px rgba(190,24,93,0.12) !important;
    outline: none !important;
}

.popup.edit-mobile > .inner > div a.update-number,
.popup.submit-mobile-update-otp > .inner > div a.submit-otp {
    display: block !important;
    width: 100% !important;
    height: 48px !important;
    line-height: 48px !important;
    text-align: center !important;
    background: linear-gradient(to right, #BE185D 0%, #9D174D 100%) !important;
    color: #fff !important;
    border-radius: 10px !important;
    font-family: 'Work Sans', sans-serif !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.04em !important;
    cursor: pointer !important;
    text-decoration: none !important;
    transition: background .25s !important;
}

.popup.edit-mobile > .inner > div a.update-number:hover,
.popup.submit-mobile-update-otp > .inner > div a.submit-otp:hover {
    background: linear-gradient(to right, #9D174D 0%, #881337 100%) !important;
}

.popup.edit-mobile > .inner > div a.close {
    position: absolute !important;
    top: 16px !important;
    right: 20px !important;
    width: 28px !important;
    height: 28px !important;
    line-height: 28px !important;
    text-align: center !important;
    color: #9CA3AF !important;
    font-size: 16px !important;
    cursor: pointer !important;
    border-radius: 50% !important;
    background: #F3F4F6 !important;
}

.popup.edit-mobile > .inner > div a.close:hover {
    background: #E5E7EB !important;
    color: #374151 !important;
}

.popup.edit-mobile > .inner > div .error,
.popup.submit-mobile-update-otp > .inner > div .error {
    color: #DC2626 !important;
    font-family: 'Work Sans', sans-serif !important;
    font-size: 12px !important;
    display: block !important;
    margin-top: 8px !important;
}

/* ---- Message modal (profile success) ---- */

.profile-container ~ .message-modal > div h2 {
    background-color: #0A4A6C !important;
    font-family: 'Neulis Neue', 'Work Sans', sans-serif !important;
}

.message-modal > div a.close {
    background: linear-gradient(to right, #BE185D 0%, #9D174D 100%) !important;
    color: #fff !important;
    border-radius: 10px !important;
    filter: none !important;
    font-family: 'Work Sans', sans-serif !important;
    font-weight: 700 !important;
}

/* ========================================================
   COMPETITION LOGIN PAGE
   ======================================================== */

/* Page background */
.login-container {
    background: #F8FAFC !important;
    box-shadow: none !important;
    min-height: 100vh !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 60px 20px !important;
    box-sizing: border-box !important;
}

.login-container .login {
    width: 100% !important;
}

/* Card */
.login-container .login > .inner {
    max-width: 460px !important;
    margin: 0 auto !important;
    background: #fff !important;
    border-radius: 20px !important;
    box-shadow: 0 8px 40px rgba(10,74,108,0.12) !important;
    padding: 0 !important;
    overflow: visible !important;
}

/* Hide pre-entry if still rendered */
.login-container .login > .inner > .pre-entry {
    display: none !important;
}

/* Form wrapper */
.login-container .login > .inner > .register-login-form {
    float: none !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding: 44px 40px 40px !important;
    text-align: center !important;
}

/* Icon at top */
.login-container .login-icon {
    display: flex !important;
    justify-content: center !important;
    margin-bottom: 20px !important;
}

/* Heading */
.login-container .login .register-login-form h2 {
    font-family: 'Neulis Neue', 'Work Sans', sans-serif !important;
    font-size: 26px !important;
    font-weight: 700 !important;
    color: #BE185D !important;
    text-transform: none !important;
    margin: 0 0 32px !important;
    text-align: center !important;
}

/* Field list */
.login-container .login .register-login-form ul {
    text-align: left !important;
    margin-bottom: 8px !important;
}

.login-container .login .register-login-form ul li {
    margin-bottom: 20px !important;
    padding: 0 !important;
}

/* Labels */
.login-container .login .register-login-form ul li label {
    display: block !important;
    font-family: 'Work Sans', sans-serif !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #374151 !important;
    margin-bottom: 8px !important;
}

.login-container .login .register-login-form ul li label .req {
    color: #BE185D !important;
}

/* Inputs */
.login-container .login .register-login-form ul li input {
    display: block !important;
    width: 100% !important;
    box-sizing: border-box !important;
    height: 48px !important;
    border: 1.5px solid #E5E7EB !important;
    border-radius: 10px !important;
    background: #F8FAFC !important;
    font-family: 'Work Sans', sans-serif !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    color: #1F2937 !important;
    padding: 0 16px !important;
    transition: border-color .2s, box-shadow .2s !important;
}

.login-container .login .register-login-form ul li input:focus {
    border-color: #BE185D !important;
    box-shadow: 0 0 0 3px rgba(190,24,93,0.12) !important;
    background: #fff !important;
    outline: none !important;
}

.login-container .login .register-login-form ul li input::placeholder {
    color: #CBD5E1 !important;
    font-weight: 400 !important;
}

/* Error */
.login-container .login .register-login-form ul li .error {
    color: #DC2626 !important;
    font-family: 'Work Sans', sans-serif !important;
    font-size: 11px !important;
    margin-top: 4px !important;
}

/* Actions row: forgot password left, login button right */
.login-container .login .register-login-form .login-actions {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 16px !important;
    margin-top: 28px !important;
    padding-top: 0 !important;
    overflow: visible !important;
}

/* Forgot password link */
.login-container .login .register-login-form .forgot-password {
    display: inline-flex !important;
    align-items: center !important;
    font-family: 'Work Sans', sans-serif !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    color: #BE185D !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    letter-spacing: 0.04em !important;
    margin: 0 !important;
    cursor: pointer !important;
    white-space: nowrap !important;
}

.login-container .login .register-login-form .forgot-password:hover {
    color: #9D174D !important;
}

/* Login submit button */
.login-container .login .register-login-form .submit {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 48px !important;
    padding: 0 32px !important;
    background: linear-gradient(to right, #BE185D 0%, #9D174D 100%) !important;
    color: #fff !important;
    border-radius: 10px !important;
    font-family: 'Work Sans', sans-serif !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    letter-spacing: 0.06em !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    text-decoration: none !important;
    filter: none !important;
    line-height: 1 !important;
    width: auto !important;
    transition: background .25s !important;
    box-shadow: 0 4px 14px rgba(190,24,93,0.30) !important;
}

.login-container .login .register-login-form .submit:hover {
    background: linear-gradient(to right, #9D174D 0%, #881337 100%) !important;
}

/* Back error */
.login-container .login .register-login-form .back-error p {
    color: #DC2626 !important;
    font-family: 'Work Sans', sans-serif !important;
    font-size: 13px !important;
    text-align: center !important;
    margin-top: 12px !important;
}

/* ---- Forgot password popup ---- */

.popup.forgot-password > .inner {
    max-width: 420px !important;
    border-radius: 20px !important;
    padding: 40px !important;
    box-shadow: 0 8px 40px rgba(10,74,108,0.16) !important;
}

.popup.forgot-password a.close {
    background-image: none !important;
    font-size: 20px !important;
    color: #9CA3AF !important;
    line-height: 1 !important;
}

.popup.forgot-password a.close:hover {
    color: #374151 !important;
}

.popup.forgot-password .register-login-form h2 {
    font-family: 'Neulis Neue', 'Work Sans', sans-serif !important;
    color: #BE185D !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    text-transform: none !important;
    margin-bottom: 24px !important;
}

.popup.forgot-password .register-login-form ul li label {
    font-family: 'Work Sans', sans-serif !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #374151 !important;
}

.popup.forgot-password .register-login-form ul li input {
    height: 48px !important;
    border: 1.5px solid #E5E7EB !important;
    border-radius: 10px !important;
    background: #F8FAFC !important;
    font-family: 'Work Sans', sans-serif !important;
    font-size: 15px !important;
    color: #1F2937 !important;
    padding: 0 16px !important;
}

.popup.forgot-password .register-login-form ul li input:focus {
    border-color: #BE185D !important;
    box-shadow: 0 0 0 3px rgba(190,24,93,0.12) !important;
    outline: none !important;
}

.popup.forgot-password .register-login-form div .submit {
    display: block !important;
    width: 100% !important;
    height: 48px !important;
    line-height: 48px !important;
    background: linear-gradient(to right, #BE185D 0%, #9D174D 100%) !important;
    color: #fff !important;
    border-radius: 10px !important;
    font-family: 'Work Sans', sans-serif !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
    cursor: pointer !important;
    filter: none !important;
    text-align: center !important;
}
