/* ==========================================================================
   Dallas VIP - FIFA World Cup 2026
   Addon styles for worldcup.html (works on top of css/style.css + form.css)
   All rules prefixed with body.worldcup for specificity over base styles.
   ========================================================================== */

/* ---------- Layout Overrides ---------- */
body.worldcup {
    background: #080201;
}
body.worldcup .left-col {
    width: 620px !important;
}
body.worldcup .right-col {
    width: 280px !important;
    text-align: left !important;
    padding-left: 10px;
}
body.worldcup #mainContent {
    background: url(../images/bg-right.jpg) right repeat-y;
}
body.worldcup #mainContent > header {
    height: auto !important;
    width: auto !important;
    position: relative !important;
    margin: 0 !important;
}

/* ---------- Countdown Bar (full-width, sits outside <header>) ---------- */
body.worldcup .wc-countdown-bar {
    background: linear-gradient(135deg, #006B31, #00843D, #0D47A1) !important;
    color: #fff !important;
    padding: 10px 0 !important;
    text-align: center !important;
    position: relative;
    overflow: hidden;
    width: 100% !important;
    margin: 0 !important;
    display: block !important;
    height: auto !important;
    z-index: 300;
}
body.worldcup .wc-countdown-bar:before {
    content: '';
    position: absolute;
    top: 0; left: -100%;
    width: 200%; height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,.08), transparent);
    animation: wcShimmer 3s infinite;
}
@keyframes wcShimmer { to { transform: translateX(50%); } }

body.worldcup .wc-countdown-bar .cd-row {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-wrap: nowrap !important;
    margin: 0 auto !important;
}
body.worldcup .wc-countdown-bar .cd-block {
    padding: 0 10px !important;
    text-align: center !important;
    color: #fff !important;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
}
body.worldcup .wc-countdown-bar .cd-label {
    font-family: 'Oswald', sans-serif !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    letter-spacing: 2px;
    text-transform: uppercase;
    white-space: nowrap;
    padding-right: 15px !important;
}
body.worldcup .wc-countdown-bar .cd-icon {
    font-size: 26px !important;
    vertical-align: middle;
    line-height: 1;
}
body.worldcup .wc-countdown-bar .cd-num {
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    display: block !important;
    font-family: 'Oswald', sans-serif;
    color: #fff !important;
}
body.worldcup .wc-countdown-bar .cd-unit {
    font-size: 9px !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: .7;
    display: block !important;
    margin-top: 2px;
    font-family: Arial, Helvetica, sans-serif;
}
body.worldcup .wc-countdown-bar .cd-sep {
    font-size: 11px !important;
    opacity: .4;
    color: #fff !important;
    padding: 0 4px !important;
    color: #fff !important;
}

