/* Home page: promo banner under header (venuekings.com style) */

.vk-hero-banner {
    position: relative;
    min-height: 220px;
    display: flex;
    align-items: center;
    overflow: hidden;
    margin-bottom: 0;
}

/* Background (image set per slide via inline style) */
.vk-hero-banner-bg {
    position: absolute;
    inset: 0;
    background-color: #1a3a24;
    background-size: cover;
    background-position: center;
}

/* Angled reddish overlay (down left to right) */
.vk-hero-banner-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(161, 15, 43, 0.85) 0%, rgba(182, 19, 50, 0.75) 45%, rgba(161, 15, 43, 0.5) 70%, transparent 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
}

/* Left: baseball image */
.vk-hero-banner-ball {
    position: absolute;
    left: 0;
    bottom: 0;
    width:  clamp(80px, 18vw, 160px);
    height: clamp(80px, 18vw, 160px);
    z-index: 2;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.vk-hero-banner-ball img {
    width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 4px 8px rgba(0,0,0,0.3));
}

/* Center + right content */
.vk-hero-banner-inner {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.vk-hero-banner-content {
    flex: 1 1 auto;
    min-width: 200px;
    text-align: center;
}

.vk-hero-banner-title {
    font-size: clamp(1.5rem, 4vw, 2.5rem);
    font-weight: 700;
    color: #fff;
    text-shadow: 1px 2px 4px rgba(0,0,0,0.5);
    margin: 0 0 0.25rem 0;
    letter-spacing: 0.02em;
}

.vk-hero-banner-subtitle {
    font-size: clamp(0.9rem, 2vw, 1.1rem);
    color: #fff;
    margin: 0 0 1rem 0;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
}

.vk-hero-banner-btn {
    display: inline-block;
    padding: 0.6rem 1.5rem;
    background: #a10f2b;
    color: #fff !important;
    font-weight: 700;
    font-size: 0.95rem;
    letter-spacing: 0.03em;
    text-decoration: none;
    border: none;
    border-radius: 4px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
    transition: background 0.2s, transform 0.15s;
}

.vk-hero-banner-btn:hover {
    background: #b61332;
    color: #fff !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.35);
}

/* Right: no service fees */
.vk-hero-banner-right {
    flex: 0 0 auto;
    text-align: right;
}

.vk-hero-banner-no-fees {
    font-size: clamp(0.85rem, 1.8vw, 1rem);
    font-weight: 600;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
    white-space: nowrap;
}

/* MLB hero — Rev Slider: data-x ~544 / 1550 ≈ 35% from full-width canvas; tp-caption 76px / 20px */
.vk-hero-banner--mlb-live .vk-hero-banner-overlay {
    background: rgba(0, 0, 0, 0.12);
    clip-path: none;
}

.vk-hero-banner--mlb-live .vk-hero-banner-triangle {
    display: none;
}

/* Live-style split: center-left promo + right diagonal “no fees” panel (gutters for arrow bars) */
body.home-page .vk-hero-banner--mlb-live .vk-hero-banner-inner.vk-hero-banner-inner--live-split {
    flex: 1 1 auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0.35rem calc(36px + 0.5rem);
    box-sizing: border-box;
    gap: clamp(0.35rem, 1.5vw, 1rem);
}

body.home-page .vk-hero-banner--mlb-live .vk-hero-banner-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1 1 0;
    min-width: 0;
    width: auto;
    max-width: none;
    margin-left: min(26vw, 400px);
    margin-right: 0.75rem;
    text-align: left;
    font-family: "Open Sans", "Segoe UI", sans-serif;
}

body.home-page .vk-hero-banner--mlb-live .vk-hero-banner-title {
    color: rgb(153, 0, 0) !important;
    font-family: "Open Sans", "Segoe UI", sans-serif;
    font-size: clamp(1.4rem, 4.2vw, 3rem);
    font-weight: 700;
    font-style: italic;
    letter-spacing: 0.02em;
    line-height: 1.1;
    text-transform: uppercase;
    text-shadow: 1px 1px 2px #fff;
    text-align: left;
    margin: 0;
    white-space: normal;
}

body.home-page .vk-hero-banner--mlb-live .vk-hero-banner-title em {
    font-style: italic;
    color: inherit;
}

body.home-page .vk-hero-banner--mlb-live .vk-hero-banner-subtitle {
    color: #fff !important;
    font-family: "Open Sans", "Segoe UI", sans-serif;
    font-size: clamp(0.78rem, 1.75vw, 1.125rem);
    font-weight: 700;
    line-height: 1.25;
    margin: 0.2rem 0 0 0;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8);
    text-align: left;
}