/* ---------- Hero (background-image approach) ---------- */
body.worldcup .wc-hero-wrap {
    width: 970px !important;
    margin: 0 auto !important;
    position: relative !important;
    overflow: hidden !important;
    min-height: 380px !important;
    background-color: #111 !important;
    -webkit-background-size: cover !important;
    background-size: cover !important;
    background-position: center 30% !important;
    background-repeat: no-repeat !important;
    display: block !important;
    height: auto !important;
    padding: 0 !important;
    z-index: 1;
}
body.worldcup .wc-hero-overlay {
    position: absolute !important;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,.55), rgba(0,0,0,.75)) !important;
    z-index: 1;
}
body.worldcup .wc-hero-text {
    position: relative !important;
    z-index: 2;
    text-align: center !important;
    padding: 60px 30px 50px !important;
}
body.worldcup .wc-hero-text .wc-pre {
    font-size: 12px !important;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #93c5fd !important;
    margin: 0 0 8px !important;
    text-align: center !important;
}
body.worldcup .wc-hero-text h1 {
    font-family: 'Oswald', sans-serif !important;
    font-size: 48px !important;
    color: #fff !important;
    text-shadow: 0 2px 10px rgba(0,0,0,.6);
    margin: 0 0 12px !important;
    border: none !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1.1 !important;
    text-align: center !important;
    padding: 0 !important;
    height: auto !important;
    width: auto !important;
    background: none !important;
    position: static !important;
}
body.worldcup .wc-hero-text h1 span {
    color: #FFB300 !important;
}
body.worldcup .wc-hero-text .wc-sub {
    font-size: 18px !important;
    color: rgba(219,234,254,.9) !important;
    line-height: 1.7 !important;
    margin: 0 auto 12px !important;
    max-width: 620px;
    text-shadow: 0 1px 4px rgba(0,0,0,.5);
    text-align: center !important;
}
body.worldcup .wc-hero-text .wc-sub2 {
    font-size: 16px !important;
    color: rgba(219,234,254,.7) !important;
    line-height: 1.6 !important;
    margin: 0 auto 18px !important;
    max-width: 620px;
    text-shadow: 0 1px 4px rgba(0,0,0,.5);
    text-align: center !important;
    font-style: italic;
}
body.worldcup .wc-hero-text .wc-btns {
    text-align: center !important;
}
body.worldcup .wc-hero-text .wc-btns a {
    display: inline-block !important;
    margin: 4px 5px !important;
    padding: 10px 22px !important;
    font-family: 'Oswald', sans-serif;
    font-size: 14px !important;
    text-transform: uppercase;
    text-decoration: none !important;
    letter-spacing: 1px;
}
body.worldcup .wc-btn-primary {
    background: #0D47A1 !important;
    color: #fff !important;
    text-shadow: -1px -1px 1px rgba(0,0,0,.5);
    box-shadow: 1px 1px 5px #000;
}
body.worldcup .wc-btn-primary:hover { background: #1565C0 !important; }
body.worldcup .wc-btn-secondary {
    background: rgba(255,255,255,.1) !important;
    color: #fff !important;
    border: 1px solid rgba(255,255,255,.3) !important;
}
body.worldcup .wc-btn-secondary:hover { background: rgba(255,255,255,.2) !important; }

/* ---------- Section h2 ---------- */
body.worldcup .left-col > h2:first-child {
    padding-top: 30px !important;
}
body.worldcup #mainContent h2 span {
    color: #0af;
}
body.worldcup .wc-eyebrow {
    font-size: 11px !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #0af !important;
    margin: -10px 0 12px !important;
}

/* ---------- Service Cards ---------- */
body.worldcup ul.wc-services {
    margin: 0 0 20px !important;
    padding: 0 !important;
    list-style: none !important;
}
body.worldcup ul.wc-services > li {
    background: #0c0c0c !important;
    border: 1px dotted #333 !important;
    margin: 0 0 10px !important;
    padding: 14px !important;
    overflow: hidden !important;
    list-style: none !important;
    min-height: auto !important;
    float: none !important;
    width: auto !important;
    display: block !important;
    border-bottom: 1px dotted #333 !important;
}
body.worldcup ul.wc-services > li:hover {
    border-color: #0af !important;
}
body.worldcup ul.wc-services li .svc-icon {
    float: left !important;
    width: 44px !important;
    height: 44px !important;
    line-height: 44px !important;
    text-align: center !important;
    margin-right: 14px !important;
    margin-bottom: 0 !important;
    background: #111 !important;
    border: 1px solid #333 !important;
    color: #0af !important;
    font-family: 'Oswald', sans-serif !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block !important;
}
body.worldcup ul.wc-services li h3 {
    font-size: 15px !important;
    font-weight: 700 !important;
    margin: 0 0 4px !important;
    color: #fff !important;
}
body.worldcup ul.wc-services li p {
    font-size: 12px !important;
    color: #999 !important;
    margin: 0 0 4px !important;
    line-height: 16px !important;
}
body.worldcup ul.wc-services li a.svc-link {
    font-size: 12px !important;
    color: #0af !important;
    text-decoration: none;
}
body.worldcup ul.wc-services li a.svc-link:hover {
    text-decoration: underline;
}

/* ---------- Match Cards ---------- */
body.worldcup ul.wc-matches {
    margin: 0 0 20px !important;
    padding: 0 !important;
    list-style: none !important;
}
body.worldcup ul.wc-matches > li {
    background: #0c0c0c !important;
    border: 1px dotted #333 !important;
    margin: 0 0 10px !important;
    padding: 0 !important;
    overflow: hidden !important;
    list-style: none !important;
    min-height: auto !important;
    float: none !important;
    width: auto !important;
    display: block !important;
}
body.worldcup ul.wc-matches > li.highlight {
    border-color: #FFB300 !important;
    border-style: solid !important;
}
body.worldcup .wc-match-head {
    background: #111 !important;
    padding: 8px 12px !important;
    overflow: hidden;
}
body.worldcup .wc-match-head .stage {
    float: left !important;
    font-size: 11px !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: rgba(255,255,255,.08) !important;
    padding: 2px 8px !important;
    color: #ccc !important;
    display: inline-block;
}
body.worldcup .wc-match-head .mdate {
    float: right !important;
    font-size: 12px !important;
    color: #999 !important;
}
body.worldcup .wc-match-body {
    padding: 12px !important;
    text-align: center !important;
}
body.worldcup .wc-match-body table {
    width: 100% !important;
    border: none !important;
    background: none !important;
    border-collapse: collapse !important;
    margin: 0 !important;
}
body.worldcup .wc-match-body td {
    text-align: center !important;
    vertical-align: middle !important;
    padding: 4px !important;
    border: none !important;
    background: none !important;
}
body.worldcup .wc-match-body .flag {
    font-size: 24px !important;
    font-weight: 700 !important;
    display: block !important;
    margin-bottom: 2px !important;
    font-family: 'Oswald', sans-serif;
    color: #999;
}
body.worldcup .wc-match-body .tname {
    font-size: 13px !important;
    font-weight: 700 !important;
    color: #eee !important;
    display: block !important;
}
body.worldcup .wc-match-body .vs {
    font-family: 'Oswald', sans-serif;
    font-size: 18px !important;
    color: #555 !important;
}
body.worldcup .wc-match-foot {
    border-top: 1px solid #222 !important;
    padding: 8px 12px !important;
    text-align: center !important;
    font-size: 12px !important;
}
body.worldcup .wc-match-foot a { color: #0af !important; }

/* ---------- Gallery ---------- */
body.worldcup ul.wc-gallery {
    margin: 0 0 20px !important;
    padding: 0 !important;
    list-style: none !important;
    overflow: hidden;
}
body.worldcup ul.wc-gallery > li {
    float: left !important;
    width: 48% !important;
    margin: 0 4% 8px 0 !important;
    list-style: none !important;
    min-height: auto !important;
    padding: 0 !important;
    border: none !important;
    overflow: hidden;
    background: none !important;
}
body.worldcup ul.wc-gallery > li:nth-child(even) {
    margin-right: 0 !important;
}
body.worldcup ul.wc-gallery > li.pano {
    width: 100% !important;
    margin-right: 0 !important;
}
body.worldcup ul.wc-gallery li img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
    border: 2px solid #333 !important;
    cursor: pointer;
    float: none !important;
    margin: 0 !important;
}
body.worldcup ul.wc-gallery li img:hover {
    border-color: #0af !important;
    opacity: .85;
}
body.worldcup ul.wc-gallery li span {
    display: block !important;
    font-size: 11px !important;
    color: #666 !important;
    text-align: center !important;
    padding: 3px 0 !important;
}