/* Single line like live Rev Slider (needs room from flex + no narrow max-width on .vk-hero-banner-content) */
@media (min-width: 768px) {
    body.home-page .vk-hero-banner--mlb-live .vk-hero-banner-title {
        white-space: nowrap;
    }
}

@media (min-width: 1100px) {
    body.home-page .vk-hero-banner--mlb-live .vk-hero-banner-subtitle {
        white-space: nowrap;
    }
}

@media (min-width: 768px) and (max-width: 1099.98px) {
    body.home-page .vk-hero-banner--mlb-live .vk-hero-banner-content {
        margin-left: clamp(0.5rem, 5vw, 3rem);
    }
}

body.home-page .vk-hero-banner--mlb-live .vk-hero-banner-btn {
    background: #990000;
    padding: 0.35rem 1rem;
    border: 1px solid #fff;
    border-radius: 0;
    margin-top: 0.3rem;
    font-size: 0.72rem;
    letter-spacing: 0.05em;
}

body.home-page .vk-hero-banner--mlb-live .vk-hero-banner-btn:hover {
    background: #b01028;
}

body.home-page .vk-hero-banner--mlb-live .vk-hero-banner-right {
    position: relative;
    flex: 0 0 auto;
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: min(220px, 32vw);
    max-width: 320px;
    padding: 0.5rem 0.85rem 0.5rem 1.75rem;
    margin: 0 -4px 0 0;
    margin-left: auto;
    text-align: left;
    background: rgba(0, 0, 0, 0.52);
    clip-path: polygon(16% 0, 100% 0, 100% 100%, 0 100%);
}

body.home-page .vk-hero-banner--mlb-live .vk-hero-banner-no-fees {
    font-family: "Open Sans", "Segoe UI", sans-serif;
    font-size: clamp(0.9rem, 2.1vw, 1.5rem);
    font-weight: 900;
    line-height: 1.2;
    color: #fff !important;
    text-align: left;
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.85);
    white-space: normal;
    max-width: 11em;
}

/* Triangular cut on top-right (diagonal edge) */
.vk-hero-banner-triangle {
    position: absolute;
    top: 0;
    right: 0;
    width: 120px;
    height: 100%;
    background: linear-gradient(135deg, transparent 50%, rgba(0,0,0,0.15) 100%);
    clip-path: polygon(100% 0, 100% 100%, 0 0);
    z-index: 1;
    pointer-events: none;
}

/* Full-width hero carousel (--vk-hero-thumb-url set inline for arrow-hover preview) */
.vk-hero-slider {
    position: relative;
    width: 100%;
    overflow: visible;
}

.vk-hero-slider .carousel {
    position: relative;
    width: 100%;
    overflow: hidden;
}

body.home-page .vk-hero-slider .carousel-inner,
body.home-page .vk-hero-slider .carousel-item {
    min-height: 0;
}

body.home-page .vk-hero-slider .carousel-item {
    position: relative;
}

body.home-page .vk-hero-slider .slider-link.vk-hero-banner {
    display: flex;
    flex-direction: column;
    position: relative;
    min-height: clamp(150px, calc(100vw * 275 / 1550), 275px);
    height: auto;
    max-height: none;
    overflow: visible;
    text-decoration: none;
    color: inherit;
}

.vk-hero-slider .slider-link:hover {
    color: inherit;
}

.vk-hero-slider .vk-hero-banner-btn {
    cursor: default;
    pointer-events: none;
}

/* Full-height edge bars + hover thumbnail (same image as slide / Rev tp-arr-imgholder) */
body.home-page .vk-hero-slider .carousel-control-prev,
body.home-page .vk-hero-slider .carousel-control-next {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    min-width: 36px;
    height: 100%;
    top: 0;
    bottom: 0;
    transform: none;
    margin: 0;
    padding: 0;
    border-radius: 0;
    opacity: 1;
    background: rgba(0, 0, 0, 0.38);
    z-index: 10;
}

body.home-page .vk-hero-slider .carousel-control-prev {
    left: 0;
}

body.home-page .vk-hero-slider .carousel-control-next {
    right: 0;
}

body.home-page .vk-hero-slider .carousel-control-prev:hover,
body.home-page .vk-hero-slider .carousel-control-next:hover,
body.home-page .vk-hero-slider .carousel-control-prev:focus-visible,
body.home-page .vk-hero-slider .carousel-control-next:focus-visible {
    background: rgba(0, 0, 0, 0.55);
}

body.home-page .vk-hero-slider .carousel-control-prev::after,
body.home-page .vk-hero-slider .carousel-control-next::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100px;
    height: 56px;
    background-image: var(--vk-hero-thumb-url);
    background-size: cover;
    background-position: center;
    border: 2px solid rgba(255, 255, 255, 0.95);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.45);
    opacity: 0;
    transition: opacity 0.2s ease;
    pointer-events: none;
    z-index: 11;
}