/* ---------- VIP Packages ---------- */
body.worldcup ul.wc-packages {
    margin: 0 0 20px !important;
    padding: 0 !important;
    list-style: none !important;
}
body.worldcup ul.wc-packages > li {
    background: #0c0c0c !important;
    border: 1px dotted #333 !important;
    margin: 0 0 15px !important;
    padding: 0 !important;
    overflow: hidden !important;
    list-style: none !important;
    min-height: auto !important;
    float: none !important;
    width: auto !important;
    display: block !important;
}
body.worldcup ul.wc-packages > li.featured {
    border: 1px solid #FFB300 !important;
}
body.worldcup .wc-pkg-img {
    position: relative !important;
    height: 150px !important;
    overflow: hidden !important;
}
body.worldcup .wc-pkg-img img {
    width: 100% !important;
    height: 150px !important;
    object-fit: cover;
    display: block !important;
    border: none !important;
    float: none !important;
    margin: 0 !important;
}
body.worldcup .wc-pkg-badge {
    position: absolute !important;
    top: 8px; right: 8px;
    background: #FFB300 !important;
    color: #111 !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 3px 8px !important;
    z-index: 2;
}
body.worldcup .wc-pkg-body {
    padding: 14px !important;
}
body.worldcup .wc-pkg-body h3 {
    font-size: 16px !important;
    font-weight: 700 !important;
    margin: 0 0 8px !important;
    color: #fff !important;
}
body.worldcup .wc-pkg-body ul {
    margin: 0 0 10px !important;
    padding: 0 !important;
    list-style: none !important;
}
body.worldcup .wc-pkg-body ul li {
    font-size: 12px !important;
    color: #999 !important;
    line-height: 20px !important;
    padding: 0 0 0 16px !important;
    position: relative;
    background: none !important;
    border: none !important;
    margin: 0 !important;
    min-height: auto !important;
    list-style: none !important;
    float: none !important;
    width: auto !important;
    display: block !important;
}
body.worldcup .wc-pkg-body ul li:before {
    content: '\2713';
    color: #00843D;
    font-weight: 700;
    position: absolute;
    left: 0;
}
body.worldcup .wc-pkg-price {
    font-family: 'Oswald', sans-serif !important;
    font-size: 20px !important;
    color: #0af !important;
    margin-bottom: 8px !important;
}
body.worldcup .wc-pkg-price small {
    font-family: Arial, sans-serif;
    font-size: 12px !important;
    color: #666 !important;
}

/* ---------- Inquiry Form (override base form.css) ---------- */
body.worldcup .wc-inquiry-form {
    background: #0c0c0c !important;
    border: 1px dotted #333 !important;
    padding: 14px !important;
    margin: 0 0 15px !important;
    text-align: left !important;
}
body.worldcup .wc-inquiry-form h2 {
    font-size: 16px !important;
    margin: 0 0 14px !important;
    text-align: left !important;
}
body.worldcup .wc-inquiry-form form {
    margin: 0 !important;
    display: block !important;
}
body.worldcup .wc-inquiry-form label {
    display: block !important;
    float: none !important;
    width: auto !important;
    font-size: 11px !important;
    color: #999 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 3px !important;
    line-height: normal !important;
    vertical-align: baseline;
    text-align: left !important;
}
body.worldcup .wc-inquiry-form label span {
    color: #e61b1b !important;
    font-size: 110% !important;
    width: auto !important;
    display: inline !important;
    margin-left: 2px;
}
body.worldcup .wc-inquiry-form input[type="text"],
body.worldcup .wc-inquiry-form input[type="email"],
body.worldcup .wc-inquiry-form input[type="tel"],
body.worldcup .wc-inquiry-form input[type="number"],
body.worldcup .wc-inquiry-form select,
body.worldcup .wc-inquiry-form textarea {
    width: 100% !important;
    max-width: 100% !important;
    background: #1a1a1a !important;
    border: 1px solid #444 !important;
    color: #eee !important;
    font-family: Arial, sans-serif !important;
    font-size: 13px !important;
    font-weight: normal !important;
    padding: 8px !important;
    margin: 0 0 10px !important;
    float: none !important;
    display: block !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body.worldcup .wc-inquiry-form input:focus,
body.worldcup .wc-inquiry-form select:focus,
body.worldcup .wc-inquiry-form textarea:focus {
    border-color: #0af !important;
    outline: none !important;
}
body.worldcup .wc-inquiry-form textarea {
    resize: vertical;
    min-height: 70px !important;
}
body.worldcup .wc-inquiry-form input[type="submit"] {
    width: 100% !important;
    display: block !important;
    float: none !important;
    margin: 8px 0 0 !important;
    cursor: pointer;
}
body.worldcup .wc-inquiry-form ul {
    margin: 0 !important;
    padding: 0 !important;
}
body.worldcup .wc-inquiry-form ul li {
    margin: 0 !important;
    clear: none;
    line-height: normal !important;
}

/* ---------- Detail Cards (Tickets, Transport, Parking, Tailgate sub-cards) ---------- */
body.worldcup .wc-detail-cards {
    overflow: hidden !important;
    margin: 10px 0 15px !important;
    padding: 0 !important;
}
body.worldcup .wc-dcard {
    background: #0c0c0c !important;
    border: 1px dotted #333 !important;
    padding: 14px !important;
    margin: 0 0 10px !important;
    overflow: hidden !important;
}
body.worldcup .wc-dcard:hover {
    border-color: #0af !important;
}
body.worldcup .wc-dcard h3 {
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #fff !important;
    margin: 0 0 6px !important;
}
body.worldcup .wc-dcard p {
    font-size: 12px !important;
    color: #999 !important;
    line-height: 18px !important;
    margin: 0 !important;
}
body.worldcup .wc-dcard ul {
    margin: 6px 0 10px !important;
    padding: 0 !important;
    list-style: none !important;
}
body.worldcup .wc-dcard ul li {
    font-size: 12px !important;
    color: #999 !important;
    line-height: 22px !important;
    padding: 0 0 0 16px !important;
    position: relative;
    background: none !important;
    border: none !important;
    margin: 0 !important;
    min-height: auto !important;
    list-style: none !important;
    float: none !important;
    width: auto !important;
    display: block !important;
}
body.worldcup .wc-dcard ul li:before {
    content: '\2713';
    color: #0af;
    font-weight: 700;
    position: absolute;
    left: 0;
}
body.worldcup .wc-dcard.featured {
    border: 1px solid #0af !important;
}

/* Audience badges */
body.worldcup .wc-badge-corp,
body.worldcup .wc-badge-fan {
    display: inline-block !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 3px 10px !important;
    margin-bottom: 8px !important;
}
body.worldcup .wc-badge-corp {
    background: #0D47A1 !important;
    color: #fff !important;
}
body.worldcup .wc-badge-fan {
    background: #333 !important;
    color: #ccc !important;
}

/* Audience section cards side-by-side at desktop */
body.worldcup .wc-audience {
    overflow: hidden !important;
}
body.worldcup .wc-audience .wc-dcard {
    float: left !important;
    width: 48% !important;
    margin-right: 4% !important;
    box-sizing: border-box;
}
body.worldcup .wc-audience .wc-dcard:last-child {
    margin-right: 0 !important;
}
body.worldcup .wc-audience .wc-dcard .btn-book {
    margin-top: 10px;
}

/* ---------- Fleet List ---------- */
body.worldcup .wc-fleet-title {
    font-size: 14px !important;
    color: #999 !important;
    margin: 15px 0 8px !important;
    text-align: center !important;
    text-transform: uppercase;
    letter-spacing: 1px;
}
body.worldcup ul.wc-fleet {
    margin: 0 0 15px !important;
    padding: 0 !important;
    list-style: none !important;
    overflow: hidden !important;
}
body.worldcup ul.wc-fleet > li {
    float: left !important;
    width: 23% !important;
    margin: 0 2.66% 10px 0 !important;
    background: #0c0c0c !important;
    border: 1px dotted #333 !important;
    padding: 12px !important;
    list-style: none !important;
    min-height: auto !important;
    display: block !important;
    box-sizing: border-box;
}
body.worldcup ul.wc-fleet > li:last-child {
    margin-right: 0 !important;
}
body.worldcup ul.wc-fleet li img {
    display: block !important;
    width: 100% !important;
    height: 100px !important;
    object-fit: cover !important;
    border-radius: 3px;
    margin-bottom: 8px !important;
    border: none !important;
}
body.worldcup ul.wc-fleet li strong {
    display: block !important;
    font-size: 13px !important;
    color: #0af !important;
    margin-bottom: 4px !important;
    font-weight: 700 !important;
}
body.worldcup ul.wc-fleet li span {
    font-size: 11px !important;
    color: #888 !important;
    line-height: 15px !important;
    display: block !important;
}

/* ---------- Service Link ---------- */
body.worldcup a.svc-link {
    font-size: 12px !important;
    color: #0af !important;
    text-decoration: none !important;
}
body.worldcup a.svc-link:hover {
    text-decoration: underline !important;
}

/* ---------- Disclaimer ---------- */
body.worldcup .wc-disclaimer {
    font-size: 11px !important;
    color: #555 !important;
    font-style: italic;
    margin-top: 15px !important;
    padding-top: 10px !important;
    border-top: 1px dotted #333 !important;
}

/* ---------- Article ---------- */
body.worldcup #mainContent article p {
    font-size: 13px;
    line-height: 20px;
    color: #ccc;
}
body.worldcup #mainContent article a {
    color: #0af;
}