body.home-page .vk-hero-slider .carousel-control-prev::after {
    left: calc(100% + 8px);
}

body.home-page .vk-hero-slider .carousel-control-next::after {
    right: calc(100% + 8px);
}

body.home-page .vk-hero-slider .carousel-control-prev:hover::after,
body.home-page .vk-hero-slider .carousel-control-next:hover::after,
body.home-page .vk-hero-slider .carousel-control-prev:focus-visible::after,
body.home-page .vk-hero-slider .carousel-control-next:focus-visible::after {
    opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
    body.home-page .vk-hero-slider .carousel-control-prev::after,
    body.home-page .vk-hero-slider .carousel-control-next::after {
        transition: none;
    }
}

@media (max-width: 767.98px) {
    body.home-page .vk-hero-slider .slider-link.vk-hero-banner {
        min-height: 200px;
    }

    body.home-page .vk-hero-slider .carousel-control-prev::after,
    body.home-page .vk-hero-slider .carousel-control-next::after {
        display: none;
    }

    .vk-hero-banner-inner {
        flex-direction: column;
        justify-content: center;
    }

    body.home-page .vk-hero-banner--mlb-live .vk-hero-banner-inner.vk-hero-banner-inner--live-split {
        align-items: stretch;
    }

    .vk-hero-banner-right {
        text-align: center;
    }

    body.home-page .vk-hero-banner--mlb-live .vk-hero-banner-content {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        max-width: 22rem;
        align-items: center;
        text-align: center;
    }

    body.home-page .vk-hero-banner--mlb-live .vk-hero-banner-title,
    body.home-page .vk-hero-banner--mlb-live .vk-hero-banner-subtitle {
        text-align: center;
        white-space: normal;
    }

    body.home-page .vk-hero-banner--mlb-live .vk-hero-banner-right {
        clip-path: none;
        width: 100%;
        max-width: none;
        min-width: 0;
        margin: 0;
        padding: 0.65rem 1rem;
        align-self: stretch;
        background: rgba(0, 0, 0, 0.45);
    }

    body.home-page .vk-hero-banner--mlb-live .vk-hero-banner-no-fees {
        text-align: center;
        max-width: none;
        font-size: clamp(0.85rem, 2.5vw, 1.15rem);
    }

    .vk-hero-banner-ball {
        width: 70px;
        height: 70px;
        left: 50%;
        transform: translateX(-50%);
        bottom: auto;
        top: 0.5rem;
    }
}

@media (max-width: 575.98px) {
    body.home-page .vk-hero-banner--mlb-live .vk-hero-banner-inner.vk-hero-banner-inner--live-split {
        padding-left: calc(36px + 0.35rem);
        padding-right: calc(36px + 0.35rem);
    }
}

/* ---------- Newsletter signup bar (dark red, under hero) ---------- */
.vk-newsletter-bar {
    background: #a10f2b;
    padding: 1rem 0;
    width: 100%;
}

.vk-newsletter-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
}

.vk-newsletter-heading {
    font-size: clamp(0.95rem, 2vw, 1.15rem);
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    margin: 0;
}

.vk-newsletter-form {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
}

.vk-newsletter-input {
    padding: 0.4rem 0.6rem;
    border: 1px solid rgba(255,255,255,0.6);
    border-radius: 4px;
    background: #fff;
    font-size: 0.9rem;
    min-width: 120px;
}

.vk-newsletter-input::placeholder {
    color: #888;
}

.vk-newsletter-input:focus {
    outline: none;
    border-color: #fff;
    box-shadow: 0 0 0 2px rgba(255,255,255,0.3);
}

@media (max-width: 767.98px) {
    .vk-newsletter-inner {
        flex-direction: column;
        align-items: stretch;
    }

    .vk-newsletter-form {
        justify-content: flex-start;
    }

    .vk-newsletter-input {
        flex: 1 1 auto;
        min-width: 0;
    }
}

/* ---------- Newsletter mobile block (Keep up + SIGN UP + CAD/USD) ---------- */
.vk-newsletter-mobile {
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
}

.vk-newsletter-mobile-left {
    flex: 1 1 auto;
    min-width: 0;
}

.vk-newsletter-mobile-text {
    color: #fff;
    font-size: 0.9rem;
    margin: 0 0 0.5rem 0;
}