/* ---------- Lightbox ---------- */
body.worldcup .wc-lightbox {
    display: none;
    position: fixed !important;
    top: 0; left: 0; right: 0; bottom: 0;
    z-index: 9999 !important;
    background: rgba(0,0,0,.92) !important;
    text-align: center !important;
    width: 100% !important;
    height: 100% !important;
}
body.worldcup .wc-lightbox.active { display: block !important; }
body.worldcup .wc-lightbox img {
    max-width: 90% !important;
    max-height: 80vh !important;
    margin-top: 6vh !important;
    border: none !important;
    float: none !important;
    width: auto !important;
    height: auto !important;
}
body.worldcup .wc-lightbox .lb-close {
    position: absolute !important;
    top: 12px; right: 18px;
    color: #fff !important;
    font-size: 30px !important;
    cursor: pointer;
    background: none !important;
    border: none !important;
    z-index: 10;
}
body.worldcup .wc-lightbox .lb-nav {
    position: absolute !important;
    top: 50%;
    margin-top: -22px;
    color: #fff !important;
    font-size: 26px !important;
    cursor: pointer;
    background: rgba(255,255,255,.1) !important;
    border: none !important;
    width: 44px !important;
    height: 44px !important;
    line-height: 44px !important;
    text-align: center !important;
}
body.worldcup .wc-lightbox .lb-prev { left: 12px !important; }
body.worldcup .wc-lightbox .lb-next { right: 12px !important; }
body.worldcup .wc-lightbox .lb-nav:hover { background: rgba(255,255,255,.2) !important; }
body.worldcup .wc-lightbox .lb-cap {
    color: #999 !important;
    font-size: 13px !important;
    margin-top: 8px !important;
}

/* ---------- Flash Messages ---------- */
body.worldcup .wc-flash-ok {
    background: #143d1e !important;
    border: 1px solid #00843D !important;
    color: #a3e6b8 !important;
    padding: 10px !important;
    margin: 0 0 12px !important;
    font-size: 12px !important;
}
body.worldcup .wc-flash-err {
    background: #3d1414 !important;
    border: 1px solid #991b1b !important;
    color: #fca5a5 !important;
    padding: 10px !important;
    margin: 0 0 12px !important;
    font-size: 12px !important;
}

/* ---------- Right-col sidebar images ---------- */
body.worldcup .right-col > a > img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
    border: none !important;
}