.vk-newsletter-mobile-btn {
    display: inline-block;
    padding: 0.45rem 1rem;
    background: #a10f2b;
    color: #fff !important;
    font-weight: 700;
    font-size: 0.85rem;
    text-decoration: none;
    border-radius: 4px;
    border: 1px solid rgba(255,255,255,0.3);
    cursor: pointer;
    font-family: inherit;
}

.vk-newsletter-mobile-btn:hover {
    background: #b61332;
    color: #fff !important;
}

/* Newsletter subscription modal (opened by mobile SIGN UP) */
.vk-newsletter-modal-desc {
    color: #333;
    font-size: 0.95rem;
    line-height: 1.5;
    margin-bottom: 1.25rem;
}

.vk-newsletter-modal-submit {
    background: #a10f2b;
    color: #fff;
    font-weight: 700;
    font-size: 0.9rem;
    padding: 0.5rem 1.5rem;
    border: none;
    border-radius: 4px;
}

.vk-newsletter-modal-submit:hover {
    background: #8f0d26;
    color: #fff;
}

.vk-newsletter-mobile-right {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.vk-newsletter-currency {
    color: #fff;
    font-size: 0.8rem;
}

.vk-newsletter-currency .flag-icon {
    margin-right: 0.25rem;
}

.vk-newsletter-currency-label {
    display: block;
    font-size: 0.7rem;
    color: rgba(255,255,255,0.85);
}

/* ---------- Hot Tickets mobile list (venuekings.com style) ---------- */
.vk-hot-tickets-mobile {
    padding: 1rem 0 1.5rem;
    background: #fff;
}

.vk-hot-tickets-mobile-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #333;
    margin: 0 0 1rem 0;
}

.vk-hot-ticket-row {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 0;
    background: #f5f5f5;
    border-bottom: 1px solid #eee;
    text-decoration: none;
    color: inherit;
}

.vk-hot-ticket-row:not(:last-child) {
    margin-bottom: 2px;
}

.vk-hot-ticket-row:last-child {
    border-bottom: none;
}

.vk-hot-ticket-img {
    width: 56px;
    height: 56px;
    object-fit: cover;
    border-radius: 4px;
    flex-shrink: 0;
}

.vk-hot-ticket-content {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.vk-hot-ticket-name {
    font-weight: 700;
    font-size: 0.95rem;
    color: #333;
}

.vk-hot-ticket-desc {
    font-size: 0.8rem;
    color: #666;
}

.vk-hot-ticket-arrow {
    color: #999;
    font-size: 0.8rem;
    flex-shrink: 0;
}

/* ---------- Pricing disclaimer (2 lines only, under newsletter) ---------- */
.vk-pricing-disclaimer {
    text-align: center;
    padding: 0.5rem 1rem;
    background: #fff;
}

.vk-pricing-disclaimer-text {
    margin: 0;
    line-height: 1.3;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}

/* Line 1: one line only (no wrap) so we get exactly 2 lines total */
.vk-pricing-disclaimer-text .vk-pricing-disclaimer-line1 {
    color: #444;
    font-size: 0.9rem;
    font-weight: 400;
    white-space: nowrap;
}

.vk-pricing-disclaimer-text .vk-pricing-bold {
    font-weight: 700;
}

/* Line 2 */
.vk-pricing-disclaimer-text .vk-pricing-disclaimer-note {
    color: #666;
    font-size: 0.8rem;
    font-weight: 400;
}

/* Minimal gap between the 2 lines */
.vk-pricing-disclaimer-text br {
    display: block;
    margin-top: 0.15rem;
}

/* On narrow screens allow first sentence to wrap so it doesn't overflow */
@media (max-width: 767.98px) {
    .vk-pricing-disclaimer-text .vk-pricing-disclaimer-line1 {
        white-space: normal;
    }
}

/* ---------- Featured tables (venuekings.com style: dark red header, white list) ---------- */
.vk-featured-tables {
    margin-bottom: 2rem;
}

.vk-featured-module {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 1px 4px rgba(0,0,0,0.06);
}

.vk-featured-module-header {
    background: #a10f2b;
    color: #fff;
    font-size: 0.95rem;
    font-weight: 700;
    text-align: center;
    margin: 0;
    padding: 0.6rem 0.75rem;
    border: none;
}

.vk-featured-module-list {
    list-style: none;
    margin: 0;
    padding: 0.6rem 0.75rem;
    text-align: center;
}

.vk-featured-module-list li {
    margin-bottom: 0.35rem;
}

.vk-featured-module-list li:last-child {
    margin-bottom: 0;
}

.vk-featured-module-list a {
    color: #a10f2b;
    font-size: 0.9rem;
    font-weight: 400;
    text-decoration: none;
    display: block;
    text-align: center;
}

.vk-featured-module-list a:hover {
    color: #b61332;
    text-decoration: underline;
}