/* ---------- Responsive: Tablet / Small Desktop ---------- */
@media (max-width: 970px) {
    /* Prevent horizontal scroll */
    html, body.worldcup {
        overflow-x: hidden !important;
        max-width: 100vw !important;
    }
    body.worldcup * {
        max-width: 100vw !important;
        box-sizing: border-box !important;
    }
    /* Header */
    body.worldcup header {
        width: 100% !important;
        height: auto !important;
        min-height: 80px !important;
    }

    /* Countdown bar */
    body.worldcup .wc-countdown-bar {
        width: 100% !important;
        padding: 8px 5px !important;
        overflow: visible !important;
    }
    body.worldcup .wc-countdown-bar .cd-row {
        flex-wrap: wrap !important;
    }
    body.worldcup .wc-countdown-bar .cd-label {
        display: block !important;
        width: 100% !important;
        font-size: 16px !important;
        letter-spacing: 1px;
        padding: 0 0 6px !important;
        white-space: normal !important;
        text-align: center !important;
    }
    body.worldcup .wc-countdown-bar .cd-icon { font-size: 20px !important; }
    body.worldcup .wc-countdown-bar .cd-block { padding: 0 6px !important; }
    body.worldcup .wc-countdown-bar .cd-num { font-size: 12px !important; }
    body.worldcup .wc-countdown-bar .cd-sep { font-size: 9px !important; }

    /* Hero */
    body.worldcup .wc-hero-wrap {
        width: 100% !important;
        min-height: 280px !important;
    }
    body.worldcup .wc-hero-text {
        padding: 40px 15px 35px !important;
    }
    body.worldcup .wc-hero-text h1 {
        font-size: 30px !important;
        letter-spacing: 1px !important;
    }
    body.worldcup .wc-hero-text .wc-pre {
        font-size: 10px !important;
        letter-spacing: 2px !important;
    }
    body.worldcup .wc-hero-text .wc-sub {
        font-size: 13px !important;
        line-height: 1.5 !important;
        padding: 0 5px !important;
    }
    body.worldcup .wc-hero-text .wc-sub2 {
        font-size: 12px !important;
        line-height: 1.5 !important;
        padding: 0 5px !important;
    }
    body.worldcup .wc-hero-text .wc-btns a {
        display: block !important;
        margin: 4px 20px !important;
        text-align: center !important;
    }

    /* Main content */
    body.worldcup #mainContent {
        width: auto !important;
        margin: 0 10px !important;
        padding: 10px !important;
        background: none !important;
    }
    body.worldcup #mainContent > header {
        width: 100% !important;
        height: auto !important;
        min-height: 60px !important;
    }
    body.worldcup #mainContent > header hgroup h1 {
        font-size: 20px !important;
        line-height: 1.3 !important;
    }

    /* Columns stack */
    body.worldcup .left-col {
        width: 100% !important;
        float: none !important;
    }
    body.worldcup .right-col {
        width: 100% !important;
        float: none !important;
        padding-left: 0 !important;
        margin-top: 20px !important;
    }

    /* Gallery single column */
    body.worldcup ul.wc-gallery > li {
        width: 100% !important;
        margin-right: 0 !important;
        float: none !important;
    }

    /* Fleet single column */
    body.worldcup ul.wc-fleet > li {
        float: none !important;
        width: 100% !important;
        margin-right: 0 !important;
    }

    /* Audience cards stack */
    body.worldcup .wc-audience .wc-dcard {
        float: none !important;
        width: 100% !important;
        margin-right: 0 !important;
    }

    /* Sidebar images */
    body.worldcup .right-col > a > img {
        max-width: 280px !important;
        display: block !important;
        margin: 0 auto !important;
    }

    /* Form */
    body.worldcup .wc-inquiry-form {
        max-width: 400px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

/* ---------- Responsive: Phone ---------- */
@media (max-width: 480px) {
    body.worldcup .wc-hero-wrap {
        min-height: 240px !important;
    }
    body.worldcup .wc-hero-text {
        padding: 30px 10px 25px !important;
    }
    body.worldcup .wc-hero-text h1 {
        font-size: 24px !important;
    }
    body.worldcup .wc-hero-text .wc-sub {
        font-size: 12px !important;
    }
    body.worldcup .wc-hero-text .wc-sub2 {
        font-size: 11px !important;
    }
    body.worldcup .wc-hero-text .wc-btns a {
        margin: 4px 10px !important;
        padding: 8px 15px !important;
        font-size: 12px !important;
    }
    body.worldcup .wc-countdown-bar .cd-num { font-size: 11px !important; }
    body.worldcup .wc-countdown-bar .cd-sep { font-size: 8px !important; }
    body.worldcup .wc-countdown-bar .cd-label { font-size: 14px !important; }
    body.worldcup .wc-countdown-bar .cd-icon { font-size: 18px !important; }

    body.worldcup #mainContent > header hgroup h1 {
        font-size: 16px !important;
    }
    body.worldcup .wc-dcard {
        padding: 10px !important;
    }
    body.worldcup .wc-inquiry-form {
        max-width: 100% !important;
    }

    /* Lightbox */
    body.worldcup .wc-lightbox img {
        max-width: 95% !important;
        margin-top: 10vh !important;
    }
    body.worldcup .wc-lightbox .lb-nav {
        width: 36px !important;
        height: 36px !important;
        line-height: 36px !important;
        font-size: 20px !important;
    }
    body.worldcup .wc-lightbox .lb-prev { left: 4px !important; }
    body.worldcup .wc-lightbox .lb-next { right: 4px !important; }
}
