/* RED MIC Brand Fonts */
@font-face {
    font-family: 'JM Poster';
    src: url('/font/jm.woff') format('woff'),
         url('/font/jm.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'JM Poster Solid';
    src: url('/font/jm-poster-solid.woff') format('woff'),
         url('/font/JM Poster Solid Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Twemoji Country Flags Font for Windows / Cross-platform support */
@font-face {
    font-family: "Twemoji Country Flags";
    font-style: normal;
    font-weight: 400;
    src: url('https://cdn.jsdelivr.net/npm/country-flag-emoji-polyfill@0.1.4/dist/TwemojiCountryFlags.woff2') format('woff2');
    unicode-range: U+1F1E6-1F1FF, U+1F3F4, U+E0062-E0063, U+E0065, U+E0067, U+E006C, U+E006E, U+E0073-E0074, U+E0077, U+E007F;
    font-display: swap;
}

/* Unicode Flag / Twemoji image styles */
img.emoji {
    height: 1.15em !important;
    width: 1.15em !important;
    margin: 0 0.2em 0 0.1em !important;
    vertical-align: -0.15em !important;
    display: inline-block !important;
}

/* ==========================================================================
   GLOBAL BRAND TYPOGRAPHY SYSTEM
   1. All body & UI text uses 'Inter'
   2. All headings, titles & display text use 'JM Poster Solid' / 'JM Poster'
   ========================================================================== */

/* Universal Body Typography - Inter everywhere */
body,
button,
input,
select,
textarea {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

/* Universal Heading Typography - JM Poster Solid / JM Poster everywhere */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
.hero-main-title,
.hero-title-large,
.hero-tagline-sub,
.upcoming-shows-title,
.about-rm-title,
.contact-rm-title,
.premium-shows-title,
.redlist-title,
.tour-dropdown-trigger,
.site-header-navigation .site-nav-menu-link {
    font-family: 'JM Poster Solid', 'JM Poster', sans-serif !important;
}

/* Any inner element inside headings inherits the heading font perfectly */
:is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .hero-main-title, .upcoming-shows-title, .about-rm-title, .contact-rm-title, .premium-shows-title, .redlist-title, .tour-dropdown-trigger) :is(span, strong, b, a, em, i, small) {
    font-family: inherit !important;
}

/* Universal Body Paragraph Sizing - Matching Homepage (1.1em / 16px mobile) */
body p,
.page-content-body p,
.is-venue-page p,
.is-venue-page .quillWrapper,
.is-pages-page p,
.about-rm-description p,
.redlist-description p,
.contact-rm-desc {
    font-size: 1.1em;
    line-height: 1.6;
}

@media (max-width: 767px) {
    body p,
    .page-content-body p,
    .is-venue-page p,
    .is-venue-page .quillWrapper,
    .is-pages-page p,
    .about-rm-description p,
    .redlist-description p,
    .contact-rm-desc {
        font-size: 16px;
    }
}

:root {
    --cmplz_banner_width: 525px;
    --cmplz_banner_background_color: #ffffff;
    --cmplz_banner_border_color: #f2f2f2;
    --cmplz_banner_border_radius: 12px;
    --cmplz_text_color: #222222;
    --cmplz_text_font_size: 12px;
    --cmplz_title_font_size: 15px;
    --cmplz_button_accept_background_color: #ED1C24;
    --cmplz_button_accept_border_color: #ED1C24;
    --cmplz_button_accept_text_color: #ffffff;
    --cmplz_button_deny_background_color: #f2f2f2;
    --cmplz_button_deny_border_color: #e0e0e0;
    --cmplz_button_deny_text_color: #222222;
    --cmplz_button_settings_background_color: #f2f2f2;
    --cmplz_button_settings_border_color: #e0e0e0;
    --cmplz_button_settings_text_color: #222222;
    --cmplz_button_border_radius: 4px;
    --cmplz_button_font_size: 1.05rem;

    /* RED MIC Brand Global Variables */
    --rm-bg: #231F20;
    --rm-bg-darker: #1A1718;
    --rm-bg-card: #1a1819;
    --rm-bg-input: #252122;
    --rm-red: #ED1C24;
    --rm-red-hover: #D0141B;
    --rm-text-white: #ffffff;
    --rm-text-muted: #D1D1D1;
    --rm-border-color: rgba(255, 255, 255, 0.15);
    --rm-heading-font: 'JM Poster Solid', 'JM Poster', -apple-system, BlinkMacSystemFont, sans-serif;
    --rm-body-font: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;

    /* For Comedians Theme Variables */
    --fc-bg: #231F20;
    --fc-bg-darker: #1A1718;
    --fc-red: #ED1C24;
    --fc-red-hover: #D0141B;
    --fc-text-white: #FFFFFF;
    --fc-text-muted: #D1D1D1;
    --fc-font-heading: "JM Poster Solid", "JM Poster", sans-serif;
    --fc-font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

/* Full page dark background overrides for all RED MIC pages */
body,
body:is(
    .is-welcome-page,
    .is-comedians-page,
    .is-contact-page,
    .is-event-page,
    .is-venue-page,
    .is-pages-page,
    .is-profile-page,
    .is-auth-page,
    .is-dashboard-page,
    .is-checkout-page,
    .is-tags-page,
    [class*="is-"]
),
body #eventmie_app,
.bg-light,
.bg-white,
.home-main-how-it-work,
.db-wrapper,
footer,
.footer {
    background-color: var(--rm-bg) !important;
    color: var(--rm-text-white) !important;
}

/* Form inputs & Selects for Dark Theme Pages */
select,
.form-select,
body:is(.is-welcome-page, .is-venue-page, .is-contact-page, .is-pages-page, .is-profile-page, [class*="is-"]) select,
body:is(.is-welcome-page, .is-venue-page, .is-contact-page, .is-pages-page, .is-profile-page, [class*="is-"]) .form-select {
    background-color: var(--rm-bg-card) !important;
    color: var(--rm-text-white) !important;
    border: 1px solid var(--rm-border-color) !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat !important;
    background-position: right 0.75rem center !important;
    background-size: 16px 12px !important;
}

select option,
.form-select option,
body:is(.is-welcome-page, .is-venue-page, .is-contact-page, .is-pages-page, .is-profile-page, [class*="is-"]) select option,
body:is(.is-welcome-page, .is-venue-page, .is-contact-page, .is-pages-page, .is-profile-page, [class*="is-"]) .form-select option {
    background-color: var(--rm-bg-card) !important;
    color: var(--rm-text-white) !important;
}

/* Dark theme card styling */
.card,
.is-venue-page .card {
    background-color: var(--rm-bg-card) !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    border-radius: 12px !important;
    color: var(--rm-text-white) !important;
}

.card-body,
.is-venue-page .card-body {
    color: var(--rm-text-white) !important;
}

/* Venue Page Typography - Inter for body/content, JM Poster Solid for headings */
body.is-venue-page,
.is-venue-page,
.is-venue-page .card,
.is-venue-page .card-body,
.is-venue-page .quillWrapper,
.is-venue-page .db-wrapper,
.is-venue-page p,
.is-venue-page span,
.is-venue-page div,
.is-venue-page strong,
.is-venue-page b,
.is-venue-page a,
.is-venue-page label,
.is-venue-page button,
.is-venue-page .badge {
    font-family: 'Inter', sans-serif !important;
}

.is-venue-page h1,
.is-venue-page h2,
.is-venue-page h3,
.is-venue-page h4,
.is-venue-page h5,
.is-venue-page h6,
.is-venue-page .h1,
.is-venue-page .h2,
.is-venue-page .h3,
.is-venue-page .h4,
.is-venue-page .h5,
.is-venue-page .h6 {
    font-family: 'JM Poster Solid', sans-serif !important;
    color: var(--rm-text-white) !important;
}

.is-venue-page .text-muted {
    color: #a0a0a0 !important;
}

/* Header Navbar Links Universal Styling Protection */
.site-header-navigation .site-nav-menu-link,
body [class*="is-"] .site-header-navigation .site-nav-menu-link {
    font-family: var(--rm-heading-font) !important;
    color: var(--rm-text-white) !important;
    text-transform: uppercase !important;
}

.site-header-navigation .site-nav-menu-link:hover,
.site-header-navigation .site-nav-menu-item.active .site-nav-menu-link,
body [class*="is-"] .site-header-navigation .site-nav-menu-link:hover,
body [class*="is-"] .site-header-navigation .site-nav-menu-item.active .site-nav-menu-link {
    color: var(--rm-red) !important;
}

.footer {
    font-family: var(--rm-body-font) !important;
}

/* ==========================================================================
   HOMEPAGE SIGNATURE BUTTON SYSTEM (Applied Universally Everywhere)
   ========================================================================== */
.btn-primary,
.btn-rm-primary,
.btn-save-profile,
.btn-book-comedian,
.btn-book-comedian-hero,
.hero-cta-button,
.upcoming-btn,
.upcoming-btn.buy-btn,
.premium-shows-view-all,
.contact-rm-submit-btn,
.btn-view-all-shows-link,
.redlist-btn-submit,
button.btn-primary,
input[type="submit"].btn-primary,
.is-contact-page .btn-primary,
.is-contact-page button[type="submit"],
.is-event-page .btn-primary,
.is-event-page #buy-tickets .btn-primary,
.is-manage-event-page .btn-primary,
.dashboard-body-bg .btn-primary,
.is-profile-page .btn-primary,
.is-auth-page .btn-primary,
.is-auth-page button[type="submit"] {
    background-color: #ED1C24 !important;
    background: #ED1C24 !important;
    border: none !important;
    border-color: #ED1C24 !important;
    color: #ffffff !important;
    font-family: "JM Poster", "JM Poster Solid", sans-serif !important;
    font-size: 1.35rem !important;
    font-weight: 500 !important;
    height: 44px !important;
    min-height: 44px !important;
    padding: 0 24px !important;
    border-radius: 4px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.03em !important;
    line-height: 44px !important;
    text-decoration: none !important;
    cursor: pointer !important;
    box-shadow: none !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    white-space: nowrap !important;
    box-sizing: border-box !important;
    transition: background-color 0.2s ease, opacity 0.2s ease, transform 0.1s ease !important;
}

/* Sold Out Button: White background with red text */
.upcoming-btn.sold-out-btn,
.sold-out-btn {
    background-color: #ffffff !important;
    background: #ffffff !important;
    border: none !important;
    border-color: #ffffff !important;
    color: #ED1C24 !important;
    font-family: "JM Poster", "JM Poster Solid", sans-serif !important;
    font-size: 1.35rem !important;
    font-weight: 500 !important;
    height: 44px !important;
    min-height: 44px !important;
    padding: 0 24px !important;
    border-radius: 4px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.03em !important;
    line-height: 44px !important;
    text-decoration: none !important;
    cursor: default !important;
    box-shadow: none !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    white-space: nowrap !important;
    box-sizing: border-box !important;
}

.upcoming-btn.sold-out-btn:hover,
.sold-out-btn:hover {
    background-color: #f2f2f2 !important;
    background: #f2f2f2 !important;
    color: #ED1C24 !important;
    opacity: 1 !important;
    text-decoration: none !important;
}

.btn-primary:hover,
.btn-rm-primary:hover,
.btn-save-profile:hover,
.btn-book-comedian:hover,
.btn-book-comedian-hero:hover,
.hero-cta-button:hover,
.upcoming-btn:hover,
.upcoming-btn.buy-btn:hover,
.premium-shows-view-all:hover,
.contact-rm-submit-btn:hover,
.btn-view-all-shows-link:hover,
.redlist-btn-submit:hover,
button.btn-primary:hover,
input[type="submit"].btn-primary:hover,
.is-contact-page .btn-primary:hover,
.is-contact-page button[type="submit"]:hover,
.is-event-page .btn-primary:hover,
.is-event-page #buy-tickets .btn-primary:hover,
.is-manage-event-page .btn-primary:hover,
.dashboard-body-bg .btn-primary:hover,
.is-profile-page .btn-primary:hover,
.is-auth-page .btn-primary:hover,
.is-auth-page button[type="submit"]:hover {
    background-color: #c1131b !important;
    background: #c1131b !important;
    border-color: #c1131b !important;
    color: #ffffff !important;
    opacity: 0.95 !important;
    text-decoration: none !important;
    box-shadow: none !important;
}

.btn-primary:active,
.btn-rm-primary:active,
.btn-save-profile:active,
.btn-book-comedian:active,
.btn-book-comedian-hero:active,
.hero-cta-button:active,
.upcoming-btn:active,
.upcoming-btn.buy-btn:active,
.premium-shows-view-all:active,
.contact-rm-submit-btn:active,
.btn-view-all-shows-link:active,
.redlist-btn-submit:active,
button.btn-primary:active,
.is-profile-page .btn-primary:active {
    transform: translateY(1px) !important;
    box-shadow: none !important;
}

/* Comedy Clubs Logo Bar CSS styling */
.comedy-clubs-section {
    display: flex;
    justify-content: center;
    background-color: #231F20;
    padding: 20px 20px;
    margin-block: 25px;
    width: 100%;
}

.comedy-clubs-wrapper {
    width: 100%;
    max-width: 1184px;
    box-sizing: border-box;
}

@media (min-width: 768px) {
    .comedy-clubs-wrapper {
        padding: 0;
    }
}

.comedy-clubs-card {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    min-height: 110px;
    display: flex;
    align-items: center;
    background: #060b19; /* Fallback background color */
}

@media (min-width: 992px) {
    .comedy-clubs-card {
        min-height: 148px;
    }
}

/* Background Images */
.cc-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    pointer-events: none;
}

.cc-bg-mobile {
    display: block;
}

.cc-bg-desktop {
    display: none;
}

@media (min-width: 768px) {
    .cc-bg-mobile {
        display: none;
    }
    .cc-bg-desktop {
        display: block;
    }
}

/* Logos & Marquee */
.cc-logos-content {
    position: relative;
    z-index: 10;
    width: 100%;
    padding: 16px 0;
}

@media (min-width: 992px) {
    .cc-logos-content {
        padding: 24px 0;
    }
}

.cc-marquee {
    overflow: hidden;
    width: 100%;
    display: flex;
}

.cc-marquee-inner {
    display: flex;
    width: max-content;
}

.cc-marquee-group {
    display: flex;
    align-items: center;
    gap: 40px; /* Mobile gap */
    padding-right: 40px;
    animation: cc-marquee-scroll 10s linear infinite;
}

@media (min-width: 992px) {
    .cc-marquee-group {
        gap: 80px; /* Desktop gap */
        padding-right: 80px;
    }
}

/* Pause animation on hover for nice UX */
.cc-marquee:hover .cc-marquee-group {
    animation-play-state: paused;
}

/* Logo Sizing */
.cc-link {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s ease;
}

.cc-link:hover {
    opacity: 0.8;
}

.cc-logo {
    height: 40px; /* Mobile height */
    width: auto;
    max-width: 160px;
    object-fit: contain;
}

@media (min-width: 992px) {
    .cc-logo {
        height: 65px; /* Desktop height */
        max-width: 250px;
    }
}

/* Scroll Animation Keyframes */
@keyframes cc-marquee-scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

/* Premium Shows Section Slider CSS Styles */
.premium-shows-container {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #231F20;
    width: 100%;
}

.premium-shows-wrapper {
    width: 100%;
    max-width: 1184px;
    box-sizing: border-box;
}

.premium-shows-header {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    width: 100%;
    padding: 24px 24px 16px 24px;
    box-sizing: border-box;
}
@media (min-width: 768px) {
    .premium-shows-header {
        flex-direction: row;
        padding-inline: 0;
    }
}
@media (min-width: 992px) {
    .premium-shows-header {
        padding-top: 16px;
        padding-bottom: 24px;
        gap: 0;
    }
}

.premium-shows-title {
    font-size: 32px;
    font-weight: 500;
    color: #ffffff;
    margin: 0;
    font-family: "JM Poster", "JM Poster Solid", sans-serif;
}

.premium-shows-title span {
    color: #ED1C24;
}
@media (min-width: 992px) {
    .premium-shows-title {
        font-size: 40px;
    }
}

.premium-shows-view-all {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    height: 44px !important;
    min-height: 44px !important;
    padding: 0 24px !important;
    border-radius: 4px !important;
    font-weight: 500;
    font-size: 1.35rem !important;
    line-height: 44px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    transition: background-color 0.3s, opacity 0.3s, transform 0.15s ease;
    background-color: #ED1C24 !important;
    color: #ffffff !important;
    font-family: "JM Poster", "JM Poster Solid", sans-serif !important;
    text-decoration: none;
    box-sizing: border-box;
    white-space: nowrap !important;
}
.premium-shows-view-all:hover {
    background-color: #c1131b !important;
    opacity: 0.95;
    text-decoration: none;
    color: #ffffff !important;
}

.premium-shows-slider-relative {
    position: relative;
    width: 100%;
}

.slider-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    outline: none;
}
.slider-nav-btn svg {
    display: block;
    transition: opacity 0.3s;
}
.slider-nav-btn:hover svg {
    opacity: 0.85;
}
.slider-nav-btn.nav-left {
    left: 12px;
}
@media (min-width: 1240px) {
    .slider-nav-btn.nav-left {
        left: -24px;
    }
}
.slider-nav-btn.nav-right {
    right: 12px;
}
@media (min-width: 1240px) {
    .slider-nav-btn.nav-right {
        right: -24px;
    }
}

.slider-nav-btn.mobile-btn {
    display: block;
}
@media (min-width: 992px) {
    .slider-nav-btn.mobile-btn {
        display: none;
    }
}
.slider-nav-btn.desktop-btn {
    display: none;
}
@media (min-width: 992px) {
    .slider-nav-btn.desktop-btn {
        display: block;
    }
}

.premium-shows-slider {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 24px;
    box-sizing: border-box;
    scroll-behavior: smooth;
}
@media (min-width: 992px) {
    .premium-shows-slider {
        padding-inline: 0;
    }
}

.premium-shows-slider.no-scrollbar::-webkit-scrollbar {
    display: none;
}
.premium-shows-slider.no-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.premium-shows-slider-item {
    flex-shrink: 0;
    scroll-snap-align: center;
}

.premium-card-link {
    text-decoration: none;
    display: block;
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
}
.premium-card-link:hover {
    text-decoration: none;
}

/* Small Card Layout */
.premium-card-small {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    height: 100%;
    width: 165px;
    background-color: #121212;
    border: 1px solid #1f1f1f;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.5), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
}
@media (min-width: 992px) {
    .premium-card-small {
        width: 189px;
    }
}

.premium-card-small-img-wrap {
    position: relative;
    width: 100%;
    height: 165px;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background-color: #121212;
    box-sizing: border-box;
}
@media (min-width: 992px) {
    .premium-card-small-img-wrap {
        width: 100%;
        height: 189px;
    }
}
.premium-card-small-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.premium-card-small-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 120px;
    box-sizing: border-box;
    background-color: #121212;
    border: none;
    padding: 12px;
    font-family: 'Inter', sans-serif;
}
@media (min-width: 992px) {
    .premium-card-small-content {
        width: 100%;
    }
}

.premium-card-title {
    font-size: 12px;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
@media (min-width: 992px) {
    .premium-card-title {
        font-size: 16px;
    }
}

.premium-card-city {
    font-size: 12px;
    font-weight: 700;
    color: #ED1C24;
    margin: 0;
}
@media (min-width: 992px) {
    .premium-card-city {
        font-size: 16px;
    }
}

.premium-card-date {
    font-size: 11px;
    font-weight: 400;
    color: #cccccc;
    white-space: nowrap;
}
@media (min-width: 992px) {
    .premium-card-date {
        font-size: 14px;
    }
}

.premium-card-price-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    width: 100%;
}
.premium-card-price-row span {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
    font-size: 11px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.2;
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media (min-width: 992px) {
    .premium-card-price-row span {
        font-size: 12px;
    }
}

.premium-card-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
    border: none !important;
    outline: none !important;
    border-radius: 4px !important;
    font-family: "JM Poster", "JM Poster Solid", sans-serif !important;
    font-weight: 500 !important;
    background-color: #ED1C24 !important;
    color: #ffffff !important;
    cursor: pointer !important;
    font-size: 1.05rem !important;
    text-transform: uppercase !important;
    letter-spacing: 0.03em !important;
    height: 26px !important;
    min-height: 26px !important;
    line-height: 26px !important;
    padding: 0 10px !important;
    transition: background-color 0.2s ease, opacity 0.2s ease !important;
    box-sizing: border-box !important;
    white-space: nowrap !important;
}
.premium-card-btn:hover {
    background-color: #c1131b !important;
    opacity: 0.95 !important;
    color: #ffffff !important;
}
@media (min-width: 992px) {
    .premium-card-btn {
        font-size: 1.15rem !important;
        height: 28px !important;
        min-height: 28px !important;
        line-height: 28px !important;
        padding: 0 12px !important;
    }
}

/* Wide Card Layout */
.premium-card-wide {
    position: relative;
    width: 320px;
    height: 180px;
    aspect-ratio: 16 / 9;
    border-radius: 12px;
    overflow: hidden;
    box-sizing: border-box;
    background-color: #000000;
}
@media (min-width: 992px) {
    .premium-card-wide {
        width: 480px;
        height: 270px;
        aspect-ratio: 16 / 9;
    }
}

.premium-card-wide-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    z-index: 1;
}

.premium-card-wide-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.6) 70%, transparent 100%);
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 16px;
    box-sizing: border-box;
}

.premium-card-wide-info {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-family: 'Inter', sans-serif;
    color: #ffffff;
    width: 100%;
}

.premium-card-wide-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
    color: #ffffff;
    padding-right: 70px; /* Leave space for button on desktop/mobile */
}
@media (min-width: 992px) {
    .premium-card-wide-title {
        font-size: 20px;
        padding-right: 90px;
    }
}

.premium-card-wide-city {
    font-size: 12px;
    font-weight: 700;
    color: #ED1C24;
    margin: 0;
}
@media (min-width: 992px) {
    .premium-card-wide-city {
        font-size: 16px;
    }
}

.premium-card-wide-date {
    font-size: 12px;
    font-weight: 400;
    color: #e2e8f0;
}
@media (min-width: 992px) {
    .premium-card-wide-date {
        font-size: 14px;
    }
}

.premium-card-wide-price {
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
}

.premium-card-wide-btn {
    position: absolute !important;
    right: 0 !important;
    bottom: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: none !important;
    outline: none !important;
    border-radius: 4px !important;
    font-family: "JM Poster", "JM Poster Solid", sans-serif !important;
    font-weight: 500 !important;
    background-color: #ffffff !important;
    background: #ffffff !important;
    color: #ED1C24 !important;
    cursor: pointer !important;
    font-size: 1.15rem !important;
    text-transform: uppercase !important;
    letter-spacing: 0.03em !important;
    height: 32px !important;
    min-height: 32px !important;
    line-height: 32px !important;
    padding: 0 16px !important;
    transition: background-color 0.2s ease, opacity 0.2s ease !important;
    box-sizing: border-box !important;
    white-space: nowrap !important;
}
.premium-card-wide-btn:hover {
    background-color: #f2f2f2 !important;
    background: #f2f2f2 !important;
    color: #ED1C24 !important;
    opacity: 1 !important;
}
@media (min-width: 992px) {
    .premium-card-wide-btn {
        font-size: 1.25rem !important;
        height: 34px !important;
        min-height: 34px !important;
        line-height: 34px !important;
        padding: 0 18px !important;
    }
}

/* Custom slider item centering and style toggles */
.premium-shows-slider-item {
    transition: all 0.4s ease-in-out;
}
.premium-shows-slider-item:not(.is-featured) .premium-card-wide {
    display: none !important;
}
.premium-shows-slider-item:not(.is-featured) .premium-card-small {
    display: flex !important;
}
.premium-shows-slider-item.is-featured .premium-card-wide {
    display: block !important;
}
.premium-shows-slider-item.is-featured .premium-card-small {
    display: none !important;
}

/* Upcoming Shows Section CSS */
.upcoming-shows-section {
    background-color: #231F20;
    color: #ffffff;
    padding: 80px 0;
    font-family: 'Inter', sans-serif;
}

.upcoming-shows-container {
    max-width: 1184px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}

.upcoming-shows-title {
    font-family: "JM Poster", "JM Poster Solid", sans-serif;
    font-size: 2.3rem;
    font-weight: 600;
    color: #ffffff;
    text-transform: capitalize;
}

.upcoming-shows-title span {
    color: #ED1C24;
}

/* .upcoming-shows-subtitle {
    font-size: 1.1rem;
    font-weight: 400;
    color: #A3A3A3;
    margin: 0;
    line-height: 1.6;
} */

.upcoming-shows-list {
    border-top: 1px solid #ED1C24;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.upcoming-show-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #ED1C24;
    box-sizing: border-box;
}

.upcoming-show-col {
    box-sizing: border-box;
}

.upcoming-show-col h3 {
    font-family: "JM Poster", sans-serif;
    margin: 0;
    padding: 0;
    font-size: 1.75rem;
    font-weight: 600;
    color: #ffffff;
    line-height: 1;
}

.red {
    color: #ED1C24 !important;
}

.city-col {
    width: 30%;
}

.upcoming-show-time-status {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 1.05rem;
    font-weight: 500;
    color: #ffffff;
    margin-top: 4px;
    line-height: 1.2;
}

.upcoming-next-show-btn {
    display: inline-block;
    margin-top: 6px;
    font-family: "JM Poster", "Montserrat", sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-decoration: none !important;
    cursor: pointer;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.upcoming-next-show-btn:hover {
    opacity: 0.9;
}

.upcoming-next-show-btn .next-show-label {
    color: #ED1C24 !important;
    margin-right: 4px;
}

.upcoming-next-show-btn .next-show-date {
    color: #ffffff !important;
}

@keyframes rowPulseGlow {
    0% {
        background-color: rgba(237, 28, 36, 0.45);
        box-shadow: 0 0 25px rgba(237, 28, 36, 0.7);
    }
    100% {
        background-color: transparent;
        box-shadow: none;
    }
}

.upcoming-show-row.highlight-pulse-row {
    animation: rowPulseGlow 2.5s ease-out forwards;
    border-radius: 6px;
}

.date-col {
    width: 20%;
}

.venue-col {
    width: 35%;
}

.action-col {
    width: 15%;
    display: flex;
    justify-content: flex-end;
}

/* Custom Buttons */
.upcoming-btn {
    font-family: "JM Poster", "JM Poster Solid", sans-serif !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 4px !important;
    text-decoration: none !important;
    box-sizing: border-box !important;
    white-space: nowrap !important;
}

.buy-btn {
    background-color: #ED1C24 !important;
    background: #ED1C24 !important;
    color: #ffffff !important;
}

.buy-btn:hover {
    background-color: #c1131b !important;
    background: #c1131b !important;
    color: #ffffff !important;
}

.sold-out-btn {
    background-color: #ffffff !important;
    background: #ffffff !important;
    color: #ED1C24 !important;
}

.sold-out-btn:hover {
    background-color: #f2f2f2 !important;
    background: #f2f2f2 !important;
    color: #ED1C24 !important;
}

/* Responsiveness */
@media (max-width: 991px) {
    .upcoming-show-col h3 {
        font-size: 18px;
    }

    .upcoming-btn {
        font-size: 18px;
        height: 42px;
        padding: 0 20px;
    }
}

@media (max-width: 767px) {
    .upcoming-shows-section {
        padding: 50px 0;
    }

    .upcoming-shows-title {
        font-size: 32px;
    }

    /* .upcoming-shows-subtitle {
        font-size: 1rem;
    } */

    .upcoming-show-row {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 10px 15px;
        gap: 12px;
    }

    .upcoming-show-col {
        width: 100% !important;
    }

    .city-col h3 {
        font-size: 20px;
        font-weight: 700;
    }

    .date-col h3 {
        font-size: 1.5rem;
        color: #CCCCCC;
        font-weight: 600;
    }

    .venue-col h3 {
        font-size: 16px;
        color: #A3A3A3;
        font-weight: 500;
    }

    .action-col {
        justify-content: center;
        margin-top: 5px;
    }

    .upcoming-btn {
        width: 100%;
        max-width: 250px;
    }
}

/* About RED MIC Section Styles */
.about-rm-section {
    background-color: #231F20;
    color: #ffffff;
    padding: 80px 0;
    font-family: 'Inter', sans-serif;
    width: 100%;
}

.about-rm-container {
    max-width: 1184px;
    margin: 0 auto;
    padding: 0 24px;
    box-sizing: border-box;
}

.about-rm-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
}

.about-rm-text-col {
    flex: 1;
    max-width: 50%;
}

.about-rm-img-col {
    flex: 1;
    max-width: 50%;
    display: flex;
    justify-content: center;
}

.about-rm-title {
    font-family: "JM Poster", "JM Poster Solid", sans-serif;
    font-size: 2rem;
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 20px 0;
    line-height: 1.2;
}

.about-rm-title span.red,
.about-rm-description span.red {
    color: #ED1C24 !important;
}

.about-rm-description p {
    font-family: 'Inter', sans-serif;
    font-size: 1.1em;
    font-weight: 400;
    line-height: 1.6;
    color: #FFFFFF;
    margin: 0 0 18px 0;
    line-height: 1.5;
}

.about-rm-description p strong {
    font-weight: 700;
    color: #ffffff;
}

.about-rm-readmore {
    color: #ED1C24;
    font-weight: 500;
    margin-left: 6px;
    transition: color 0.2s ease-in-out;
    text-decoration: none;
}

.about-rm-readmore:hover {
    color: #ED1C24;
}

.about-rm-img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

/* Responsiveness for About RED MIC section */
@media (max-width: 991px) {
    .about-rm-section {
        padding: 60px 0;
    }

    .about-rm-title {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .about-rm-description p {
        font-size: 16px;
        font-weight: 400;
        line-height: 1.5;
    }

    .about-rm-row {
        gap: 32px;
    }
}

@media (max-width: 767px) {
    .about-rm-section {
        padding: 50px 0;
    }

    .about-rm-row {
        flex-direction: column;
        align-items: stretch;
        gap: 32px;
    }

    .about-rm-text-col,
    .about-rm-img-col {
        max-width: 100%;
    }

    .about-rm-title {
        text-align: left;
    }

    .about-rm-img {
        max-width: 100%;
    }
}

/* Join the RED LIST Section Styles */
.redlist-section {
    background-color: #ED1C24;
    color: #ffffff;
    padding: 20px 0;
    font-family: 'Inter', sans-serif;
    width: 100%;
}

.redlist-container {
    max-width: 1184px;
    margin: 0 auto;
    padding: 0 24px;
    box-sizing: border-box;
}

.redlist-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 48px;
}

.redlist-text-col {
    flex: 1;
    max-width: 50%;
}

.redlist-form-col {
    flex: 1;
    max-width: 50%;
    width: 100%;
}

.redlist-title {
    font-family: "JM Poster", "JM Poster Solid", sans-serif;
    font-size: 2rem;
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 20px 0;
    line-height: 1;
    text-transform: uppercase;
}

.redlist-description p {
    font-family: 'Inter', sans-serif;
    font-size: 1.1em;
    font-weight: 400;
    line-height: 1.5;
    color: #ffffff;
    margin: 0;
}

/* Custom RED LIST Form Styles */
.redlist-form-wrapper {
    max-width: 400px;
    padding-block: 20px;
    width: 100%;
    margin: 0 0 0 60px !important;
}

@media (min-width: 768px) {
    .redlist-form-wrapper {
        margin-left: auto;
    }
}

.redlist-form {
    width: 100%;
    margin: 0;
}

.redlist-field-row {
    margin: 0 0 10px 0;
    width: 100%;
    position: relative;
}

.redlist-field-row input.form-control,
.redlist-section .form-control,
#redlist-rm .form-control,
[data-bs-theme="dark"] .redlist-section .form-control,
[data-bs-theme="dark"] #redlist-rm .form-control,
body.body-dark-bg .redlist-section .form-control,
body.is-thank-you-page .redlist-section .form-control,
body.is-welcome-page .redlist-section .form-control {
    background-color: #ffffff !important;
    color: #1f1f1f !important;
    border: 1px solid #d1d5db !important;
    border-radius: 4px !important;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    height: auto !important;
    line-height: 21px !important;
    padding: 10px 14px !important;
    width: 100% !important;
    box-sizing: border-box !important;
    outline: none !important;
    box-shadow: none !important;
    -webkit-text-fill-color: #1f1f1f !important;
}

.redlist-field-row input.form-control:focus,
.redlist-section .form-control:focus,
#redlist-rm .form-control:focus,
[data-bs-theme="dark"] .redlist-section .form-control:focus,
[data-bs-theme="dark"] #redlist-rm .form-control:focus,
body.body-dark-bg .redlist-section .form-control:focus,
body.is-thank-you-page .redlist-section .form-control:focus,
body.is-welcome-page .redlist-section .form-control:focus {
    background-color: #ffffff !important;
    color: #000000 !important;
    border-color: #231f20 !important;
    box-shadow: 0 0 0 2px rgba(35, 31, 32, 0.25) !important;
    outline: none !important;
    -webkit-text-fill-color: #000000 !important;
}

.redlist-field-row input.form-control::placeholder,
.redlist-section .form-control::placeholder,
#redlist-rm .form-control::placeholder,
[data-bs-theme="dark"] .redlist-section .form-control::placeholder,
[data-bs-theme="dark"] #redlist-rm .form-control::placeholder,
body.body-dark-bg .redlist-section .form-control::placeholder,
body.is-thank-you-page .redlist-section .form-control::placeholder,
body.is-welcome-page .redlist-section .form-control::placeholder {
    color: #6b7280 !important;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
    font-weight: 400 !important;
    opacity: 1 !important;
    -webkit-text-fill-color: #6b7280 !important;
}

/* RED LIST Country Suggestions Dropdown */
.redlist-suggestions-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    max-height: 200px;
    overflow-y: auto;
    margin-top: 4px;
    scrollbar-width: thin;
    scrollbar-color: #cbd5e1 #f8fafc;
}

.redlist-suggestions-dropdown::-webkit-scrollbar {
    width: 6px;
}
.redlist-suggestions-dropdown::-webkit-scrollbar-track {
    background: #f8fafc;
    border-radius: 4px;
}
.redlist-suggestions-dropdown::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 4px;
}
.redlist-suggestions-dropdown::-webkit-scrollbar-thumb:hover {
    background: #94a3b8;
}

.redlist-suggestion-item {
    padding: 8px 12px;
    color: #333333;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.15s ease, color 0.15s ease;
}

.redlist-suggestion-item:hover,
.redlist-suggestion-item.active {
    background-color: #ED1C24;
    color: #ffffff;
}

.redlist-submit-row {
    margin: 0;
    width: 100%;
}

.redlist-btn-submit {
    background-color: #231f20 !important;
    border: none !important;
    border-radius: 4px !important;
    box-shadow: none !important;
    color: #ffffff !important;
    cursor: pointer;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 21px !important;
    height: auto !important;
    padding: 11px !important;
    width: 100% !important;
    box-sizing: border-box !important;
    transition: background-color 0.2s ease, transform 0.1s ease !important;
}

.redlist-btn-submit:hover {
    background-color: #000000 !important;
    color: #ffffff !important;
    transform: translateY(-1px);
}

.redlist-success-msg p {
    color: #ffffff !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 24px !important;
    margin: 0 !important;
    text-align: left !important;
}

/* Responsiveness for Join the RED LIST section */
@media (max-width: 991px) {
    .redlist-section {
        padding: 60px 0;
    }

    .redlist-row {
        gap: 32px;
    }
}

@media (max-width: 767px) {
    .redlist-section {
        padding: 50px 0;
    }

    .redlist-row {
        flex-direction: column;
        align-items: stretch;
        gap: 32px;
    }

    .redlist-text-col,
    .redlist-form-col {
        max-width: 100%;
    }

    .redlist-title {
        text-align: left;
    }

    .redlist-form-wrapper {
        margin: 0 auto !important;
    }
}

/* =============================================
   Contact RED MIC Section
   ============================================= */

.contact-rm-section {
    background-color: #231F20;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.contact-rm-container {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
}

.contact-rm-row {
    display: flex;
    flex-direction: row-reverse; /* Form on right, image on left on desktop */
    align-items: stretch;
    gap: 0;
    min-height: 500px;
}

/* Left: Image Column (Second in HTML order) */
.contact-rm-img-col {
    flex: 0 0 45%;
    width: 45%;
    max-width: 45%;
    display: flex;
    align-items: flex-start; /* Align image from the top */
    justify-content: center;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    padding: 40px 10px 10px 10px; /* Top padding matches form column */
}

.contact-rm-img {
    width: 100%;
    height: auto; /* Natural height, no cropping */
    display: block;
}

/* Right: Form Column (First in HTML order) */
.contact-rm-form-col {
    flex: 0 0 55%;
    width: 55%;
    max-width: 55%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start; /* Align content from the top */
    padding: 40px 40px 60px 60px;
    box-sizing: border-box;
}

/* Title — JM Poster, same as original site heading font */
.contact-rm-title {
    font-family: "JM Poster", sans-serif;
    font-size: 2rem;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 0.5px;
    line-height: 1.1;
    margin: 0 0 15px 0;
    text-transform: none;
}

.contact-rm-red {
    color: #ED1C24;
}

/* Description */
.contact-rm-desc {
    font-family: 'Inter', sans-serif;
    font-size: 1.1em;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.5;
    margin: 0 0 30px 0;
    max-width: 500px;
}

/* Form */
.contact-rm-form {
    width: 100%;
    max-width: 500px;
    display: flex;
    flex-direction: column;
}

.contact-rm-form label {
    display: inline-block;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.5;
    margin-top: 7px;
}

.contact-rm-form label:first-of-type {
    margin-top: 0;
}

.contact-rm-form input[type=text],
.contact-rm-form input[type=email],
.contact-rm-form textarea {
    width: 100%;
    background-color: #ffffff !important;
    color: #333333 !important;
    border: 1px solid #666666 !important;
    border-radius: 3px !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    padding: 8px 16px !important;
    box-sizing: border-box !important;
    outline: none !important;
    box-shadow: none !important;
    transition: border-color 0.3s ease, all 0.3s !important;
    display: block !important;
}

.contact-rm-form input[type=text],
.contact-rm-form input[type=email] {
    height: 42px !important;
}

.contact-rm-form textarea {
    height: 60px !important;
    resize: vertical !important;
}

.contact-rm-form input[type=text]:focus,
.contact-rm-form input[type=email]:focus,
.contact-rm-form textarea:focus {
    box-shadow: inset 0 0 0 1px #000000 !important;
    outline: none !important;
}

/* Submit Button */
.contact-rm-submit-row {
    margin-top: 5px;
    text-align: left;
}

.contact-rm-form button[type=submit] {
    display: inline-block;
    background-color: transparent !important;
    color: #c36 !important;
    border: 1px solid #c36 !important;
    border-radius: 3px !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    padding: 8px 16px !important;
    cursor: pointer !important;
    letter-spacing: 0 !important;
    transition: background-color 0.3s ease, color 0.3s ease !important;
    box-shadow: none !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    width: auto !important;
}

.contact-rm-form button[type=submit]:hover {
    background-color: #c36 !important;
    color: #ffffff !important;
}

/* Success Message */
.contact-rm-success p {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    color: #ffffff;
    margin: 0;
    line-height: 1.6;
}

/* Responsive — tablet */
@media (max-width: 1024px) {
    .contact-rm-container {
        padding: 0;
    }

    .contact-rm-form-col {
        padding: 50px 30px 50px 40px;
    }
}

@media (max-width: 991px) {
    .contact-rm-row {
        min-height: 440px;
    }

    .contact-rm-img-col {
        flex: 0 0 45%;
        width: 45%;
        max-width: 45%;
        padding: 10px;
    }

    .contact-rm-form-col {
        flex: 0 0 55%;
        width: 55%;
        max-width: 55%;
        padding: 40px 20px 40px 30px;
    }

    .contact-rm-title {
        font-size: 32px;
    }
}

/* Responsive — mobile */
@media (max-width: 767px) {
    .contact-rm-row {
        flex-direction: column; /* Form on top, image at bottom */
        gap: 0;
        min-height: auto;
    }

    .contact-rm-form-col {
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
        padding: 50px 20px;
    }

    .contact-rm-img-col {
        flex: 0 0 auto;
        width: 100%;
        max-width: 100%;
        height: auto;
        padding: 10px;
    }

    .contact-rm-title {
        font-size: 30px;
    }

    .contact-rm-form,
    .contact-rm-desc {
        max-width: 100%;
    }
}

/* =============================================
   Global Unified Footer Component Styling (Matches Home Page)
   ============================================= */

.footer {
    background-color: #231F20 !important;
    border-top: 1px solid #ED1C24 !important;
    color: #ffffff !important;
    font-family: 'Inter', sans-serif !important;
}

.footer h6,
.footer .fw-bold {
    font-family: 'Inter', sans-serif !important;
    color: #ffffff !important;
    font-weight: 600 !important;
}

.footer p,
.footer span,
.footer div,
.footer li {
    color: #ffffff !important;
    font-family: 'Inter', sans-serif !important;
}

.footer .text-gray-500,
.footer .opacity-75 {
    color: #b0b0b0 !important;
}

.footer a,
.footer a.footer-link,
.footer .footer-link {
    color: #ffffff !important;
    text-decoration: none !important;
    font-family: 'Inter', sans-serif !important;
    transition: color 0.2s ease-in-out;
}

.footer a:hover,
.footer a.footer-link:hover,
.footer .footer-link:hover {
    color: #ED1C24 !important;
    text-decoration: underline !important;
}



/* =============================================
   Scroll offset for fixed navbar
   Prevents sections from hiding behind navbar on anchor click
   ============================================= */

#upcomingshows,
#about-rm,
#redlist-rm,
#contact-rm {
    scroll-margin-top: 70px;
}

/* =============================================
   Cookie Consent Banner (Complianz style matching red-mic.com)
   ============================================= */

#cmplz-cookiebanner-container {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.cmplz-cookiebanner-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.65);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    z-index: 999998;
    transition: opacity 0.3s ease;
}

.cmplz-cookiebanner-overlay.cmplz-hidden {
    display: none !important;
}

.cmplz-cookiebanner {
    box-sizing: border-box;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999999;
    width: var(--cmplz_banner_width);
    max-width: min(525px, calc(100vw - 32px));
    background-color: var(--cmplz_banner_background_color);
    border-radius: var(--cmplz_banner_border_radius);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(0, 0, 0, 0.05);
    padding: 24px;
    color: var(--cmplz_text_color);
    display: flex;
    flex-direction: column;
    gap: 20px;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.cmplz-cookiebanner.cmplz-hidden {
    display: none !important;
}

/* Header */
.cmplz-cookiebanner .cmplz-header {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 12px;
}

.cmplz-cookiebanner .cmplz-logo {
    display: flex;
    align-items: center;
    justify-self: start;
}

.cmplz-cookiebanner .cmplz-logo img {
    width: 38px;
    height: 38px;
    object-fit: contain;
}

.cmplz-cookiebanner .cmplz-title {
    font-family: 'JM Poster', 'JM Poster Solid', 'Inter', sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 0.03em;
    color: var(--cmplz_text_color);
    text-align: center;
    justify-self: center;
}

.cmplz-cookiebanner .cmplz-close {
    justify-self: end;
    cursor: pointer;
    background: transparent;
    border: none;
    padding: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    border-radius: 4px;
    transition: background-color 0.2s;
}
.cmplz-cookiebanner .cmplz-close:hover {
    color: #000;
    background: #f0f0f0;
}
.cmplz-cookiebanner .cmplz-close svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
}

.cmplz-divider {
    height: 1px;
    background-color: #eee;
    margin: 2px 0;
}

/* Body */
.cmplz-cookiebanner .cmplz-body {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.cmplz-cookiebanner .cmplz-message {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 0.95rem;
    font-weight: 400;
    line-height: 1.5;
    color: #222222;
}

/* Categories Accordion */
.cmplz-categories {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-top: 4px;
    max-height: 220px;
    overflow-y: auto;
}

.cmplz-category {
    border: 1px solid #f0f0f0;
    border-radius: 6px;
    background: #fafafa;
    overflow: hidden;
}

.cmplz-category summary {
    padding: 8px 12px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    user-select: none;
}
.cmplz-category summary::-webkit-details-marker {
    display: none;
}

.cmplz-category-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.cmplz-category-title-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
}

.cmplz-category-title {
    font-weight: 600;
    font-size: 13px;
    color: #222;
}

.cmplz-always-active-badge {
    font-size: 11px;
    color: green;
    font-weight: 500;
}

.cmplz-category .cmplz-description {
    padding: 8px 12px 10px 12px;
    font-size: 12px;
    line-height: 1.4;
    color: #222222;
    background: #ffffff;
    border-top: 1px solid #f0f0f0;
}

/* Toggle Switch */
.cmplz-switch {
    position: relative;
    display: inline-block;
    width: 34px;
    height: 18px;
    margin: 0;
}

.cmplz-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.cmplz-slider {
    position: absolute;
    cursor: pointer;
    top: 0; left: 0; right: 0; bottom: 0;
    background-color: #F56E28;
    transition: .3s;
    border-radius: 18px;
}

.cmplz-slider:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    transition: .3s;
    border-radius: 50%;
}

input:checked + .cmplz-slider {
    background-color: #ED1C24;
}

input:checked + .cmplz-slider:before {
    transform: translateX(16px);
}

/* Buttons */
.cmplz-buttons {
    display: flex;
    gap: 8px;
    margin-top: 4px;
}

.cmplz-btn {
    height: 44px;
    padding: 0 20px;
    border-radius: var(--cmplz_button_border_radius);
    cursor: pointer;
    font-family: "JM Poster", "JM Poster Solid", sans-serif;
    font-size: var(--cmplz_button_font_size);
    font-weight: 500;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    text-align: center;
    border: none;
    flex: 1;
    white-space: nowrap;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cmplz-btn.cmplz-accept {
    background-color: var(--cmplz_button_accept_background_color);
    border: 1px solid var(--cmplz_button_accept_border_color);
    color: var(--cmplz_button_accept_text_color);
}
.cmplz-btn.cmplz-accept:hover {
    background-color: #c1131b;
    border-color: #c1131b;
    color: #ffffff;
}

.cmplz-btn.cmplz-deny {
    background-color: var(--cmplz_button_deny_background_color);
    border: 1px solid var(--cmplz_button_deny_border_color);
    color: var(--cmplz_button_deny_text_color);
}
.cmplz-btn.cmplz-deny:hover {
    background-color: #e5e5e5;
    color: #000000;
}

.cmplz-btn.cmplz-view-preferences {
    background-color: var(--cmplz_button_settings_background_color);
    border: 1px solid var(--cmplz_button_settings_border_color);
    color: var(--cmplz_button_settings_text_color);
}
.cmplz-btn.cmplz-view-preferences:hover {
    background-color: #e5e5e5;
    color: #000000;
}

/* Manage Consent Floating Pill (Hidden) */
#cmplz-manage-consent,
.cmplz-btn-manage-consent {
    display: none !important;
}

@media (max-width: 768px) {
    .cmplz-cookiebanner {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: calc(100vw - 32px);
        max-width: 480px;
        border-radius: 16px;
        padding: 20px;
    }
    .cmplz-buttons {
        flex-direction: column;
    }
}

/* Document links under buttons */
.cmplz-documents-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin-top: 4px;
}

.cmplz-doc-link {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: #ED1C24;
    font-size: 13px;
    font-weight: 500;
    text-underline-offset: 3px;
    transition: color 0.2s ease;
}

.cmplz-doc-link:hover {
    color: #c1131b;
}

/* =============================================
   Contact Page Dark Theme (Matching Home Page)
   ============================================= */

body.is-contact-page main,
body.is-contact-page section,
body.is-contact-page .container,
body.is-contact-page .row,
body.is-contact-page div {
    background-color: transparent;
}

/* Breadcrumb / Page Header Dark Theme */
body.is-contact-page section.bg-gradient,
body.is-contact-page .bg-gradient {
    background: #1a1718 !important;
    background-color: #1a1718 !important;
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #332f30;
}

body.is-contact-page section.bg-gradient h2 {
    font-family: "JM Poster", "JM Poster Solid", sans-serif !important;
    font-size: 2.2rem !important;
    font-weight: 500 !important;
    color: #ffffff !important;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

body.is-contact-page .breadcrumb {
    background: transparent !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
}

body.is-contact-page .breadcrumb-item,
body.is-contact-page .breadcrumb-item a {
    color: #cccccc !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 14px !important;
    text-decoration: none !important;
}

body.is-contact-page .breadcrumb-item a:hover {
    color: #ED1C24 !important;
}

body.is-contact-page .breadcrumb-item.active {
    color: #ED1C24 !important;
    font-weight: 600 !important;
}

body.is-contact-page .breadcrumb-item + .breadcrumb-item::before {
    color: #777777 !important;
}

/* Contact Page Labels & Form Controls */
body.is-contact-page label.form-label,
body.is-contact-page form label {
    color: #ffffff !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    margin-bottom: 8px !important;
    letter-spacing: 0.3px;
}

body.is-contact-page .text-danger {
    color: #ED1C24 !important;
}

body.is-contact-page form input.form-control,
body.is-contact-page form textarea.form-control {
    background-color: #ffffff !important;
    color: #231F20 !important;
    border: 1px solid #555555 !important;
    border-radius: 4px !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 15px !important;
    padding: 10px 16px !important;
    outline: none !important;
    box-shadow: none !important;
    transition: border-color 0.2s ease, box-shadow 0.2s ease !important;
}

body.is-contact-page form input.form-control:focus,
body.is-contact-page form textarea.form-control:focus {
    border-color: #ED1C24 !important;
    box-shadow: 0 0 0 2px rgba(237, 28, 36, 0.3) !important;
    background-color: #ffffff !important;
    color: #231F20 !important;
}

body.is-contact-page form input.form-control::placeholder,
body.is-contact-page form textarea.form-control::placeholder {
    color: #888888 !important;
}

/* Submit Button - Signature RED MIC Style */
body.is-contact-page #contact-submit,
body.is-contact-page button.btn-primary,
body.is-contact-page .btn-primary {
    background-color: #ED1C24 !important;
    border-color: #ED1C24 !important;
    color: #ffffff !important;
    font-family: "JM Poster", sans-serif !important;
    font-size: 1.25rem !important;
    font-weight: 500 !important;
    padding: 7px 18px !important;
    border-radius: 4px !important;
    transition: background-color 0.2s ease, border-color 0.2s ease, opacity 0.2s ease !important;
    box-shadow: none !important;
    cursor: pointer !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
}

body.is-contact-page #contact-submit:hover,
body.is-contact-page button.btn-primary:hover,
body.is-contact-page .btn-primary:hover {
    background-color: #c1131b !important;
    border-color: #c1131b !important;
    color: #ffffff !important;
    opacity: 0.95;
}

/* Alert / Validation Messages */
body.is-contact-page .alert-success {
    background-color: #1b382b !important;
    color: #8ceabb !important;
    border: 1px solid #285e43 !important;
    border-radius: 4px !important;
    font-family: 'Inter', sans-serif !important;
}

body.is-contact-page .alert-danger,
body.is-contact-page .invalid-feedback .alert-danger {
    background-color: #3d1214 !important;
    color: #ff8888 !important;
    border: 1px solid #ED1C24 !important;
    border-radius: 4px !important;
    font-family: 'Inter', sans-serif !important;
}

/* Map Wrapper */
body.is-contact-page .lgxmapcanvas,
body.is-contact-page .g-map-wrapper,
body.is-contact-page #contact_map {
    background-color: #231F20 !important;
    border-radius: 8px;
    overflow: hidden;
}

/* =============================================
   Event Page Dark Theme (Matching Home Page)
   ============================================= */

body.is-event-page main,
body.is-event-page section,
body.is-event-page .container,
body.is-event-page .container-fluid,
body.is-event-page .row {
    background-color: transparent;
}

/* Headings & Typography */
body.is-event-page h1,
body.is-event-page h2,
body.is-event-page h3,
body.is-event-page h4,
body.is-event-page h5,
body.is-event-page h6,
body.is-event-page .css-accordion-label {
    font-family: "JM Poster", "JM Poster Solid", sans-serif !important;
    color: #ffffff !important;
    letter-spacing: 0.5px;
}

body.is-event-page p,
body.is-event-page span,
body.is-event-page label,
body.is-event-page div,
body.is-event-page li {
    font-family: 'Inter', sans-serif;
}

body.is-event-page {
    padding-top: 100px !important;
}

@media (max-width: 991px) {
    body.is-event-page {
        padding-top: 85px !important;
    }
}

/* 16:9 Event Hero Banner & Details Styling */
.event-hero-banner-wrapper {
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
    background-color: #121212;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.6);
}

.event-hero-banner-16x9 {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    background-color: #0d0c0d;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.event-hero-banner-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: blur(35px) brightness(0.4);
    transform: scale(1.2);
    z-index: 1;
    pointer-events: none;
}

.event-hero-banner-img {
    position: relative;
    z-index: 2;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
    margin: 0 auto;
    filter: drop-shadow(0 4px 15px rgba(0, 0, 0, 0.5));
    transition: all 0.3s ease;
}

/* When image is natively 16:9 */
.event-hero-banner-img.is-wide {
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
    filter: none;
}

.event-details-card {
    background-color: #1a1819 !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 16px !important;
    color: #ffffff !important;
}

.event-hero-title {
    font-family: "JM Poster", "JM Poster Solid", sans-serif !important;
    font-size: 2.2rem !important;
    font-weight: 500 !important;
    color: #ffffff !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1.2;
}

@media (max-width: 768px) {
    .event-hero-title {
        font-size: 1.6rem !important;
    }
}

.event-category-badge {
    background-color: #ED1C24 !important;
    color: #ffffff !important;
    padding: 6px 14px !important;
    font-size: 0.85rem !important;
    font-weight: 600 !important;
    border-radius: 6px !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: inline-flex;
    align-items: center;
}

.event-meta-box {
    background-color: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.event-meta-box:hover {
    background-color: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.14);
}

.event-meta-box,
.event-meta-box div,
.event-meta-box p,
.event-meta-box span,
.event-meta-box a {
    color: #ffffff !important;
}

.event-meta-box a:hover {
    color: #ED1C24 !important;
}

.event-meta-box .text-danger,
.event-meta-box .event-meta-icon,
.event-meta-box .event-meta-icon i {
    color: #ED1C24 !important;
}

.event-hero-about {
    background-color: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.badge-social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 6px;
    background-color: #ED1C24;
    color: #ffffff !important;
    font-size: 15px;
    transition: all 0.2s ease;
    text-decoration: none;
}

.badge-social-icon:hover {
    background-color: #c1131b;
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(237, 28, 36, 0.3);
}

/* Get Tickets Card & Section */
body.is-event-page #buy-tickets,
body.is-event-page #buy-tickets.card,
body.is-event-page #buy-tickets .card-body {
    background-color: #1a1718 !important;
    border: 1px solid #332f30 !important;
    border-radius: 12px !important;
    color: #ffffff !important;
}

body.is-event-page #buy-tickets h4,
body.is-event-page #buy-tickets .h4 {
    color: #ffffff !important;
    font-family: "JM Poster", "JM Poster Solid", sans-serif !important;
    font-size: 1.5rem !important;
    font-weight: 400 !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

body.is-event-page #buy-tickets label,
body.is-event-page #buy-tickets .form-label {
    color: #ffffff !important;
    font-family: 'Inter', sans-serif !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Form Controls & Select Inputs (Dark Theme) */
body.is-event-page select,
body.is-event-page .form-select,
body.is-event-page .form-control {
    background-color: #1a1819 !important;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 6px !important;
    font-family: 'Inter', sans-serif !important;
    font-weight: 500 !important;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

body.is-event-page select,
body.is-event-page .form-select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat !important;
    background-position: right 0.75rem center !important;
    background-size: 16px 12px !important;
    padding-right: 2rem !important;
}

body.is-event-page select:focus,
body.is-event-page .form-select:focus,
body.is-event-page .form-control:focus {
    background-color: #1a1819 !important;
    color: #ffffff !important;
    border-color: #ED1C24 !important;
    outline: 0 !important;
    box-shadow: 0 0 0 0.2rem rgba(237, 28, 36, 0.25) !important;
}

body.is-event-page select option,
body.is-event-page .form-select option {
    background-color: #1a1819 !important;
    color: #ffffff !important;
    padding: 8px 12px !important;
}

/* Date / Schedule Pill Buttons */
body.is-event-page .schedule-info,
body.is-event-page .schedule-info .card,
body.is-event-page .lgx-single-schedule .card {
    background-color: #231F20 !important;
    border-color: #444444 !important;
    color: #ffffff !important;
    border-radius: 8px !important;
}

body.is-event-page .schedule-info p,
body.is-event-page .schedule-info span {
    color: #ffffff !important;
}

body.is-event-page .schedule-active .card,
body.is-event-page .schedule-active .schedule-info {
    background-color: #ED1C24 !important;
    border-color: #ED1C24 !important;
}

body.is-event-page .schedule-active .card p,
body.is-event-page .schedule-active .schedule-info p,
body.is-event-page .schedule-active .card span,
body.is-event-page .schedule-active .schedule-info span {
    color: #ffffff !important;
}

/* Active Date Badge pill on ticket schedule */
body.is-event-page .badge.bg-primary,
body.is-event-page .btn-primary,
body.is-event-page .bg-primary,
body.is-event-page #buy-tickets .btn-primary,
body.is-event-page #buy-tickets .bg-primary,
body.is-event-page #buy-tickets .text-primary {
    background-color: #ED1C24 !important;
    border-color: #ED1C24 !important;
    color: #ffffff !important;
}

/* Share Event Social Badges */
body.is-event-page .position-absolute a.badge.text-bg-primary,
body.is-event-page a.badge.text-bg-primary,
body.is-event-page .badge.text-bg-primary {
    background-color: #ED1C24 !important;
    border-color: #ED1C24 !important;
    color: #ffffff !important;
    padding: 6px 10px !important;
    border-radius: 6px !important;
    font-size: 14px !important;
    transition: background-color 0.2s ease !important;
}

body.is-event-page .position-absolute a.badge.text-bg-primary:hover,
body.is-event-page a.badge.text-bg-primary:hover {
    background-color: #c1131b !important;
    border-color: #c1131b !important;
}

/* Ticket Items, Cart Total & Options inside Buy Tickets */
body.is-event-page #buy-tickets .list-group-item,
body.is-event-page #buy-tickets li.list-group-item,
body.is-event-page #buy-tickets .payment-options div,
body.is-event-page #buy-tickets .bg-white,
body.is-event-page #buy-tickets .card.border,
body.is-event-page #buy-tickets div.border,
body.is-event-page .border-white {
    background-color: #231F20 !important;
    border: 1px solid #3d3739 !important;
    color: #ffffff !important;
    border-radius: 8px !important;
}

body.is-event-page #buy-tickets .list-group-item h6,
body.is-event-page #buy-tickets .list-group-item strong {
    font-family: 'Inter', sans-serif !important;
    font-weight: 500 !important;
    color: #ffffff !important;
}

body.is-event-page #buy-tickets .list-group-item p,
body.is-event-page #buy-tickets .list-group-item span,
body.is-event-page #buy-tickets .list-group-item div,
body.is-event-page #buy-tickets .text-dark,
body.is-event-page #buy-tickets .text-black,
body.is-event-page #buy-tickets .text-muted,
body.is-event-page #buy-tickets strong,
body.is-event-page #buy-tickets span {
    color: #ffffff !important;
}

body.is-event-page #buy-tickets .ticket-info-toggle,
body.is-event-page #buy-tickets a.pointer,
body.is-event-page #buy-tickets .ticket-selected-text,
body.is-event-page #buy-tickets a.text-primary,
body.is-event-page #buy-tickets a.small {
    color: #ED1C24 !important;
}

/* Date Month Selector Button */
body.is-event-page #buy-tickets .btn.border-dark {
    border-color: rgba(255, 255, 255, 0.2) !important;
    color: #ffffff !important;
    background-color: #231F20 !important;
}

body.is-event-page #buy-tickets .btn.border-dark select {
    background-image: none !important;
    padding-right: 0 !important;
    background-color: transparent !important;
    border: none !important;
}

/* Select Customer & Select Dropdowns inside Buy Tickets */
body.is-event-page #buy-tickets select.form-select,
body.is-event-page #buy-tickets select.form-control,
body.is-event-page #buy-tickets input.form-control {
    background-color: #1a1819 !important;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 6px !important;
    font-family: 'Inter', sans-serif !important;
    font-weight: 500 !important;
}

body.is-event-page #buy-tickets select.form-select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat !important;
    background-position: right 0.75rem center !important;
    background-size: 16px 12px !important;
    padding-right: 2rem !important;
}

body.is-event-page #buy-tickets select option {
    background-color: #1a1819 !important;
    color: #ffffff !important;
    padding: 8px 12px !important;
}

body.is-event-page #buy-tickets input::placeholder {
    color: rgba(255, 255, 255, 0.4) !important;
}

body.is-event-page #buy-tickets .v-select .vs__dropdown-toggle {
    background-color: #1a1819 !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 6px !important;
}

body.is-event-page #buy-tickets .v-select .vs__selected,
body.is-event-page #buy-tickets .v-select .vs__search {
    color: #ffffff !important;
    font-family: 'Inter', sans-serif !important;
}

body.is-event-page #buy-tickets .v-select .vs__search::placeholder {
    color: rgba(255, 255, 255, 0.4) !important;
}

body.is-event-page #buy-tickets .v-select .vs__open-indicator {
    fill: #ffffff !important;
}

body.is-event-page #buy-tickets .v-select .vs__dropdown-menu {
    background-color: #1a1819 !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 6px !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.7) !important;
    color: #ffffff !important;
}

body.is-event-page #buy-tickets .v-select .vs__dropdown-option {
    color: #e2e8f0 !important;
    padding: 8px 12px !important;
}

body.is-event-page #buy-tickets .v-select .vs__dropdown-option--highlight {
    background-color: #ED1C24 !important;
    color: #ffffff !important;
}

/* Accordion Section Override */
body.is-event-page .css-accordion {
    border: none !important;
    margin-top: 25px;
}

body.is-event-page .css-accordion-item {
    margin-bottom: 12px;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #332f30 !important;
}

body.is-event-page .css-accordion-label,
body.is-event-page .css-accordion-label.bg-light,
body.is-event-page label.css-accordion-label {
    background-color: #1a1718 !important;
    color: #ffffff !important;
    font-family: "JM Poster", "JM Poster Solid", sans-serif !important;
    font-size: 1.35rem !important;
    letter-spacing: 0.5px;
    padding: 14px 20px !important;
    border: none !important;
    cursor: pointer;
    text-transform: uppercase;
}

body.is-event-page .css-accordion-label:hover {
    background-color: #262223 !important;
}

body.is-event-page .css-accordion-content,
body.is-event-page .css-accordion-content.bg-light,
body.is-event-page .css-accordion-content.quillWrapper {
    background-color: #181516 !important;
    color: #ffffff !important;
    padding: 20px !important;
    border-top: 1px solid #332f30 !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 15px !important;
    line-height: 1.6;
}

body.is-event-page .css-accordion-content *,
body.is-event-page .css-accordion-content p,
body.is-event-page .css-accordion-content span,
body.is-event-page .css-accordion-content div,
body.is-event-page .css-accordion-content li,
body.is-event-page .css-accordion-content strong {
    color: #ffffff !important;
}

body.is-event-page .css-accordion-content a {
    color: #ED1C24 !important;
    text-decoration: underline;
}

/* Floating Action / Scroll Button */
body.is-event-page .scrollEvent,
body.is-event-page a.scrollEvent {
    background-color: #ED1C24 !important;
    border-color: #ED1C24 !important;
    color: #ffffff !important;
    font-family: "JM Poster", sans-serif !important;
    font-size: 1.2rem !important;
    box-shadow: 0 4px 15px rgba(237, 28, 36, 0.4) !important;
    border-radius: 6px;
    padding: 10px 22px;
}

body.is-event-page .scrollEvent:hover {
    background-color: #c1131b !important;
    border-color: #c1131b !important;
}

/* =============================================
   Events Listing Page Dark Theme Styling
   ============================================= */

/* Category Cards Carousel / Single Category */
body.is-event-page .card-cat,
body.is-event-page .h-scroll-dark .card-cat {
    background-color: #231F20 !important;
    border: 1px solid #332f30 !important;
    border-radius: 8px !important;
    transition: background-color 0.2s ease, border-color 0.2s ease !important;
}

body.is-event-page .card-cat:hover,
body.is-event-page .h-scroll-dark .card-cat:hover {
    background-color: #2c2728 !important;
    border-color: #ED1C24 !important;
}

body.is-event-page .card-cat a,
body.is-event-page .card-cat div {
    color: #ffffff !important;
}

/* Filters Header & Buttons */
body.is-event-page h4 {
    color: #ffffff !important;
}

body.is-event-page .btn-outline-primary {
    border-color: #ED1C24 !important;
    color: #ED1C24 !important;
    background-color: transparent !important;
}

body.is-event-page .btn-outline-primary:hover {
    background-color: #ED1C24 !important;
    color: #ffffff !important;
}

body.is-event-page .btn-outline-secondary {
    border-color: #555555 !important;
    color: #ffffff !important;
    background-color: transparent !important;
}

body.is-event-page .btn-outline-secondary:hover {
    border-color: #ED1C24 !important;
    color: #ED1C24 !important;
}

body.is-event-page label.form-label {
    color: #ffffff !important;
    font-family: 'Inter', sans-serif !important;
    font-weight: 500 !important;
    font-size: 13px !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

body.is-event-page input.form-control,
body.is-event-page select.form-select,
body.is-event-page .mx-datepicker input {
    background-color: #ffffff !important;
    color: #231F20 !important;
    border: 1px solid #666666 !important;
    border-radius: 6px !important;
    font-family: 'Inter', sans-serif !important;
    font-weight: 600 !important;
}

body.is-event-page input.form-control:focus,
body.is-event-page select.form-select:focus {
    border-color: #ED1C24 !important;
    box-shadow: 0 0 0 2px rgba(237, 28, 36, 0.3) !important;
}

/* Event Card Box - Premium Shows Full Card Format */
.premium-card-full,
body.is-event-page .px-2.px-lg-3.py-2.w-100 > div {
    background-color: #121212 !important;
    border: 1px solid #1f1f1f !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4) !important;
    padding: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease !important;
}

.premium-card-full:hover,
body.is-event-page .px-2.px-lg-3.py-2.w-100 > div:hover {
    border-color: #ED1C24 !important;
    box-shadow: 0 8px 24px rgba(237, 28, 36, 0.25) !important;
    transform: translateY(-3px) !important;
}

/* Poster Image Wrap */
.premium-card-img-link {
    display: block !important;
    width: 100% !important;
    text-decoration: none !important;
}

.premium-card-img-wrap {
    width: 100% !important;
    aspect-ratio: 1 / 1 !important;
    overflow: hidden !important;
    background-color: #0c0c0c !important;
    border-top-left-radius: 12px !important;
    border-top-right-radius: 12px !important;
}

.premium-card-img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
}

/* Card Body Content */
.premium-card-body {
    padding: 16px !important;
    background-color: #121212 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 4px !important;
    font-family: 'Inter', sans-serif !important;
    border-bottom-left-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
}

/* City Heading (Red bold text) */
.premium-card-city-name {
    margin: 0 0 2px 0 !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

.premium-card-city-name a {
    color: #ED1C24 !important;
    text-decoration: none !important;
    font-family: 'Inter', sans-serif !important;
    transition: color 0.2s ease !important;
}

.premium-card-city-name a:hover {
    color: #ff3b44 !important;
    text-decoration: none !important;
}

/* Datetime Line */
.premium-card-datetime {
    color: #b0b0b0 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    margin: 0 0 12px 0 !important;
    font-family: 'Inter', sans-serif !important;
    white-space: nowrap !important;
}

/* Footer Price & Tickets Row */
.premium-card-footer {
    display: flex !important;
    justify-content: space-between !important;
    align-items: flex-end !important;
    margin-top: 4px !important;
}

.premium-card-price-box {
    display: flex !important;
    flex-direction: column !important;
    line-height: 1.1 !important;
}

.price-starts-label {
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #ffffff !important;
    margin-bottom: 2px !important;
}

.price-starts-value {
    font-size: 16px !important;
    font-weight: 800 !important;
    color: #ffffff !important;
    letter-spacing: -0.2px !important;
}

/* Tickets Button */
.premium-card-tickets-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background-color: #ED1C24 !important;
    color: #ffffff !important;
    font-family: 'Inter', sans-serif !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    padding: 8px 18px !important;
    border-radius: 6px !important;
    text-decoration: none !important;
    border: none !important;
    cursor: pointer !important;
    transition: background-color 0.2s ease !important;
    line-height: 1 !important;
}

.premium-card-tickets-btn:hover {
    background-color: #c1131b !important;
    color: #ffffff !important;
    text-decoration: none !important;
}

/* Status Badges */
body.is-event-page .badge.bg-danger {
    background-color: #ED1C24 !important;
    color: #ffffff !important;
}

body.is-event-page .badge.bg-success {
    background-color: #10b981 !important;
    color: #ffffff !important;
}

/* Pagination Styling */
body.is-event-page .pagination {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

body.is-event-page .pagination .page-link {
    background-color: #231F20 !important;
    border: 1px solid #3d3739 !important;
    color: #ffffff !important;
    font-family: 'Inter', sans-serif !important;
    font-weight: 600 !important;
    border-radius: 6px !important;
    padding: 8px 14px !important;
    margin: 0 3px !important;
    transition: all 0.2s ease !important;
}

body.is-event-page .pagination .page-link:hover,
body.is-event-page .pagination .page-item.active .page-link,
body.is-event-page .pagination .page-link.active {
    background-color: #ED1C24 !important;
    border-color: #ED1C24 !important;
    color: #ffffff !important;
}

/* =============================================
   Pages (About Us, Terms, Legal Notice) Dark Theme
   ============================================= */

/* Page Header / Breadcrumb */
body.is-pages-page section.bg-gradient,
body.is-pages-page .bg-gradient {
    background: #231F20 !important;
    background-color: #231F20 !important;
    padding-top: 35px;
    padding-bottom: 0px;
    border-bottom: none !important;
}

body.is-pages-page section.bg-gradient h2 {
    font-family: "JM Poster", "JM Poster Solid", sans-serif !important;
    font-size: 2.2rem !important;
    font-weight: 500 !important;
    color: #ffffff !important;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 0 !important;
}

/* Hide breadcrumb navigation on static pages */
body.is-pages-page nav[aria-label="breadcrumb"],
body.is-pages-page .breadcrumb {
    background: transparent !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
}

body.is-pages-page .breadcrumb-item,
body.is-pages-page .breadcrumb-item a {
    color: #cccccc !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 14px !important;
    text-decoration: none !important;
}

body.is-pages-page .breadcrumb-item a:hover {
    color: #ED1C24 !important;
}

body.is-pages-page .breadcrumb-item.active {
    color: #ED1C24 !important;
    font-weight: 600 !important;
}

body.is-pages-page .breadcrumb-item + .breadcrumb-item::before {
    color: #777777 !important;
}

/* Header Navbar Links Styling Protection */
body.is-pages-page .site-header-navigation .site-nav-menu-link {
    color: #ffffff !important;
    font-family: "JM Poster", "JM Poster Solid", sans-serif !important;
}

body.is-pages-page .site-header-navigation .site-nav-menu-link:hover,
body.is-pages-page .site-header-navigation .site-nav-menu-item.active .site-nav-menu-link {
    color: #ED1C24 !important;
}

/* Content Styling matching Home Page (Scoped to main & .page-content-body) */
body.is-pages-page main,
body.is-pages-page main section,
body.is-pages-page main .container,
body.is-pages-page main .row {
    background-color: transparent;
}

body.is-pages-page main .py-6,
body.is-pages-page main .py-lg-8 {
    padding-bottom: 4rem !important;
}

body.is-pages-page main .page-content-body,
body.is-pages-page main .page-content-body p,
body.is-pages-page main .page-content-body span,
body.is-pages-page main .page-content-body div,
body.is-pages-page main .page-content-body li,
body.is-pages-page main .page-content-body td,
body.is-pages-page main .page-content-body th,
body.is-pages-page main .page-content-body label {
    font-family: 'Inter', sans-serif !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    color: #ffffff !important;
    line-height: 1.2 !important;
}

body.is-pages-page main .page-content-body h1,
body.is-pages-page main .page-content-body h2,
body.is-pages-page main .page-content-body h3,
body.is-pages-page main .page-content-body h4,
body.is-pages-page main .page-content-body h5,
body.is-pages-page main .page-content-body h6,
body.is-pages-page main .page-content-body .h1,
body.is-pages-page main .page-content-body .h2,
body.is-pages-page main .page-content-body .h3,
body.is-pages-page main .page-content-body .h4,
body.is-pages-page main .page-content-body .h5,
body.is-pages-page main .page-content-body .h6 {
    font-family: 'JM Poster Solid', 'JM Poster', sans-serif !important;
    font-size: 1.5rem !important;
    font-weight: 600 !important;
    color: #ED1C24 !important;
    letter-spacing: 0.5px;
}

body.is-pages-page main .page-content-body a {
    color: #ED1C24 !important;
    transition: color 0.2s ease-in-out;
}

body.is-pages-page main .page-content-body a:hover {
    color: #ff4d54 !important;
    text-decoration: underline !important;
}

body.is-pages-page main .page-content-body strong,
body.is-pages-page main .page-content-body b {
    color: #ffffff !important;
    font-weight: 700 !important;
}

/* =============================================
   Privacy Policy & CMS Pages Specific Styling
   ============================================= */
body.is-privacy-page section.bg-gradient,
body.is-privacy-page .bg-gradient {
    background: transparent !important;
    background-color: transparent !important;
    padding-top: 60px !important;
    padding-bottom: 10px !important;
    border-bottom: none !important;
}

body.is-privacy-page section.bg-gradient h2 {
    font-family: "JM Poster Solid", "JM Poster", sans-serif !important;
    font-size: 2rem !important;
    font-weight: 600 !important;
    color: #ED1C24 !important;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 0 !important;
}

/* Base Page Body Reset & Homepage Body Typography */
.page-content-body,
.page-slug-privacy,
body.is-privacy-page main .page-content-body,
body.is-pages-page main .page-content-body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
    font-size: 16px !important;
    color: #ffffff !important;
    line-height: 1.65 !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 0 60px 0 !important;
    text-align: left !important;
}

/* Reset Elementor extra wrappers indentation, padding, and margins */
.page-content-body .elementor,
.page-content-body .elementor-element,
.page-content-body .e-con,
.page-content-body .e-con-boxed,
.page-content-body .e-con-inner,
.page-content-body .elementor-widget,
.page-content-body .elementor-widget-container,
.page-content-body .elementor-widget-heading,
.page-content-body .elementor-widget-text-editor,
.page-slug-privacy .elementor,
.page-slug-privacy .elementor-element,
.page-slug-privacy .e-con,
.page-slug-privacy .e-con-boxed,
.page-slug-privacy .e-con-inner,
.page-slug-privacy .elementor-widget,
.page-slug-privacy .elementor-widget-container,
.page-slug-privacy .elementor-widget-heading,
.page-slug-privacy .elementor-widget-text-editor {
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    display: block !important;
    text-align: left !important;
}

/* Headings in Page Body - JM Poster Heading Font & Signature Red */
.page-slug-privacy h1, .page-slug-privacy .h1,
.page-slug-privacy h2, .page-slug-privacy .h2,
.page-slug-privacy h3, .page-slug-privacy .h3,
.page-slug-privacy h4, .page-slug-privacy .h4,
.page-slug-privacy h5, .page-slug-privacy .h5,
.page-slug-privacy h6, .page-slug-privacy .h6,
.page-slug-privacy .elementor-heading-title,
.page-content-body :is(h1, h2, h3, h4, h5, h6),
.page-content-body :is(h1, h2, h3, h4, h5, h6) *,
.page-content-body .elementor-heading-title {
    font-family: 'JM Poster Solid', 'JM Poster', sans-serif !important;
    font-weight: normal !important;
    color: #ED1C24 !important;
    text-transform: uppercase !important;
    letter-spacing: -0.5px;
    line-height: 1.2 !important;
    margin-top: 2rem !important;
    margin-bottom: 0.8rem !important;
    padding: 0 !important;
    text-align: left !important;
}

.page-slug-privacy h1, .page-content-body h1 {
    font-size: clamp(2rem, 4vw, 2.6rem) !important;
    margin-top: 0 !important;
}

.page-slug-privacy h2, .page-content-body h2 {
    font-size: clamp(1.6rem, 3vw, 2rem) !important;
}

.page-slug-privacy h3, .page-content-body h3 {
    font-size: clamp(1.3rem, 2.5vw, 1.6rem) !important;
}

.page-slug-privacy h4, .page-slug-privacy .elementor-heading-title, .page-content-body h4, .page-content-body .elementor-heading-title {
    font-size: 1.35rem !important;
}

/* All Body & Paragraph Text - Homepage Body Typography (Explicit 16px to prevent compound scaling) */
.page-slug-privacy p,
.page-slug-privacy div:not([class*="page-"]),
.page-slug-privacy span:not(:is(h1, h2, h3, h4, h5, h6, .elementor-heading-title) span),
.page-content-body p,
.page-content-body div:not([class*="page-"]),
.page-content-body span:not(:is(h1, h2, h3, h4, h5, h6, .elementor-heading-title) span),
.page-content-body li,
.page-content-body td,
.page-content-body th,
.page-content-body blockquote,
.page-content-body small,
.page-content-body font {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
    font-size: 16px !important;
    line-height: 1.65 !important;
    color: #ffffff !important;
    font-weight: 400 !important;
    margin-top: 0 !important;
    padding: 0 !important;
    text-align: left !important;
}

.page-slug-privacy p,
.page-content-body p {
    margin-bottom: 1.25rem !important;
}

/* Lists & Bullet Points */
.page-slug-privacy ul,
.page-slug-privacy ol,
.page-content-body ul,
.page-content-body ol {
    margin-top: 0.5rem !important;
    margin-bottom: 1.4rem !important;
    padding-left: 1.5rem !important;
    list-style-type: disc !important;
}

.page-slug-privacy li,
.page-content-body li {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
    font-size: 16px !important;
    color: #ffffff !important;
    margin-bottom: 0.45rem !important;
    line-height: 1.65 !important;
}

/* Strong / Bold Text */
.page-slug-privacy strong,
.page-slug-privacy b,
.page-content-body strong,
.page-content-body b {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
    color: #ffffff !important;
    font-weight: 700 !important;
}

/* Links */
.page-slug-privacy a,
.page-content-body a:not(:is(h1, h2, h3, h4, h5, h6) a) {
    color: #ED1C24 !important;
    text-decoration: underline !important;
    transition: color 0.2s ease-in-out;
}

.page-slug-privacy a:hover,
.page-content-body a:not(:is(h1, h2, h3, h4, h5, h6) a):hover {
    color: #ff4d54 !important;
}

/* Mobile Responsive Typography */
@media (max-width: 767px) {
    .page-slug-privacy,
    .page-slug-privacy p,
    .page-slug-privacy li,
    .page-content-body,
    .page-content-body p,
    .page-content-body li,
    .page-content-body strong,
    .page-content-body b {
        font-size: 15px !important;
        line-height: 1.6 !important;
    }
}

/* ==========================================================================
   Datepicker Input & Dark Calendar Popup Styling for Events & App Pages
   ========================================================================== */
.mx-datepicker.form-control {
    padding: 0 !important;
    border: none !important;
    background: transparent !important;
    height: auto !important;
    box-shadow: none !important;
}

.mx-datepicker {
    width: 100% !important;
}

.mx-input {
    height: 38px !important;
    background-color: #ffffff !important;
    color: #111111 !important;
    border: 1px solid #ced4da !important;
    border-radius: 0.375rem !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 0.95rem !important;
    font-weight: 500 !important;
    padding: 0.375rem 0.75rem !important;
    box-shadow: none !important;
}

.mx-input::placeholder {
    color: #6c757d !important;
    opacity: 1 !important;
}

.mx-icon-calendar,
.mx-icon-clear {
    color: #333333 !important;
}

/* Date Picker Calendar Popup Dark Theme */
.mx-datepicker-main,
.mx-datepicker-popup {
    background-color: #1a1819 !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    color: #ffffff !important;
    border-radius: 8px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.8) !important;
    font-family: 'Inter', sans-serif !important;
    z-index: 9999 !important;
}

.mx-datepicker-sidebar {
    background-color: #141213 !important;
    border-right: 1px solid rgba(255, 255, 255, 0.12) !important;
    padding: 6px 0 !important;
}

.mx-datepicker-sidebar .mx-btn-shortcut {
    color: #dddddd !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 13px !important;
    padding: 8px 14px !important;
}

.mx-datepicker-sidebar .mx-btn-shortcut:hover {
    color: #ffffff !important;
    background-color: #ED1C24 !important;
}

.mx-calendar-header {
    color: #ffffff !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12) !important;
    padding: 8px 10px !important;
}

.mx-calendar-header .mx-btn,
.mx-calendar-header .mx-title {
    color: #ffffff !important;
    font-family: 'Inter', sans-serif !important;
    font-weight: 600 !important;
}

.mx-calendar-header .mx-btn:hover,
.mx-calendar-header .mx-title:hover {
    color: #ED1C24 !important;
}

.mx-calendar-content {
    padding: 8px !important;
}

.mx-table {
    color: #ffffff !important;
}

.mx-table th {
    color: #aaaaaa !important;
    font-family: 'Inter', sans-serif !important;
    font-weight: 600 !important;
    font-size: 12px !important;
}

.mx-table td,
.mx-table .cell {
    color: #ffffff !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 13px !important;
}

.mx-table .cell.not-current-month {
    color: #555555 !important;
}

.mx-table .cell.today {
    color: #ED1C24 !important;
    font-weight: 700 !important;
}

.mx-table .cell.active,
.mx-table .cell.in-range {
    background-color: #ED1C24 !important;
    color: #ffffff !important;
    border-radius: 4px !important;
}

.mx-table .cell:hover {
    background-color: rgba(237, 28, 36, 0.3) !important;
    color: #ffffff !important;
    border-radius: 4px !important;
}

.mx-btn-text {
    color: #ffffff !important;
}

/* ==========================================================================
   CREATE / MANAGE EVENT & DASHBOARD DARK THEME & TYPOGRAPHY FIX
   ========================================================================== */

/* Page & Container Backgrounds */
body.is-manage-event-page,
body.dashboard-body-bg,
body.is-manage-event-page #eventmie_app,
body.dashboard-body-bg #eventmie_app,
body.is-manage-event-page #db-wrapper,
body.dashboard-body-bg #db-wrapper,
body.is-manage-event-page #page-content-for-mini,
body.dashboard-body-bg #page-content-for-mini,
body.is-manage-event-page .dashboard-page-container,
body.dashboard-body-bg .dashboard-page-container {
    background-color: #231F20 !important;
    color: #ffffff !important;
}

/* Sidebar styling */
.navbar-vertical-compact,
body.is-manage-event-page .navbar-vertical-compact,
body.dashboard-body-bg .navbar-vertical-compact {
    position: fixed !important;
    top: 75px !important;
    bottom: 0 !important;
    height: calc(100vh - 75px) !important;
    background-color: #1a1819 !important;
    border-right: 1px solid rgba(255, 255, 255, 0.08) !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
    z-index: 100 !important;
}

.sidebar-inner-scroll,
.navbar-vertical-compact [data-simplebar] {
    height: 100% !important;
    max-height: 100% !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    padding-top: 12px !important;
    padding-bottom: 30px !important;
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, 0.2) transparent;
}

body.is-manage-event-page .navbar-vertical-compact .nav-link,
body.dashboard-body-bg .navbar-vertical-compact .nav-link,
#sideNavbar .nav-link {
    color: #cbd5e1 !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 0.825rem !important;
    font-weight: 500 !important;
    padding: 7px 12px !important;
    border-radius: 6px !important;
    margin-bottom: 2px !important;
    transition: all 0.2s ease !important;
}

/* Sidebar Icons Styling Fix */
#sideNavbar .nav-icon,
.navbar-vertical-compact .nav-icon,
#sideNavbar .nav-link .nav-icon,
body.dashboard-body-bg #sideNavbar .nav-icon,
body.is-manage-event-page #sideNavbar .nav-icon,
body.dashboard-body-bg .navbar-vertical-compact .nav-link .nav-icon {
    width: 24px !important;
    height: 24px !important;
    min-width: 24px !important;
    min-height: 24px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 0.95rem !important;
    margin-right: 8px !important;
    padding: 0 !important;
    color: #94a3b8 !important;
    background: transparent !important;
    background-color: transparent !important;
    border-radius: 0 !important;
    transition: color 0.2s ease !important;
}

#sideNavbar .nav-icon i,
.navbar-vertical-compact .nav-icon i,
#sideNavbar .nav-link i,
#sideNavbar .nav-icon svg,
.navbar-vertical-compact .nav-icon svg,
#sideNavbar .nav-link svg,
body.dashboard-body-bg #sideNavbar .nav-icon i,
body.is-manage-event-page #sideNavbar .nav-icon i,
body.dashboard-body-bg .navbar-vertical-compact .nav-link i {
    color: #94a3b8 !important;
    fill: currentColor !important;
    font-size: 0.95rem !important;
    transition: color 0.2s ease !important;
}

/* Hover state for links & icons */
body.is-manage-event-page .navbar-vertical-compact .nav-link:hover,
body.dashboard-body-bg .navbar-vertical-compact .nav-link:hover,
#sideNavbar .nav-link:hover {
    color: #ffffff !important;
    background-color: rgba(255, 255, 255, 0.06) !important;
}

#sideNavbar .nav-link:hover .nav-icon,
.navbar-vertical-compact .nav-link:hover .nav-icon,
#sideNavbar .nav-link:hover .nav-icon i,
#sideNavbar .nav-link:hover i,
body.dashboard-body-bg #sideNavbar .nav-link:hover .nav-icon,
body.dashboard-body-bg #sideNavbar .nav-link:hover i {
    color: #ffffff !important;
    background: transparent !important;
    background-color: transparent !important;
}

/* Active state for links & icons */
body.is-manage-event-page .navbar-vertical-compact .nav-link.active,
body.dashboard-body-bg .navbar-vertical-compact .nav-link.active,
#sideNavbar .nav-link.active {
    color: #ff2c55 !important;
    background-color: rgba(255, 44, 85, 0.14) !important;
    border-left: 3px solid #ff2c55 !important;
    font-weight: 600 !important;
}

#sideNavbar .nav-link.active .nav-icon,
.navbar-vertical-compact .nav-link.active .nav-icon,
#sideNavbar .nav-link.active .nav-icon i,
#sideNavbar .nav-link.active i,
body.dashboard-body-bg #sideNavbar .nav-link.active .nav-icon,
body.dashboard-body-bg #sideNavbar .nav-link.active i {
    color: #ff2c55 !important;
    background: transparent !important;
    background-color: transparent !important;
}

body.is-manage-event-page .nav-divider,
body.dashboard-body-bg .nav-divider,
.nav-divider {
    border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
    margin: 8px 0 6px 0 !important;
    padding-top: 6px !important;
}

body.is-manage-event-page .nav-divider-text,
body.dashboard-body-bg .nav-divider-text,
.nav-divider-text {
    color: #94a3b8 !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 0.725rem !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
}

/* Base Fallbacks for Dashboard elements */
body.is-manage-event-page .stat-card,
body.dashboard-body-bg .stat-card {
    background-color: #1a1819 !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    color: #ffffff !important;
    border-radius: 16px !important;
}

body.is-manage-event-page .stat-number,
body.dashboard-body-bg .stat-number {
    color: #ffffff !important;
    font-family: 'Inter', sans-serif !important;
}

body.is-manage-event-page .stat-label,
body.dashboard-body-bg .stat-label {
    color: #94a3b8 !important;
    font-family: 'Inter', sans-serif !important;
}

/* Card & Content Boxes */
body.is-manage-event-page .card,
body.dashboard-body-bg .card {
    background-color: #1a1819 !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    border-radius: 12px !important;
    color: #ffffff !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4) !important;
}

body.is-manage-event-page .card-header,
body.dashboard-body-bg .card-header {
    background-color: #161415 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}

body.is-manage-event-page .card-body,
body.dashboard-body-bg .card-body {
    background-color: #1a1819 !important;
    color: #ffffff !important;
}

/* Page Titles */
body.is-manage-event-page .card-header h1,
body.dashboard-body-bg .card-header h1,
body.is-manage-event-page h1,
body.dashboard-body-bg h1 {
    font-family: 'JM Poster Solid', 'Inter', sans-serif !important;
    font-weight: 500 !important;
    color: #ffffff !important;
    letter-spacing: 0.5px !important;
}

/* Tabs Navigation (DETAILS, TIMINGS, TICKETS, LOCATION, MEDIA, SEO, PUBLISH) */
body.is-manage-event-page .event-tabs-wrapper,
body.dashboard-body-bg .event-tabs-wrapper,
body.is-manage-event-page .nav-lb-tab,
body.dashboard-body-bg .nav-lb-tab {
    background-color: #161415 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}

body.is-manage-event-page .nav-lb-tab .nav-item .nav-link,
body.dashboard-body-bg .nav-lb-tab .nav-item .nav-link {
    font-family: 'Inter', sans-serif !important;
    font-size: 0.875rem !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    color: #a0aec0 !important;
    padding: 14px 18px !important;
    border-top: 3px solid transparent !important;
    background-color: transparent !important;
    transition: all 0.2s ease;
}

body.is-manage-event-page .nav-lb-tab .nav-item .nav-link:hover,
body.dashboard-body-bg .nav-lb-tab .nav-item .nav-link:hover {
    color: #ffffff !important;
    border-top-color: rgba(255, 44, 85, 0.5) !important;
}

body.is-manage-event-page .nav-lb-tab .nav-item .nav-link.active,
body.is-manage-event-page .nav-lb-tab .nav-item .nav-link.router-link-exact-active,
body.is-manage-event-page .nav-lb-tab .nav-item .nav-link.router-link-active,
body.dashboard-body-bg .nav-lb-tab .nav-item .nav-link.active,
body.dashboard-body-bg .nav-lb-tab .nav-item .nav-link.router-link-exact-active,
body.dashboard-body-bg .nav-lb-tab .nav-item .nav-link.router-link-active {
    color: #ffffff !important;
    border-top: 3px solid #ff2c55 !important;
    background-color: transparent !important;
}

/* Typography Fixes for Form Labels & Text */
body.is-manage-event-page label,
body.is-manage-event-page .form-label,
body.dashboard-body-bg label,
body.dashboard-body-bg .form-label {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    font-size: 0.85rem !important;
    font-weight: 600 !important;
    color: #e2e8f0 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    margin-bottom: 0.5rem !important;
}

body.is-manage-event-page p,
body.is-manage-event-page span,
body.is-manage-event-page small,
body.is-manage-event-page .small,
body.is-manage-event-page .text-muted,
body.is-manage-event-page .help,
body.dashboard-body-bg p,
body.dashboard-body-bg span,
body.dashboard-body-bg small,
body.dashboard-body-bg .small,
body.dashboard-body-bg .text-muted,
body.dashboard-body-bg .help {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
}

body.is-manage-event-page .text-muted,
body.is-manage-event-page .small.text-muted,
body.dashboard-body-bg .text-muted,
body.dashboard-body-bg .small.text-muted {
    color: #94a3b8 !important;
}

body.is-manage-event-page h5,
body.is-manage-event-page h6,
body.dashboard-body-bg h5,
body.dashboard-body-bg h6 {
    font-family: 'Inter', sans-serif !important;
    font-weight: 600 !important;
    color: #ffffff !important;
}

/* Form Inputs, Selects, Textareas */
body.is-manage-event-page .form-control,
body.is-manage-event-page .form-select,
body.is-manage-event-page input[type="text"],
body.is-manage-event-page input[type="number"],
body.is-manage-event-page input[type="email"],
body.is-manage-event-page input[type="url"],
body.is-manage-event-page select,
body.is-manage-event-page textarea,
body.dashboard-body-bg .form-control,
body.dashboard-body-bg .form-select,
body.dashboard-body-bg input[type="text"],
body.dashboard-body-bg input[type="number"],
body.dashboard-body-bg input[type="email"],
body.dashboard-body-bg input[type="url"],
body.dashboard-body-bg select,
body.dashboard-body-bg textarea {
    font-family: 'Inter', sans-serif !important;
    font-size: 0.9rem !important;
    font-weight: 400 !important;
    color: #ffffff !important;
    background-color: #252122 !important;
    border: 1px solid rgba(255, 255, 255, 0.18) !important;
    border-radius: 8px !important;
    padding: 10px 14px !important;
    transition: all 0.2s ease;
}

body.is-manage-event-page .form-control:focus,
body.is-manage-event-page select:focus,
body.is-manage-event-page textarea:focus,
body.dashboard-body-bg .form-control:focus,
body.dashboard-body-bg select:focus,
body.dashboard-body-bg textarea:focus {
    background-color: #2b2627 !important;
    border-color: #ff2c55 !important;
    box-shadow: 0 0 0 3px rgba(255, 44, 85, 0.2) !important;
    color: #ffffff !important;
}

body.is-manage-event-page .form-control::placeholder,
body.dashboard-body-bg .form-control::placeholder {
    color: rgba(255, 255, 255, 0.45) !important;
    font-family: 'Inter', sans-serif !important;
    font-weight: 400 !important;
}

body.is-manage-event-page select option,
body.dashboard-body-bg select option {
    background-color: #252122 !important;
    color: #ffffff !important;
}

/* Vue Select & Multiselect */
body.is-manage-event-page .v-select,
body.dashboard-body-bg .v-select {
    font-family: 'Inter', sans-serif !important;
}

body.is-manage-event-page .vs__dropdown-toggle,
body.dashboard-body-bg .vs__dropdown-toggle {
    background-color: #252122 !important;
    border: 1px solid rgba(255, 255, 255, 0.18) !important;
    border-radius: 8px !important;
    padding: 6px 8px !important;
}

body.is-manage-event-page .vs__selected,
body.is-manage-event-page .vs__search,
body.is-manage-event-page .vs__search::placeholder,
body.dashboard-body-bg .vs__selected,
body.dashboard-body-bg .vs__search,
body.dashboard-body-bg .vs__search::placeholder {
    color: #ffffff !important;
    font-family: 'Inter', sans-serif !important;
}

body.is-manage-event-page .vs__open-indicator,
body.dashboard-body-bg .vs__open-indicator {
    fill: #e2e8f0 !important;
}

body.is-manage-event-page .vs__dropdown-menu,
body.dashboard-body-bg .vs__dropdown-menu {
    background-color: #2b2627 !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5) !important;
}

body.is-manage-event-page .vs__dropdown-option,
body.dashboard-body-bg .vs__dropdown-option {
    color: #e2e8f0 !important;
    font-family: 'Inter', sans-serif !important;
}

body.is-manage-event-page .vs__dropdown-option--highlight,
body.dashboard-body-bg .vs__dropdown-option--highlight {
    background-color: #ff2c55 !important;
    color: #ffffff !important;
}

/* WYSIWYG / Vue Editor / Quill Editor Dark Styling */
body.is-manage-event-page .quill-editor,
body.is-manage-event-page .vue-editor,
body.dashboard-body-bg .quill-editor,
body.dashboard-body-bg .vue-editor {
    background-color: transparent !important;
}

body.is-manage-event-page .ql-toolbar,
body.dashboard-body-bg .ql-toolbar {
    background-color: #252122 !important;
    border: 1px solid rgba(255, 255, 255, 0.18) !important;
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
}

body.is-manage-event-page .ql-toolbar button,
body.is-manage-event-page .ql-toolbar .ql-picker,
body.dashboard-body-bg .ql-toolbar button,
body.dashboard-body-bg .ql-toolbar .ql-picker {
    color: #e2e8f0 !important;
    font-family: 'Inter', sans-serif !important;
}

body.is-manage-event-page .ql-toolbar button .ql-stroke,
body.dashboard-body-bg .ql-toolbar button .ql-stroke {
    stroke: #e2e8f0 !important;
}

body.is-manage-event-page .ql-toolbar button .ql-fill,
body.dashboard-body-bg .ql-toolbar button .ql-fill {
    fill: #e2e8f0 !important;
}

body.is-manage-event-page .ql-toolbar button:hover .ql-stroke,
body.is-manage-event-page .ql-toolbar button.ql-active .ql-stroke,
body.dashboard-body-bg .ql-toolbar button:hover .ql-stroke,
body.dashboard-body-bg .ql-toolbar button.ql-active .ql-stroke {
    stroke: #ff2c55 !important;
}

body.is-manage-event-page .ql-toolbar button:hover .ql-fill,
body.is-manage-event-page .ql-toolbar button.ql-active .ql-fill,
body.dashboard-body-bg .ql-toolbar button:hover .ql-fill,
body.dashboard-body-bg .ql-toolbar button.ql-active .ql-fill {
    fill: #ff2c55 !important;
}

body.is-manage-event-page .ql-container,
body.dashboard-body-bg .ql-container {
    background-color: #1f1c1d !important;
    border: 1px solid rgba(255, 255, 255, 0.18) !important;
    border-top: none !important;
    border-bottom-left-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
    color: #ffffff !important;
    min-height: 140px !important;
}

body.is-manage-event-page .ql-editor,
body.dashboard-body-bg .ql-editor {
    font-family: 'Inter', sans-serif !important;
    font-size: 0.95rem !important;
    color: #ffffff !important;
    line-height: 1.6 !important;
}

body.is-manage-event-page .ql-picker-options,
body.dashboard-body-bg .ql-picker-options {
    background-color: #2b2627 !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    color: #ffffff !important;
}

/* List Group Items & Switches */
body.is-manage-event-page .list-group-item,
body.dashboard-body-bg .list-group-item {
    background-color: transparent !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    color: #ffffff !important;
}

body.is-manage-event-page .form-check-input,
body.dashboard-body-bg .form-check-input {
    background-color: #383234 !important;
    border-color: rgba(255, 255, 255, 0.3) !important;
}

body.is-manage-event-page .form-check-input:checked,
body.dashboard-body-bg .form-check-input:checked {
    background-color: #ff2c55 !important;
    border-color: #ff2c55 !important;
}

/* Buttons */
body.is-manage-event-page .btn-primary,
body.dashboard-body-bg .btn-primary,
body.is-manage-event-page button[type="submit"],
body.dashboard-body-bg button[type="submit"] {
    background-color: #ff2c55 !important;
    border-color: #ff2c55 !important;
    color: #ffffff !important;
    font-family: 'Inter', sans-serif !important;
    font-weight: 600 !important;
    font-size: 0.9rem !important;
    padding: 10px 24px !important;
    border-radius: 8px !important;
    letter-spacing: 0.5px !important;
    transition: all 0.2s ease !important;
}

body.is-manage-event-page .btn-primary:hover,
body.dashboard-body-bg .btn-primary:hover,
body.is-manage-event-page button[type="submit"]:hover,
body.dashboard-body-bg button[type="submit"]:hover {
    background-color: #e02448 !important;
    border-color: #e02448 !important;
    box-shadow: 0 4px 15px rgba(255, 44, 85, 0.4) !important;
}

body.is-manage-event-page .btn-secondary,
body.dashboard-body-bg .btn-secondary {
    background-color: #2b2627 !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    color: #ffffff !important;
    font-family: 'Inter', sans-serif !important;
    font-weight: 500 !important;
    font-size: 0.9rem !important;
    border-radius: 8px !important;
}

body.is-manage-event-page .btn-secondary:hover,
body.dashboard-body-bg .btn-secondary:hover {
    background-color: #383234 !important;
    color: #ffffff !important;
}

/* Dashboard Footer Dark Theme Override */
.dashboard-footer,
body.is-manage-event-page .dashboard-footer,
body.dashboard-body-bg .dashboard-footer {
    background-color: #161415 !important;
    color: #94a3b8 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
    padding: 20px 0 !important;
}

.dashboard-footer .footer-link,
body.is-manage-event-page .dashboard-footer .footer-link,
body.dashboard-body-bg .dashboard-footer .footer-link {
    color: #e2e8f0 !important;
    font-family: 'Inter', sans-serif !important;
    font-weight: 500 !important;
    font-size: 0.875rem !important;
    text-decoration: none !important;
    margin: 0 10px !important;
    transition: color 0.2s ease !important;
}

.dashboard-footer .footer-link:hover,
body.is-manage-event-page .dashboard-footer .footer-link:hover,
body.dashboard-body-bg .dashboard-footer .footer-link:hover {
    color: #ff2c55 !important;
    text-decoration: underline !important;
}

.dashboard-footer .footer-brand,
body.is-manage-event-page .dashboard-footer .footer-brand,
body.dashboard-body-bg .dashboard-footer .footer-brand {
    color: #94a3b8 !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 0.8125rem !important;
}

/* ==========================================================================
   CREATE EVENT FORM FIELDS, MULTISELECT, MODAL & TABLE DARK STYLING
   ========================================================================== */

/* Universal Form Controls & Inputs */
.form-control,
.form-select,
.is-manage-event-page .form-control,
.dashboard-body-bg .form-control,
input[type="text"]:not(.swal2-input):not(.multiselect__input),
input[type="number"]:not(.swal2-input),
input[type="email"]:not(.swal2-input),
input[type="password"]:not(.swal2-input),
input[type="url"]:not(.swal2-input),
select:not(.swal2-select),
textarea:not(.swal2-textarea) {
    background-color: #252122 !important;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 4px !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 0.9rem !important;
    padding: 10px 14px !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -ms-border-radius: 4px !important;
    -o-border-radius: 4px !important;
}

.form-control:focus,
.form-select:focus,
input:not(.swal2-input):not([type="checkbox"]):not([type="radio"]):focus,
select:not(.swal2-select):focus,
textarea:not(.swal2-textarea):focus {
    background-color: #2b2627 !important;
    border-color: #ff2c55 !important;
    box-shadow: 0 0 0 3px rgba(255, 44, 85, 0.25) !important;
    color: #ffffff !important;
    outline: none !important;
}

.form-control[readonly],
.form-control[disabled],
input:not(.swal2-input)[readonly],
input:not(.swal2-input)[disabled] {
    background-color: #1c1819 !important;
    color: #cbd5e1 !important;
    border-color: rgba(255, 255, 255, 0.1) !important;
    opacity: 0.85 !important;
}

/* Form Labels */
label:not(.swal2-checkbox):not(.form-check-label):not(.btn),
.form-label,
.control-label {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    font-size: 0.85rem !important;
    font-weight: 600 !important;
    color: #e2e8f0 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    margin-bottom: 0.4rem !important;
    display: inline-block !important;
}

/* Complete Fix for Vue Multiselect Inner Box Artifacts (Event Venues & Tags) */
.multiselect,
.multiselect * {
    box-sizing: border-box !important;
}

.multiselect,
.multiselect.form-control,
.multiselect.form-control-sm,
div.multiselect {
    background: transparent !important;
    background-color: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
    min-height: 44px !important;
    font-family: 'Inter', sans-serif !important;
}

.multiselect__tags {
    background: #252122 !important;
    background-color: #252122 !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 8px !important;
    min-height: 44px !important;
    padding: 8px 40px 8px 12px !important;
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    box-shadow: none !important;
    margin: 0 !important;
}

/* Remove borders, backgrounds, rounded corners, and outlines from ALL inner elements */
.multiselect__single,
.multiselect__input,
.multiselect__current,
.multiselect__placeholder {
    background: transparent !important;
    background-color: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    outline: none !important;
    box-shadow: none !important;
    color: #ffffff !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 0.9rem !important;
    font-weight: 500 !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.5 !important;
    position: relative !important;
    display: inline-block !important;
}

.multiselect__placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
}

.multiselect__single:focus,
.multiselect__input:focus,
.multiselect__current:focus,
.multiselect__single:hover,
.multiselect__input:hover,
.multiselect__current:hover {
    background: transparent !important;
    background-color: transparent !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.multiselect__select {
    height: 42px !important;
    width: 40px !important;
    right: 2px !important;
    top: 1px !important;
    background: transparent !important;
}

.multiselect__select:before {
    border-color: rgba(255, 255, 255, 0.6) transparent transparent !important;
}

.multiselect__content-wrapper {
    background-color: #2b2627 !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 8px !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.6) !important;
    color: #ffffff !important;
    z-index: 1050 !important;
}

.multiselect__option {
    background-color: #2b2627 !important;
    color: #e2e8f0 !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 0.9rem !important;
    padding: 10px 14px !important;
    min-height: 40px !important;
}

.multiselect__option--highlight {
    background-color: #ff2c55 !important;
    color: #ffffff !important;
}

.multiselect__option--selected {
    background-color: #383234 !important;
    color: #ffffff !important;
    font-weight: 600 !important;
}

.multiselect__tag {
    background-color: #ff2c55 !important;
    color: #ffffff !important;
    border-radius: 4px !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 0.8125rem !important;
    padding: 4px 26px 4px 10px !important;
    margin-right: 5px !important;
    margin-bottom: 5px !important;
}


.multiselect__tag-icon:after {
    color: #ffffff !important;
}

.multiselect__tag-icon:focus,
.multiselect__tag-icon:hover {
    background-color: #e02448 !important;
}

.multiselect__spinner {
    background-color: #252122 !important;
}

/* Datepicker Overrides & Nested Double Box Fix */
.mx-datepicker,
.mx-datepicker.form-control,
.form-control.mx-datepicker,
div.mx-datepicker,
body.dashboard-body-bg .mx-datepicker,
body.dashboard-body-bg .mx-datepicker.form-control,
body.is-manage-event-page .mx-datepicker,
body.is-manage-event-page .mx-datepicker.form-control {
    background: transparent !important;
    background-color: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
    height: auto !important;
    min-height: 0 !important;
    width: 100% !important;
    display: inline-block !important;
    position: relative !important;
}

.mx-input-wrapper {
    position: relative !important;
    width: 100% !important;
}

.mx-input,
body.dashboard-body-bg .mx-input,
body.is-manage-event-page .mx-input {
    background-color: #252122 !important;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 8px !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 0.9rem !important;
    font-weight: 500 !important;
    height: 42px !important;
    line-height: 42px !important;
    padding: 0 36px 0 14px !important;
    box-shadow: none !important;
    width: 100% !important;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease !important;
}

.mx-input::placeholder,
body.dashboard-body-bg .mx-input::placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
}

.mx-input:focus,
.mx-input:hover,
body.dashboard-body-bg .mx-input:focus,
body.dashboard-body-bg .mx-input:hover {
    background-color: #2b2627 !important;
    border-color: #ff2c55 !important;
    box-shadow: 0 0 0 3px rgba(255, 44, 85, 0.25) !important;
    color: #ffffff !important;
    outline: none !important;
}

.mx-icon-calendar,
.mx-icon-clear {
    color: #94a3b8 !important;
    right: 12px !important;
    font-size: 1.05rem !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
}

.mx-icon-calendar:hover,
.mx-icon-clear:hover {
    color: #ffffff !important;
}

/* Modal Dark Theme Overrides (Fixes Create Ticket Modal White Background) */
.modal-content,
.custom_model .modal-content {
    background-color: #1a1819 !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    border-radius: 12px !important;
    color: #ffffff !important;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.7) !important;
}

.modal-header,
.custom_model .modal-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    background-color: #161415 !important;
    padding: 16px 20px !important;
    border-top-left-radius: 12px !important;
    border-top-right-radius: 12px !important;
}

.modal-title,
.custom_model .modal-title {
    font-family: 'JM Poster Solid', 'Inter', sans-serif !important;
    color: #ffffff !important;
    font-size: 1.4rem !important;
    letter-spacing: 0.5px !important;
}

.modal-body,
.custom_model .modal-body {
    background-color: #1a1819 !important;
    color: #ffffff !important;
    padding: 20px !important;
}

.modal-footer,
.custom_model .modal-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
    background-color: #161415 !important;
    padding: 14px 20px !important;
    border-bottom-left-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
}

.modal-body label,
.modal-body .form-label {
    color: #e2e8f0 !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 0.85rem !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
}

.modal-body input.form-control,
.modal-body textarea.form-control,
.modal-body select.form-control {
    background-color: #252122 !important;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 8px !important;
    font-family: 'Inter', sans-serif !important;
}

/* Tickets & General Tables Dark Theme Overrides (Fixes White Table Header & Rows) */
table.table,
.table-responsive table,
.table {
    background-color: #1a1819 !important;
    color: #ffffff !important;
    border-color: rgba(255, 255, 255, 0.1) !important;
    margin-bottom: 0 !important;
}

table.table thead,
.table-light,
thead.table-light,
table.table thead tr,
table.table thead th,
.table-light th,
thead.table-light th {
    background-color: #161415 !important;
    color: #ffffff !important;
    font-family: 'Inter', sans-serif !important;
    font-weight: 600 !important;
    font-size: 0.85rem !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15) !important;
    padding: 12px 16px !important;
}

table.table tbody tr,
table.table tbody td,
table.table td {
    background-color: #1a1819 !important;
    color: #cbd5e1 !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 0.9rem !important;
    font-weight: 500 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
    padding: 14px 16px !important;
    vertical-align: middle !important;
}

table.table tbody tr:hover td {
    background-color: rgba(255, 255, 255, 0.03) !important;
    color: #ffffff !important;
}

/* ==========================================================================
   RED MIC Progressive Authentication (Google/Microsoft Style)
   ========================================================================== */

/* Auth Page Body & Wrapper Dark Background */
body.is-auth-page,
body.is-auth-page #eventmie_app,
body.is-auth-page .login-wrapper,
body.is-auth-page .bg-gradient,
body.is-auth-page section {
    background-color: #231F20 !important;
    color: #ffffff !important;
    min-height: 100vh;
}

/* Auth Card Layout */
.rm-auth-card {
    background-color: #1a1819 !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    border-radius: 16px !important;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.7) !important;
    color: #ffffff !important;
    overflow: hidden;
}

.rm-auth-brand-text {
    font-family: 'JM Poster Solid', 'JM Poster', sans-serif;
    font-size: 32px;
    letter-spacing: 1px;
    color: #ffffff;
}

.rm-auth-title {
    font-family: 'JM Poster Solid', 'JM Poster', sans-serif !important;
    color: #ffffff !important;
    font-size: 28px !important;
    letter-spacing: 0.5px !important;
    margin-bottom: 6px !important;
}

.rm-auth-subtitle {
    font-family: 'Inter', sans-serif !important;
    color: #9ca3af !important;
    font-size: 14px !important;
    margin-bottom: 0 !important;
}

.red-accent,
.rm-link-red {
    color: #ff0033 !important;
}

.rm-link-red:hover {
    color: #ff335c !important;
    text-decoration: underline !important;
}

/* Verified Email Pill */
.rm-email-pill-wrapper {
    animation: rmFadeIn 0.3s ease-in-out;
}

.rm-email-pill {
    background-color: #231F20;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 30px;
    padding: 8px 16px;
    color: #ffffff;
    font-family: 'Inter', sans-serif;
}

.rm-email-pill-icon {
    color: #ff0033;
    font-size: 18px;
}

.rm-email-pill-text {
    font-size: 14px;
    font-weight: 500;
    color: #e2e8f0;
}

.rm-email-pill-edit-btn {
    background: transparent;
    border: none;
    color: #9ca3af;
    cursor: pointer;
    padding: 4px 8px;
    font-size: 13px;
    border-radius: 4px;
    transition: all 0.2s ease;
}

.rm-email-pill-edit-btn:hover {
    color: #ff0033;
    background: rgba(255, 0, 51, 0.1);
}

/* Form Labels & Inputs */
.rm-form-label {
    font-family: 'Inter', sans-serif !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #cbd5e1 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    margin-bottom: 6px !important;
}

.rm-form-control {
    background-color: #141213 !important;
    border: 1px solid rgba(255, 255, 255, 0.18) !important;
    color: #ffffff !important;
    border-radius: 8px !important;
    padding: 12px 14px !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 15px !important;
    transition: border-color 0.2s ease, box-shadow 0.2s ease !important;
}

.rm-input-wrapper {
    position: relative !important;
    width: 100% !important;
}

.rm-input-icon {
    position: absolute !important;
    left: 16px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    color: #8e95a5 !important;
    font-size: 16px !important;
    z-index: 10 !important;
    pointer-events: none !important;
}

/* Force padding-left on any input inside rm-input-wrapper so icon never overlaps text */
.rm-input-wrapper .rm-form-control,
.rm-input-wrapper input[type="text"],
.rm-input-wrapper input[type="email"],
.rm-input-wrapper input[type="password"],
.rm-input-wrapper input.form-control,
.rm-input-wrapper input {
    padding-left: 48px !important;
    padding-right: 14px !important;
}

.rm-form-control::placeholder {
    color: #6b7280 !important;
}

.rm-form-control:focus {
    background-color: #181516 !important;
    border-color: #ff0033 !important;
    box-shadow: 0 0 0 3px rgba(255, 0, 51, 0.25) !important;
    color: #ffffff !important;
    outline: none !important;
}

.rm-form-control.is-invalid {
    border-color: #ef4444 !important;
    box-shadow: 0 0 0 2px rgba(239, 68, 68, 0.25) !important;
}

/* WebKit / Chrome Autofill Dark Mode Fix */
.rm-form-control:-webkit-autofill,
.rm-form-control:-webkit-autofill:hover,
.rm-form-control:-webkit-autofill:focus,
.rm-form-control:-webkit-autofill:active,
input.rm-form-control:-webkit-autofill,
.rm-input-wrapper input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #141213 inset !important;
    -webkit-text-fill-color: #ffffff !important;
    caret-color: #ffffff !important;
    transition: background-color 5000s ease-in-out 0s !important;
}

/* Password Toggle Group */
.rm-password-group .rm-form-control {
    padding-left: 14px !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.rm-password-toggle {
    background-color: #141213 !important;
    border: 1px solid rgba(255, 255, 255, 0.18) !important;
    border-left: none !important;
    color: #9ca3af !important;
    cursor: pointer !important;
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
    transition: color 0.2s ease !important;
    padding: 0 14px !important;
}

.rm-password-toggle:hover {
    color: #ffffff !important;
}

/* Checkbox and Forgot Links */
.rm-form-check .form-check-input {
    background-color: #141213;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 4px;
    cursor: pointer;
}

.rm-form-check .form-check-input:checked {
    background-color: #ff0033;
    border-color: #ff0033;
}

.rm-form-check .form-check-label {
    font-family: 'Inter', sans-serif;
    color: #cbd5e1;
    cursor: pointer;
}

.rm-link-forgot {
    font-family: 'Inter', sans-serif;
    color: #ff0033 !important;
    text-decoration: none;
    font-weight: 500;
}

.rm-link-forgot:hover {
    color: #ff335c !important;
    text-decoration: underline !important;
}

/* Primary Button (RED MIC Signature) */
.rm-btn-primary {
    background-color: #ff0033 !important;
    border: none !important;
    color: #ffffff !important;
    font-family: 'Inter', sans-serif !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    padding: 13px 20px !important;
    border-radius: 8px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    cursor: pointer !important;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
    box-shadow: 0 4px 14px rgba(255, 0, 51, 0.3) !important;
}

.rm-btn-primary:hover {
    background-color: #e0002d !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 20px rgba(255, 0, 51, 0.45) !important;
    color: #ffffff !important;
}

.rm-btn-primary:active {
    transform: translateY(0) !important;
    box-shadow: 0 2px 8px rgba(255, 0, 51, 0.3) !important;
}

.rm-btn-primary:disabled {
    opacity: 0.7 !important;
    cursor: not-allowed !important;
    transform: none !important;
}

/* Social Buttons */
.rm-btn-social {
    background-color: #231F20 !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    color: #ffffff !important;
    font-family: 'Inter', sans-serif !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    padding: 11px 16px !important;
    border-radius: 8px !important;
    transition: all 0.2s ease !important;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.rm-btn-social:hover {
    background-color: #2d292a !important;
    border-color: rgba(255, 255, 255, 0.3) !important;
    color: #ffffff !important;
    transform: translateY(-1px) !important;
}

/* Dividers */
.rm-divider-container {
    display: flex;
    align-items: center;
    gap: 12px;
}

.rm-divider-line {
    flex: 1;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.12);
}

.rm-divider-text {
    font-family: 'Inter', sans-serif;
    color: #9ca3af;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Alerts */
.rm-alert-danger {
    background-color: rgba(255, 0, 51, 0.12) !important;
    border: 1px solid rgba(255, 0, 51, 0.3) !important;
    color: #ff99a8 !important;
    border-radius: 8px !important;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
}

.rm-alert-success {
    background-color: rgba(16, 185, 129, 0.12) !important;
    border: 1px solid rgba(16, 185, 129, 0.3) !important;
    color: #6ee7b7 !important;
    border-radius: 8px !important;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
}

/* Step Animations */
.rm-steps-container {
    min-height: 220px;
}

.rm-step-panel {
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.rm-step-active {
    display: block !important;
    opacity: 1;
    transform: translateX(0);
    animation: rmSlideIn 0.35s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.rm-step-hidden {
    display: none !important;
    opacity: 0;
    transform: translateX(25px);
}

@keyframes rmSlideIn {
    from {
        opacity: 0;
        transform: translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes rmFadeIn {
    from {
        opacity: 0;
        transform: translateY(-8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ==========================================================================
   ORGANIZER DASHBOARD MODERN DARK REDMIC STYLING
   ========================================================================== */

.od-welcome-card {
    background: linear-gradient(135deg, rgba(255, 44, 85, 0.08) 0%, rgba(26, 24, 25, 0.95) 100%), #1a1819 !important;
    border: 1px solid rgba(255, 255, 255, 0.09) !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35) !important;
    position: relative;
    overflow: hidden;
}

.od-portal-badge {
    background: rgba(255, 44, 85, 0.12) !important;
    border: 1px solid rgba(255, 44, 85, 0.25) !important;
    color: #ff2c55 !important;
    font-size: 0.75rem !important;
    font-family: 'Inter', sans-serif !important;
    font-weight: 600 !important;
    letter-spacing: 0.8px !important;
}

.od-welcome-title {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    font-size: 1.75rem !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    letter-spacing: -0.02em !important;
    line-height: 1.25 !important;
}

.od-user-highlight {
    color: #ff2c55 !important;
    font-weight: 800 !important;
}

.od-welcome-subtitle {
    font-family: 'Inter', sans-serif !important;
    color: #94a3b8 !important;
    font-size: 0.95rem !important;
    font-weight: 400 !important;
}

/* Stats Grid & Cards */
.od-stats-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)) !important;
    gap: 1.25rem !important;
}

.od-stat-card {
    background: #1a1819 !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 16px !important;
    padding: 1.5rem !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 1rem !important;
    position: relative !important;
    overflow: hidden !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.35) !important;
    text-decoration: none !important;
}

.od-stat-card:hover {
    transform: translateY(-4px) !important;
    border-color: rgba(255, 44, 85, 0.35) !important;
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.5), 0 0 25px rgba(255, 44, 85, 0.12) !important;
}

.od-stat-icon-box {
    width: 52px !important;
    height: 52px !important;
    border-radius: 14px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 1.35rem !important;
    color: #ffffff !important;
    flex-shrink: 0 !important;
}

.od-icon-events {
    background: linear-gradient(135deg, #ff2c55 0%, #c7002e 100%) !important;
    box-shadow: 0 8px 18px rgba(255, 44, 85, 0.35) !important;
}

.od-icon-earnings {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%) !important;
    box-shadow: 0 8px 18px rgba(16, 185, 129, 0.35) !important;
}

.od-icon-bookings {
    background: linear-gradient(135deg, #06b6d4 0%, #2563eb 100%) !important;
    box-shadow: 0 8px 18px rgba(6, 182, 212, 0.35) !important;
}

.od-stat-info {
    flex: 1 !important;
    min-width: 0 !important;
}

.od-stat-label {
    display: block !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 0.75rem !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.6px !important;
    color: #94a3b8 !important;
    margin-bottom: 0.25rem !important;
}

.od-stat-value {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif !important;
    font-size: 1.85rem !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    margin: 0 !important;
    line-height: 1.15 !important;
    letter-spacing: -0.02em !important;
}

.od-stat-action {
    width: 36px !important;
    height: 36px !important;
    border-radius: 50% !important;
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #94a3b8 !important;
    font-size: 0.85rem !important;
    transition: all 0.25s ease !important;
    text-decoration: none !important;
    flex-shrink: 0 !important;
}

.od-stat-card:hover .od-stat-action {
    background: #ff2c55 !important;
    color: #ffffff !important;
    border-color: #ff2c55 !important;
    transform: scale(1.1) !important;
    box-shadow: 0 4px 12px rgba(255, 44, 85, 0.4) !important;
}

/* Chart Card */
.od-chart-card {
    background: #1a1819 !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 16px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35) !important;
}

.od-chart-header {
    border-color: rgba(255, 255, 255, 0.08) !important;
}

.od-chart-title {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif !important;
    font-size: 1.15rem !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    letter-spacing: -0.01em !important;
}

.od-chart-wrapper {
    min-height: 280px !important;
    position: relative !important;
}

.od-section-heading {
    font-family: 'Inter', sans-serif !important;
    font-size: 1.05rem !important;
    font-weight: 600 !important;
    color: #ffffff !important;
    letter-spacing: 0.2px !important;
}

/* Quick Navigation Links */
.od-quick-link {
    background: #1a1819 !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 14px !important;
    padding: 1.15rem !important;
    display: block !important;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25) !important;
    text-decoration: none !important;
}

.od-quick-link:hover {
    transform: translateY(-3px) !important;
    border-color: rgba(255, 255, 255, 0.2) !important;
    background: #221e20 !important;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.45), 0 0 15px rgba(255, 255, 255, 0.04) !important;
}

.od-quick-icon {
    width: 44px !important;
    height: 44px !important;
    border-radius: 12px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 1.2rem !important;
    flex-shrink: 0 !important;
    transition: transform 0.25s ease !important;
}

.od-quick-events {
    background: rgba(255, 44, 85, 0.12) !important;
    color: #ff2c55 !important;
}

.od-quick-bookings {
    background: rgba(6, 182, 212, 0.12) !important;
    color: #06b6d4 !important;
}

.od-quick-venues {
    background: rgba(16, 185, 129, 0.12) !important;
    color: #10b981 !important;
}

.od-quick-tags {
    background: rgba(245, 158, 11, 0.12) !important;
    color: #f59e0b !important;
}

.od-quick-link:hover .od-quick-icon {
    transform: scale(1.1) !important;
}

.od-quick-title {
    font-family: 'Inter', sans-serif !important;
    font-size: 0.95rem !important;
    font-weight: 600 !important;
    color: #ffffff !important;
    margin-bottom: 2px !important;
}

.od-quick-desc {
    font-family: 'Inter', sans-serif !important;
    font-size: 0.8rem !important;
    color: #94a3b8 !important;
    line-height: 1.3 !important;
}

/* Toggle Bar & Layout Overrides */
.od-toggle-bar {
    padding: 14px 16px 4px 16px !important;
    display: flex !important;
    align-items: center !important;
}

.od-nav-toggle-btn {
    background: #1a1819 !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    color: #cbd5e1 !important;
    border-radius: 8px !important;
    padding: 6px 12px !important;
    font-size: 0.9rem !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3) !important;
}

.od-nav-toggle-btn:hover {
    background: #252122 !important;
    color: #ffffff !important;
    border-color: #ff2c55 !important;
}

.od-page-content {
    padding: 4px 16px 24px 16px !important;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .od-stats-grid {
        grid-template-columns: 1fr !important;
        gap: 0.85rem !important;
    }

    .od-welcome-card {
        padding: 1.25rem !important;
    }

    .od-welcome-title {
        font-size: 1.4rem !important;
    }

    .od-stat-value {
        font-size: 1.6rem !important;
    }
}

/* Dashboard Sidebar Toggle Behavior */
#db-wrapper-two,
#db-wrapper,
.navbar-vertical-compact,
#page-content-for-mini,
.dashboard-page-container {
    transition: margin 0.25s cubic-bezier(0.4, 0, 0.2, 1), transform 0.25s ease, opacity 0.25s ease !important;
}

/* When Toggled on Desktop (>= 768px): Hide sidebar, expand content */
@media (min-width: 768px) {
    #db-wrapper-two.toggled .navbar-vertical-compact,
    #db-wrapper.toggled .navbar-vertical-compact,
    .toggled .navbar-vertical-compact {
        margin-left: -220px !important;
        opacity: 0 !important;
        visibility: hidden !important;
        pointer-events: none !important;
    }

    #db-wrapper.toggled #page-content-for-mini,
    #db-wrapper-two.toggled #page-content-for-mini,
    #db-wrapper.toggled .dashboard-page-container,
    #db-wrapper-two.toggled .dashboard-page-container {
        margin-left: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
    }
}

/* When Toggled on Mobile (< 768px) */
@media (max-width: 767.98px) {
    .navbar-vertical-compact {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        bottom: 0 !important;
        z-index: 1040 !important;
        margin-left: -220px !important;
    }

    #db-wrapper-two.toggled .navbar-vertical-compact,
    #db-wrapper.toggled .navbar-vertical-compact,
    .toggled .navbar-vertical-compact {
        margin-left: 0 !important;
        box-shadow: 10px 0 30px rgba(0, 0, 0, 0.7) !important;
    }

    #page-content-for-mini,
    .dashboard-page-container {
        margin-left: 0 !important;
        width: 100% !important;
    }
}

/* ==========================================================================
   PREMIUM NOTIFICATION & TOAST DESIGN SYSTEM (REDMIC LUXURY DARK)
   ========================================================================== */

/* 1. Complete Reset & Isolation for Unused SweetAlert Elements */
.swal2-container .swal2-checkbox,
.swal2-container .swal2-input,
.swal2-container .swal2-file,
.swal2-container .swal2-range,
.swal2-container .swal2-select,
.swal2-container .swal2-radio,
.swal2-container .swal2-textarea,
.swal2-container .swal2-validation-message,
.swal2-container .swal2-progress-steps,
.custom-swal-popup .swal2-checkbox,
.custom-swal-popup .swal2-input,
.custom-swal-popup .swal2-file,
.custom-swal-popup .swal2-range,
.custom-swal-popup .swal2-select,
.custom-swal-popup .swal2-radio,
.custom-swal-popup .swal2-textarea,
.custom-swal-popup .swal2-validation-message,
.custom-swal-popup .swal2-progress-steps,
.custom-swal-input {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    width: 0 !important;
    height: 0 !important;
    min-height: 0 !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

/* 2. Notification / Toast Container */
.custom-swal-container.swal2-top-end,
.custom-swal-container.swal2-top-right,
.custom-swal-container {
    padding: 1.5rem 1.5rem !important;
    z-index: 2147483647 !important;
    position: fixed !important;
    top: 0.5rem !important;
    right: 0.5rem !important;
    left: auto !important;
    bottom: auto !important;
    pointer-events: none !important;
}

/* 3. Toast Popup Card */
.custom-swal-popup.swal2-toast {
    position: relative !important;
    pointer-events: auto !important;
    display: flex !important;
    align-items: center !important;
    flex-direction: row !important;
    width: auto !important;
    min-width: 290px !important;
    max-width: 440px !important;
    padding: 14px 20px !important;
    border-radius: 12px !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    background: rgba(26, 23, 24, 0.98) !important;
    backdrop-filter: blur(16px) !important;
    -webkit-backdrop-filter: blur(16px) !important;
    box-shadow: 0 16px 36px -8px rgba(0, 0, 0, 0.8), 0 0 0 1px rgba(255, 255, 255, 0.06) !important;
    overflow: hidden !important;
    animation: swal-toast-slide-in 0.35s cubic-bezier(0.16, 1, 0.3, 1) forwards !important;
    transition: all 0.25s ease !important;
    margin-bottom: 10px !important;
}

@keyframes swal-toast-slide-in {
    0% {
        opacity: 0;
        transform: translateY(-16px) scale(0.96);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* Hide default swal header in toast mode */
.custom-swal-popup.swal2-toast .swal2-header,
.custom-swal-popup.swal2-toast .custom-swal-header {
    display: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* Toast Message / Content Layout */
.custom-swal-popup.swal2-toast .swal2-html-container,
.custom-swal-popup.swal2-toast .custom-swal-content,
.custom-swal-popup.swal2-toast .swal2-content {
    display: flex !important;
    align-items: center !important;
    flex: 1 1 auto !important;
    padding: 0 !important;
    margin: 0 !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 0.925rem !important;
    font-weight: 500 !important;
    line-height: 1.45 !important;
    color: #ffffff !important;
    text-align: left !important;
}

.custom-swal-popup.swal2-toast .swal2-html-container i,
.custom-swal-popup.swal2-toast .custom-swal-content i,
.custom-swal-popup.swal2-toast i.icon-position {
    font-size: 1.25rem !important;
    margin-right: 12px !important;
    margin-top: 0 !important;
    flex-shrink: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.custom-swal-popup.swal2-toast span {
    font-family: 'Inter', sans-serif !important;
    font-size: 0.925rem !important;
    font-weight: 500 !important;
    color: inherit !important;
    line-height: 1.4 !important;
}

.custom-swal-popup.swal2-toast p {
    margin: 0 !important;
    padding: 2px 0 !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 0.925rem !important;
    font-weight: 500 !important;
    line-height: 1.4 !important;
    color: inherit !important;
    text-align: left !important;
}

/* 4. Type-Specific Variants */

/* ERROR / DANGER */
.custom-swal-popup-error {
    background: linear-gradient(135deg, rgba(38, 16, 20, 0.98) 0%, rgba(24, 12, 14, 0.99) 100%) !important;
    border: 1px solid rgba(255, 44, 85, 0.45) !important;
    box-shadow: 0 16px 36px -8px rgba(0, 0, 0, 0.85), 0 0 24px rgba(255, 44, 85, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
}

.custom-swal-popup-error .swal2-html-container,
.custom-swal-popup-error .custom-swal-content,
.custom-swal-popup-error p,
.custom-swal-popup-error span {
    color: #ffffff !important;
}

.custom-swal-popup-error .swal2-html-container i,
.custom-swal-popup-error .custom-swal-content i,
.custom-swal-popup-error i.icon-position {
    color: #ff2c55 !important;
    filter: drop-shadow(0 0 8px rgba(255, 44, 85, 0.6)) !important;
}

/* SUCCESS */
.custom-swal-popup-success {
    background: linear-gradient(135deg, rgba(14, 34, 22, 0.98) 0%, rgba(10, 24, 16, 0.99) 100%) !important;
    border: 1px solid rgba(34, 197, 94, 0.45) !important;
    box-shadow: 0 16px 36px -8px rgba(0, 0, 0, 0.85), 0 0 24px rgba(34, 197, 94, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
}

.custom-swal-popup-success .swal2-html-container,
.custom-swal-popup-success .custom-swal-content,
.custom-swal-popup-success p,
.custom-swal-popup-success span {
    color: #ffffff !important;
}

.custom-swal-popup-success .swal2-html-container i,
.custom-swal-popup-success .custom-swal-content i,
.custom-swal-popup-success i.icon-position {
    color: #10b981 !important;
    filter: drop-shadow(0 0 8px rgba(16, 185, 129, 0.6)) !important;
}

/* WARNING */
.custom-swal-popup-warning {
    background: linear-gradient(135deg, rgba(38, 28, 12, 0.98) 0%, rgba(25, 18, 8, 0.99) 100%) !important;
    border: 1px solid rgba(245, 158, 11, 0.45) !important;
    box-shadow: 0 16px 36px -8px rgba(0, 0, 0, 0.85), 0 0 24px rgba(245, 158, 11, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
}

.custom-swal-popup-warning .swal2-html-container,
.custom-swal-popup-warning .custom-swal-content,
.custom-swal-popup-warning p,
.custom-swal-popup-warning span {
    color: #ffffff !important;
}

.custom-swal-popup-warning .swal2-html-container i,
.custom-swal-popup-warning .custom-swal-content i,
.custom-swal-popup-warning i.icon-position {
    color: #f59e0b !important;
    filter: drop-shadow(0 0 8px rgba(245, 158, 11, 0.6)) !important;
}

/* INFO */
.custom-swal-popup-info {
    background: linear-gradient(135deg, rgba(14, 26, 44, 0.98) 0%, rgba(10, 18, 30, 0.99) 100%) !important;
    border: 1px solid rgba(59, 130, 246, 0.45) !important;
    box-shadow: 0 16px 36px -8px rgba(0, 0, 0, 0.85), 0 0 24px rgba(59, 130, 246, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
}

.custom-swal-popup-info .swal2-html-container,
.custom-swal-popup-info .custom-swal-content,
.custom-swal-popup-info p,
.custom-swal-popup-info span {
    color: #ffffff !important;
}

.custom-swal-popup-info .swal2-html-container i,
.custom-swal-popup-info .custom-swal-content i,
.custom-swal-popup-info i.icon-position {
    color: #38bdf8 !important;
    filter: drop-shadow(0 0 8px rgba(56, 189, 248, 0.6)) !important;
}

/* 5. Subtle Progress Bar */
.custom-swal-popup .swal2-timer-progress-bar {
    height: 3px !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    opacity: 0.85 !important;
}

.custom-swal-popup-error .swal2-timer-progress-bar {
    background: linear-gradient(90deg, #ff2c55, #ff6b8b) !important;
}
.custom-swal-popup-success .swal2-timer-progress-bar {
    background: linear-gradient(90deg, #10b981, #34d399) !important;
}
.custom-swal-popup-warning .swal2-timer-progress-bar {
    background: linear-gradient(90deg, #f59e0b, #fbbf24) !important;
}
.custom-swal-popup-info .swal2-timer-progress-bar {
    background: linear-gradient(90deg, #3b82f6, #60a5fa) !important;
}

/* 6. SweetAlert Confirmation Modal (Dark Luxury) */
.custom-swal-popup:not(.swal2-toast):not(.custom-swal-popup-loader) {
    background: #1c191a !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    border-radius: 16px !important;
    box-shadow: 0 24px 48px -12px rgba(0, 0, 0, 0.85) !important;
    color: #ffffff !important;
    padding: 2rem 2.25rem !important;
}

.custom-swal-popup:not(.swal2-toast):not(.custom-swal-popup-loader) .swal2-title,
.custom-swal-popup:not(.swal2-toast):not(.custom-swal-popup-loader) .custom-swal-title {
    color: #ffffff !important;
    font-family: 'Inter', sans-serif !important;
    font-weight: 700 !important;
    font-size: 1.3rem !important;
    margin-bottom: 0.75rem !important;
}

.custom-swal-popup:not(.swal2-toast):not(.custom-swal-popup-loader) .swal2-html-container,
.custom-swal-popup:not(.swal2-toast):not(.custom-swal-popup-loader) .custom-swal-content {
    color: #cbd5e1 !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 0.95rem !important;
}

.custom-swal-confirm-button {
    background-color: #ff2c55 !important;
    border: none !important;
    color: #ffffff !important;
    border-radius: 8px !important;
    font-weight: 600 !important;
    font-size: 0.95rem !important;
    padding: 10px 24px !important;
    transition: all 0.2s ease !important;
    box-shadow: 0 4px 14px rgba(255, 44, 85, 0.35) !important;
}
.custom-swal-confirm-button:hover {
    background-color: #e02448 !important;
    box-shadow: 0 6px 20px rgba(255, 44, 85, 0.5) !important;
}

.custom-swal-cancel-button {
    background-color: #2b2627 !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    color: #e2e8f0 !important;
    border-radius: 8px !important;
    font-weight: 600 !important;
    font-size: 0.95rem !important;
    padding: 10px 24px !important;
    transition: all 0.2s ease !important;
}
.custom-swal-cancel-button:hover {
    background-color: #383234 !important;
    color: #ffffff !important;
}

/* 7. SweetAlert Loader Modal (Dark Luxury) */
.custom-swal-popup-loader {
    background: #1c191a !important;
    box-shadow: 0 24px 50px -10px rgba(0, 0, 0, 0.9) !important;
    border-radius: 20px !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    padding: 2.25rem 2.5rem 1rem 2.5rem !important;
    z-index: 99999 !important;
    text-align: center !important;
    min-width: 320px !important;
    max-width: 400px !important;
}

.custom-swal-popup-loader::before {
    content: "" !important;
    display: block !important;
    width: 64px !important;
    height: 64px !important;
    margin: 0 auto 1.25rem auto !important;
    border-radius: 50% !important;
    border: 5px solid rgba(255, 44, 85, 0.18) !important;
    border-top-color: #ff2c55 !important;
    animation: custom-swal-spin 0.9s linear infinite !important;
}

.custom-swal-popup-loader .custom-swal-title,
.custom-swal-popup-loader .swal2-title {
    font-size: 1.05rem !important;
    font-weight: 600 !important;
    color: #ffffff !important;
    font-family: 'Inter', sans-serif !important;
    margin: 0.25rem 0 1rem 0 !important;
}

.custom-swal-popup-loader .custom-swal-footer,
.custom-swal-popup-loader .swal2-footer {
    display: block !important;
    color: #94a3b8 !important;
    font-weight: 600 !important;
    font-size: 0.8rem !important;
    padding: 0.75rem 1rem !important;
    margin-top: 1rem !important;
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
    background: transparent !important;
}

.custom-swal-popup-loader .brand-footer {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    color: #94a3b8 !important;
}

.custom-swal-popup-loader .brand-logo {
    height: 20px !important;
    width: 20px !important;
    object-fit: contain !important;
}

/* ==========================================================================
   REDMIC PROFILE PAGE LUXURY STYLING
   ========================================================================== */

/* Full Profile Page Background */
body.is-profile-page,
body.is-profile-page #eventmie_app,
body.is-profile-page .db-wrapper {
    background-color: #231F20 !important;
    color: #ffffff !important;
    min-height: 100vh;
}

.profile-page-section,
body.is-profile-page section.bg-light,
body.is-profile-page .py-5 {
    background-color: #231F20 !important;
    min-height: calc(100vh - 220px);
}

/* Profile Header Title & Subtitle */
.profile-header .profile-title {
    font-family: 'JM Poster Solid', 'JM Poster', sans-serif !important;
    font-size: 2.25rem !important;
    font-weight: 500 !important;
    color: #ffffff !important;
    letter-spacing: 1px !important;
    margin-bottom: 0.35rem !important;
    text-transform: uppercase !important;
}

.profile-header .profile-subtitle {
    font-family: 'Inter', sans-serif !important;
    font-size: 0.95rem !important;
    color: #94a3b8 !important;
    margin-bottom: 1.5rem !important;
}

/* Profile Navigation Card & Tabs */
.profile-nav-card,
body.is-profile-page .bg-gray-200 {
    background-color: #1a1819 !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 14px !important;
    padding: 6px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4) !important;
}

.profile-tabs,
body.is-profile-page .nav-lb-tab {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 6px !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    background: transparent !important;
}

.profile-tabs .nav-item,
body.is-profile-page .nav-lb-tab .nav-item {
    flex: 1 1 auto !important;
}

.profile-tabs .nav-link,
body.is-profile-page .nav-lb-tab .nav-item .nav-link {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    padding: 12px 20px !important;
    border-radius: 10px !important;
    color: #94a3b8 !important;
    font-family: "JM Poster", sans-serif !important;
    font-size: 1.05rem !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    text-decoration: none !important;
    background: transparent !important;
    border: 1px solid transparent !important;
    transition: all 0.25s ease !important;
    cursor: pointer !important;
    white-space: nowrap !important;
}

.profile-tabs .nav-link:hover,
body.is-profile-page .nav-lb-tab .nav-item .nav-link:hover {
    color: #ffffff !important;
    background-color: rgba(255, 255, 255, 0.06) !important;
}

.profile-tabs .nav-link.active,
.profile-tabs .nav-link.router-link-exact-active,
.profile-tabs .nav-link.router-link-active,
body.is-profile-page .nav-lb-tab .nav-item .nav-link.active,
body.is-profile-page .nav-lb-tab .nav-item .nav-link.router-link-exact-active,
body.is-profile-page .nav-lb-tab .nav-item .nav-link.router-link-active {
    color: #ffffff !important;
    background: linear-gradient(135deg, #ED1C24 0%, #b8141b 100%) !important;
    border-color: rgba(237, 28, 36, 0.4) !important;
    border-top: none !important;
    box-shadow: 0 4px 16px rgba(237, 28, 36, 0.4) !important;
}

.profile-tabs .status-warning,
body.is-profile-page .fa-exclamation-circle {
    color: #f59e0b !important;
    font-size: 0.85rem !important;
}

.profile-tabs .status-success,
body.is-profile-page .fa-check-circle {
    color: #10b981 !important;
    font-size: 0.85rem !important;
}

.profile-tabs .nav-link.active .status-success,
.profile-tabs .nav-link.active .status-warning,
body.is-profile-page .nav-lb-tab .nav-link.active .fa-check-circle,
body.is-profile-page .nav-lb-tab .nav-link.active .fa-exclamation-circle {
    color: #ffffff !important;
}

/* Profile Main Content Card */
.profile-content-card,
body.is-profile-page .card:not(.bg-light):not(.profile-guide-card),
body.is-profile-page .panel-default {
    background-color: #1a1819 !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 18px !important;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.65) !important;
    color: #ffffff !important;
}

.profile-content-card .card-body,
body.is-profile-page .card-body {
    color: #ffffff !important;
}

/* Avatar Preview & Upload Styles */
.avatar-upload-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.avatar-preview-wrapper {
    position: relative;
    display: inline-block;
    width: 124px;
    height: 124px;
}

.avatar-preview-img,
body.is-profile-page #preview-image-before-upload {
    width: 124px !important;
    height: 124px !important;
    border-radius: 50% !important;
    object-fit: cover !important;
    border: 3px solid #ED1C24 !important;
    background-color: #252122 !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.65), 0 0 20px rgba(237, 28, 36, 0.28) !important;
    transition: transform 0.25s ease, box-shadow 0.25s ease !important;
}

.avatar-preview-wrapper:hover .avatar-preview-img,
body.is-profile-page #preview-image-before-upload:hover {
    transform: scale(1.03);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.8), 0 0 26px rgba(237, 28, 36, 0.45) !important;
}

.avatar-edit-badge {
    position: absolute;
    bottom: 2px;
    right: 2px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #ED1C24;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 2.5px solid #1a1819;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.6);
    transition: transform 0.2s, background-color 0.2s;
    font-size: 0.9rem;
}

.avatar-edit-badge:hover {
    background-color: #ff2c55;
    transform: scale(1.12);
    color: #ffffff;
}

.avatar-title {
    font-family: 'Inter', sans-serif !important;
    font-weight: 600 !important;
    font-size: 0.95rem !important;
    color: #e2e8f0 !important;
    display: block;
}

.avatar-hint {
    font-family: 'Inter', sans-serif !important;
    font-weight: 400 !important;
    font-size: 0.8rem !important;
    color: #94a3b8 !important;
    margin: 2px 0 0 0 !important;
}

/* Tab Header Inside Form */
.profile-tab-header .tab-title {
    font-family: "JM Poster", sans-serif !important;
    font-size: 1.35rem !important;
    font-weight: 500 !important;
    color: #ffffff !important;
    margin-bottom: 0.25rem !important;
}

.profile-tab-header .tab-subtitle {
    font-family: 'Inter', sans-serif !important;
    font-size: 0.875rem !important;
    color: #94a3b8 !important;
    margin: 0 !important;
}

/* ==========================================================================
   HOW IT WORKS / GUIDE CARD STYLING (ORGANISER INFO & BECOME ORGANISER)
   ========================================================================== */
body.is-profile-page .card.bg-light,
body.is-profile-page .bg-light,
body.is-profile-page #organiser .card,
body.is-profile-page #BecomeOrganiser .card,
body.is-profile-page .profile-guide-card {
    background-color: #201c1d !important;
    background: #201c1d !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 14px !important;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.35) !important;
    margin-bottom: 1.75rem !important;
}

body.is-profile-page .card.bg-light .card-body,
body.is-profile-page .profile-guide-card {
    background-color: transparent !important;
    color: #ffffff !important;
    padding: 1.5rem !important;
}

body.is-profile-page .card-title,
body.is-profile-page .guide-title,
body.is-profile-page h4.text-primary,
body.is-profile-page h4.card-title {
    font-family: 'JM Poster Solid', 'JM Poster', 'Inter', sans-serif !important;
    font-size: 1.35rem !important;
    font-weight: 500 !important;
    color: #ff2c55 !important;
    letter-spacing: 0.5px !important;
    text-transform: uppercase !important;
    margin-bottom: 1rem !important;
}

body.is-profile-page .card.bg-light h5,
body.is-profile-page .card.bg-light .h5,
body.is-profile-page #organiser h5,
body.is-profile-page #BecomeOrganiser h5,
body.is-profile-page .guide-steps span,
body.is-profile-page .guide-step-item span {
    font-family: 'Inter', sans-serif !important;
    font-size: 0.925rem !important;
    font-weight: 500 !important;
    color: #cbd5e1 !important;
    line-height: 1.6 !important;
    margin-bottom: 0 !important;
}

body.is-profile-page .card.bg-light .d-flex,
body.is-profile-page .guide-step-item {
    display: flex !important;
    align-items: flex-start !important;
    margin-bottom: 0.85rem !important;
}

body.is-profile-page .card.bg-light .d-flex:last-child,
body.is-profile-page .guide-step-item:last-child {
    margin-bottom: 0 !important;
}

body.is-profile-page .card.bg-light .fa-arrow-right,
body.is-profile-page .card.bg-light .fa-chevron-right,
body.is-profile-page .fa-arrow-right.text-primary,
body.is-profile-page .text-primary .fa-arrow-right {
    color: #ff2c55 !important;
    font-size: 0.9rem !important;
    margin-top: 3px !important;
}

.guide-badge-icon {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: rgba(245, 158, 11, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.95rem;
}

/* ==========================================================================
   FORM CONTROLS & LAYOUT ALIGNMENT
   ========================================================================== */
body.is-profile-page .form-horizontal .form-group,
body.is-profile-page .form-group.row {
    display: flex !important;
    flex-wrap: wrap !important;
    margin-bottom: 1.25rem !important;
    align-items: center !important;
}

body.is-profile-page .form-group.row > label,
body.is-profile-page .form-group.row > .form-label,
body.is-profile-page .form-group.row > .col-md-3,
body.is-profile-page .form-label,
body.is-profile-page label {
    color: #cbd5e1 !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 0.85rem !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    margin-bottom: 0.5rem !important;
    display: flex !important;
    align-items: center !important;
}

body.is-profile-page .form-group.row > .col-md-3 {
    width: 28% !important;
    flex: 0 0 28% !important;
    max-width: 28% !important;
    padding-right: 15px !important;
}

body.is-profile-page .form-group.row > .col-md-9 {
    width: 72% !important;
    flex: 0 0 72% !important;
    max-width: 72% !important;
}

@media (max-width: 767px) {
    body.is-profile-page .form-group.row > .col-md-3,
    body.is-profile-page .form-group.row > .col-md-9 {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}

body.is-profile-page .form-control {
    background-color: #252122 !important;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.16) !important;
    border-radius: 8px !important;
    padding: 12px 16px !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 0.95rem !important;
    width: 100% !important;
    transition: border-color 0.2s, box-shadow 0.2s, background-color 0.2s !important;
}

body.is-profile-page .form-control:focus {
    background-color: #2b2627 !important;
    border-color: #ff2c55 !important;
    box-shadow: 0 0 0 3px rgba(255, 44, 85, 0.25) !important;
    color: #ffffff !important;
    outline: none !important;
}

body.is-profile-page .form-control::placeholder {
    color: #64748b !important;
}

body.is-profile-page .input-group .form-control {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

body.is-profile-page .input-group-text {
    background-color: #2b2627 !important;
    border: 1px solid rgba(255, 255, 255, 0.16) !important;
    border-left: none !important;
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    color: #94a3b8 !important;
    padding: 0 16px !important;
    cursor: pointer !important;
    transition: color 0.2s, background-color 0.2s !important;
}

body.is-profile-page .input-group-text:hover {
    color: #ffffff !important;
    background-color: #383234 !important;
}

body.is-profile-page .form-group.row .offset-md-3 {
    margin-left: 28% !important;
}

@media (max-width: 767px) {
    body.is-profile-page .form-group.row .offset-md-3 {
        margin-left: 0 !important;
    }
}

/* Save / Submit Button (Home Page Red Button Style) */
body.is-profile-page .btn-save-profile,
body.is-profile-page .btn-primary {
    background-color: #ED1C24 !important;
    background: #ED1C24 !important;
    border: none !important;
    color: #ffffff !important;
    font-family: "JM Poster", "JM Poster Solid", sans-serif !important;
    font-size: 1.25rem !important;
    font-weight: 500 !important;
    letter-spacing: 0.03em !important;
    text-transform: uppercase !important;
    height: 44px !important;
    padding: 0 28px !important;
    border-radius: 4px !important;
    box-shadow: none !important;
    transition: background-color 0.3s, opacity 0.3s !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    cursor: pointer !important;
    text-decoration: none !important;
}

body.is-profile-page .btn-save-profile:hover,
body.is-profile-page .btn-primary:hover {
    background-color: #c1131b !important;
    background: #c1131b !important;
    color: #ffffff !important;
    opacity: 0.9 !important;
    transform: none !important;
    box-shadow: none !important;
    text-decoration: none !important;
}

body.is-profile-page .btn-save-profile:active,
body.is-profile-page .btn-primary:active {
    transform: none !important;
    box-shadow: none !important;
}

body.is-profile-page .alert-info {
    background: linear-gradient(135deg, rgba(237, 28, 36, 0.12) 0%, rgba(20, 20, 20, 0.9) 100%) !important;
    border: 1px solid rgba(237, 28, 36, 0.35) !important;
    color: #ffffff !important;
    border-radius: 10px !important;
    padding: 14px 18px !important;
    font-family: 'Inter', sans-serif !important;
}

body.is-profile-page .help.text-danger {
    font-size: 0.8rem !important;
    font-family: 'Inter', sans-serif !important;
    margin-top: 4px !important;
    color: #ff4d6d !important;
}

/* ==========================================================================
   COMEDIANS PAGE STYLES (RED MIC THEME & RED SPOTLIGHT CARDS)
   ========================================================================== */

.comedians-page-main {
    min-height: 80vh;
    padding-top: 0;
    padding-bottom: 80px;
    background-color: #231F20;
    color: #ffffff;
    font-family: 'Inter', sans-serif;
}

.comedians-page-container {
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}

/* Hero Section */
.comedians-hero-section {
    position: relative;
    padding-top: 50px;
    padding-bottom: 40px;
    margin-bottom: 30px;
    background: radial-gradient(circle at 70% 20%, rgba(237, 28, 36, 0.15) 0%, transparent 60%),
                radial-gradient(circle at 20% 80%, rgba(0, 0, 0, 0.8) 0%, transparent 70%),
                #1a1819;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.comedians-hero-container {
    position: relative;
    z-index: 2;
}

.comedians-hero-content {
    max-width: 800px;
    text-align: left;
}

.comedians-hero-title {
    font-family: 'JM Poster Solid', 'JM Poster', sans-serif;
    font-size: 3.6rem;
    font-weight: 500;
    color: #ffffff;
    letter-spacing: 0.02em;
    margin: 0 0 10px 0;
    line-height: 1.05;
    text-transform: uppercase;
}

.comedians-hero-category {
    font-family: 'Inter', sans-serif;
    font-size: 0.95rem;
    font-weight: 800;
    color: #ED1C24;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin: 0 0 4px 0;
}

.comedians-hero-subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 1.25rem;
    font-weight: 800;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    margin: 0 0 16px 0;
}

.comedians-hero-desc {
    font-family: 'Inter', sans-serif;
    font-size: 1.02rem;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.75);
    margin: 0;
}

@media (max-width: 768px) {
    .comedians-hero-title {
        font-size: 2.5rem;
    }
    .comedians-hero-subtitle {
        font-size: 1.05rem;
    }
    .comedians-hero-desc {
        font-size: 0.95rem;
    }
}

/* Filter & Search Bar */
.comedians-filter-wrapper {
    margin-bottom: 35px;
}

.comedians-filter-form {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    background: #141213;
    padding: 16px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.comedians-filter-left {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    flex: 1 1 auto;
}

.comedians-filter-right {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: auto;
}

.comedians-search-box {
    position: relative;
    width: 100%;
    max-width: 250px;
    flex: 0 1 250px;
}

.comedians-search-box .search-icon {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    color: rgba(255, 255, 255, 0.5);
    pointer-events: none;
    z-index: 10;
}

body .comedians-search-box input.comedians-search-input,
body input.comedians-search-input,
.comedians-search-box input.comedians-search-input,
input.comedians-search-input {
    padding-left: 48px !important;
    padding-right: 36px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    width: 100% !important;
    height: 44px !important;
    background-color: #1a1819 !important;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    border-radius: 8px !important;
    font-size: 0.92rem !important;
    font-family: 'Inter', sans-serif !important;
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s;
}

body.is-comedians-page input.comedians-search-input:focus,
.comedians-search-input:focus {
    border-color: #ED1C24 !important;
    box-shadow: 0 0 0 3px rgba(237, 28, 36, 0.2) !important;
}

.search-clear-btn {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(255, 255, 255, 0.5);
    font-size: 1.3rem;
    text-decoration: none;
    line-height: 1;
    z-index: 10;
}

.search-clear-btn:hover {
    color: #ffffff;
}

.filter-select-wrapper {
    position: relative;
}

.comedians-filter-select {
    height: 44px;
    padding: 9px 36px 9px 14px;
    background-color: #1a1819 !important;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    border-radius: 8px !important;
    font-size: 0.92rem;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    cursor: pointer;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat !important;
    background-position: right 0.75rem center !important;
    background-size: 14px 10px !important;
    min-width: 140px;
}

.comedians-filter-select:focus {
    border-color: #ED1C24 !important;
}

.sort-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
}

.sort-label {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
    white-space: nowrap;
}

/* Comedians 4 Columns Grid */
.comedians-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
    width: 100%;
    margin-bottom: 40px;
}

@media (max-width: 1100px) {
    .comedians-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 18px;
    }
}

@media (max-width: 768px) {
    .comedians-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }
}

@media (max-width: 480px) {
    .comedians-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
}

/* Comedian Card (Unified Dark Container with Smooth Red Glow) */
.comedian-card {
    display: flex;
    flex-direction: column;
    background: radial-gradient(circle at 50% 30%, rgba(160, 12, 18, 0.35) 0%, rgba(20, 6, 8, 0.95) 60%, #060606 100%) !important;
    background-color: #060606 !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    border-radius: 12px !important;
    overflow: hidden;
    padding: 14px 14px 16px 14px;
    transition: transform 0.28s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.28s cubic-bezier(0.2, 0.8, 0.2, 1), border-color 0.28s;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.6);
    height: 100%;
    box-sizing: border-box;
}

.comedian-card:hover {
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.8), 0 0 24px rgba(237, 28, 36, 0.4);
    border-color: rgba(237, 28, 36, 0.6) !important;
}

.comedian-img-box {
    position: relative;
    width: 100%;
    height: 270px;
    background: #121011 !important;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px 8px 0 0;
}

.comedian-spotlight-backdrop {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -45%);
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(237, 28, 36, 0.65) 0%, rgba(160, 10, 15, 0.35) 45%, transparent 75%);
    filter: blur(22px);
    border-radius: 50%;
    pointer-events: none;
    z-index: 1;
}

.comedian-img-box::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 50px;
    background: linear-gradient(to bottom, rgba(6, 6, 6, 0) 0%, rgba(6, 6, 6, 0.7) 60%, rgba(6, 6, 6, 1) 100%) !important;
    pointer-events: none;
    z-index: 5;
}

body .comedian-img,
.comedian-img {
    position: relative;
    z-index: 2;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center top !important;
    display: block;
    -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 78%, transparent 100%) !important;
    mask-image: linear-gradient(to bottom, #000 0%, #000 78%, transparent 100%) !important;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

/* Card Body */
.comedian-card-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 12px 0 0 0;
    background: transparent !important;
    flex-grow: 1;
    text-align: center;
}

.comedian-name {
    font-family: 'JM Poster Solid', 'JM Poster', sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    color: #ffffff;
    margin: 0 0 6px 0;
    line-height: 1.15;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.comedian-location {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    color: #d0d0d0;
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 10px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.comedian-location .location-icon {
    width: 14px;
    height: 14px;
    fill: #ED1C24;
    flex-shrink: 0;
}

.comedian-languages {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 14px;
}

.lang-badge {
    font-size: 0.82rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.85);
    background: transparent;
    border: none;
    padding: 0;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.comedian-action {
    width: 100%;
    margin-top: auto;
}

.comedian-actions-grid {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 8px;
    width: 100%;
    margin-top: auto;
}

.comedian-view-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 38px;
    background-color: #ED1C24 !important;
    border: 1px solid #ED1C24 !important;
    color: #ffffff !important;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 0.78rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    border-radius: 6px;
    text-decoration: none !important;
    transition: background-color 0.25s, opacity 0.25s;
    box-sizing: border-box;
    white-space: nowrap;
}

.comedian-view-btn:hover {
    background-color: #c1131b !important;
    border-color: #c1131b !important;
    color: #ffffff !important;
    text-decoration: none !important;
}

.comedian-book-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 38px;
    background-color: rgba(237, 28, 36, 0.1) !important;
    border: 1.5px solid #ED1C24 !important;
    color: #ff5258 !important;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 0.78rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    border-radius: 6px;
    cursor: pointer;
    text-decoration: none !important;
    transition: all 0.25s ease;
    box-sizing: border-box;
    white-space: nowrap;
}

.comedian-book-btn:hover {
    background-color: #ED1C24 !important;
    color: #ffffff !important;
    text-decoration: none !important;
    box-shadow: 0 4px 12px rgba(237, 28, 36, 0.35);
}

/* Pagination Bar */
.comedians-pagination-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 50px;
}

.comedians-pagination-wrapper .pagination {
    display: flex;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
    justify-content: center;
}

.comedians-pagination-wrapper .page-item .page-link {
    background-color: #1a1819 !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    color: #ffffff !important;
    border-radius: 8px !important;
    padding: 9px 18px !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 0.92rem !important;
    font-weight: 600 !important;
    transition: all 0.2s ease !important;
    text-decoration: none !important;
}

.comedians-pagination-wrapper .page-item.active .page-link {
    background: #ED1C24 !important;
    border-color: #ED1C24 !important;
    color: #ffffff !important;
    box-shadow: 0 4px 14px rgba(237, 28, 36, 0.45) !important;
}

.comedians-pagination-wrapper .page-item .page-link:hover {
    background-color: #332f30 !important;
    border-color: rgba(255, 255, 255, 0.35) !important;
    color: #ffffff !important;
}

.comedians-pagination-wrapper .page-item.disabled .page-link {
    opacity: 0.35 !important;
    cursor: not-allowed !important;
    background-color: #161415 !important;
}

.comedians-pagination-wrapper .page-item .page-link:focus {
    box-shadow: 0 0 0 3px rgba(237, 28, 36, 0.3) !important;
    outline: none !important;
}

.comedians-pagination-wrapper svg {
    max-width: 16px !important;
    max-height: 16px !important;
    display: inline-block !important;
    vertical-align: middle !important;
}

/* Empty State */
.comedians-empty-state {
    text-align: center;
    padding: 60px 20px;
    background: #141213;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    margin-top: 20px;
    margin-bottom: 40px;
}

.empty-icon-box {
    margin-bottom: 16px;
    color: rgba(237, 28, 36, 0.7);
}

.empty-title {
    font-family: 'JM Poster Solid', sans-serif;
    font-size: 1.8rem;
    color: #ffffff;
    margin-bottom: 8px;
}

.comedians-empty-text {
    color: rgba(255, 255, 255, 0.65);
    font-size: 1rem;
    margin-bottom: 20px;
    font-family: 'Inter', sans-serif;
}

.empty-reset-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 0 20px;
    background-color: #ED1C24;
    color: #ffffff !important;
    font-weight: 600;
    border-radius: 6px;
    text-decoration: none !important;
    transition: background-color 0.2s;
}

.empty-reset-btn:hover {
    background-color: #c1131b;
}

/* Bottom Booking CTA Banner */
.comedians-cta-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    background-color: #121212;
    border: 1px solid rgba(237, 28, 36, 0.3);
    border-radius: 14px;
    padding: 28px 36px;
    margin-top: 50px;
    margin-bottom: 30px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5);
}

.cta-left {
    display: flex;
    align-items: center;
    gap: 20px;
}

.cta-icon-box {
    width: 60px;
    height: 60px;
    min-width: 60px;
    border-radius: 50%;
    background-color: rgba(237, 28, 36, 0.12);
    border: 1px solid rgba(237, 28, 36, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
}

.cta-mic-icon {
    width: 28px;
    height: 28px;
    color: #ED1C24;
}

.cta-text-content {
    text-align: left;
}

.cta-title {
    font-family: 'JM Poster Solid', 'JM Poster', sans-serif;
    font-size: 1.7rem;
    font-weight: 500;
    color: #ffffff;
    margin: 0 0 4px 0;
    line-height: 1.2;
    letter-spacing: 0.01em;
}

.cta-subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
}

.cta-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 6px;
    flex-shrink: 0;
}

.cta-book-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    padding: 0 28px;
    background-color: #ED1C24;
    color: #ffffff !important;
    font-family: "JM Poster", "JM Poster Solid", sans-serif;
    font-weight: 500;
    font-size: 1.25rem;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    border-radius: 4px;
    text-decoration: none !important;
    transition: background-color 0.3s, opacity 0.3s;
    box-sizing: border-box;
}

.cta-book-btn:hover {
    background-color: #c1131b;
    color: #ffffff !important;
    opacity: 0.9;
    text-decoration: none !important;
}

.cta-subtext {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 991px) {
    .comedians-cta-banner {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 24px 20px;
    }
    .cta-left {
        flex-direction: column;
        text-align: center;
        gap: 12px;
    }
    .cta-text-content {
        text-align: center;
    }
    .cta-right {
        align-items: center;
        width: 100%;
        margin-top: 10px;
    }
    .cta-book-btn {
        width: 100%;
        max-width: 280px;
    }
}

/* Tour Filter Wrapper Section Styling (RED MIC Brand Theme) */
.tour-filter-wrapper {
    margin-bottom: 45px !important;
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
    gap: 15px !important;
    margin-top: 30px !important;
}

.tour-custom-dropdown {
    position: relative !important;
    width: 100% !important;
    max-width: 332px !important;
    background-color: #FFFFFF !important;
    color: #000000 !important;
    font-family: "JM Poster", "Inter", sans-serif !important;
    border: 3px solid #ED1C24 !important;
    border-radius: 6px !important;
    user-select: none !important;
    display: block !important;
    z-index: 999 !important;
}

.tour-dropdown-trigger {
    padding: 10px 40px !important;
    font-size: 1.3rem !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    color: #000000 !important;
    background-color: #FFFFFF !important;
    border-radius: 4px !important;
    position: relative !important;
    letter-spacing: 0.5px !important;
    box-sizing: border-box !important;
    height: 48px !important;
    font-family: "JM Poster", "Inter", sans-serif !important;
}

.tour-dropdown-trigger .trigger-text {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
}

.tour-dropdown-trigger .arrow {
    display: inline-block !important;
    position: absolute !important;
    font-size: 22px !important;
    right: 12px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
}

.tour-dropdown-options {
    position: absolute !important;
    top: 100% !important;
    left: -3px !important;
    right: -3px !important;
    background-color: #FFFFFF !important;
    border: 2px solid #ED1C24 !important;
    border-top: none !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    max-height: 380px !important;
    overflow-y: auto !important;
    border-radius: 0 0 6px 6px !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5) !important;
    z-index: 99999 !important;
    display: none;
    -ms-overflow-style: none !important;  /* IE and Edge */
    scrollbar-width: none !important;  /* Firefox */
}

.tour-dropdown-options::-webkit-scrollbar {
    display: none !important; /* Chrome, Safari, Opera */
    width: 0 !important;
    height: 0 !important;
}

.tour-custom-dropdown.open .tour-dropdown-options {
    display: block !important;
}

.tour-dropdown-option {
    padding: 8px 15px !important;
    font-size: 1.15rem !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    color: #000000 !important;
    background-color: #FFFFFF !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    gap: 10px !important;
    font-family: "JM Poster", "Inter", sans-serif !important;
    transition: background-color 0.15s ease, color 0.15s ease;
}

.tour-dropdown-flag {
    display: inline-block !important;
    width: 22px !important;
    height: 16px !important;
    object-fit: cover !important;
    border-radius: 2px !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) !important;
    flex-shrink: 0 !important;
    vertical-align: middle !important;
}

.tour-dropdown-option[data-value="all"] {
    position: sticky !important;
    top: 0 !important;
    z-index: 100 !important;
    border-bottom: 1px solid #EEEEEE !important;
}

.tour-dropdown-option:hover {
    background-color: #d9d9d9 !important;
    color: #ED1C24 !important;
}

.tour-dropdown-option.active {
    background-color: #ED1C24 !important;
    color: #FFFFFF !important;
}

.tour-sold-out-toggle {
    display: inline-block !important;
    padding: 10px 25px !important;
    background: transparent !important;
    border: 1px solid #ED1C24 !important;
    color: #ED1C24 !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    border-radius: 6px !important;
    font-family: "JM Poster", "Inter", sans-serif !important;
    font-size: 1.3em !important;
    letter-spacing: 0.5px !important;
    transition: all 0.3s ease !important;
    margin: 0 !important;
}

.tour-sold-out-toggle:hover {
    background: rgba(237, 28, 36, 0.15) !important;
    color: #ED1C24 !important;
}

.tour-sold-out-toggle.active {
    background: #ED1C24 !important;
    color: #FFFFFF !important;
    border-color: #ED1C24 !important;
}

/* ==========================================================================
   SECTION 1: HERO ANNOUNCEMENT MARQUEE BAR (welcome.blade.php)
   ========================================================================== */
.hero-announcement-bar {
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 56px !important;
    z-index: 10 !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    background: rgba(12, 12, 12, 0.95) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    border-top: 1px solid rgba(237, 28, 36, 0.5) !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.8) !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
    user-select: none !important;
    margin: 0 !important;
    padding: 0 !important;
    box-shadow: none !important;
}

.hero-announcement-bar .announcement-badge {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 100% !important;
    padding: 0 20px !important;
    background: #ED1C24 !important;
    color: #ffffff !important;
    font-family: "JM Poster", "Montserrat", sans-serif !important;
    font-size: 1.05rem !important;
    font-weight: bold !important;
    letter-spacing: 0.8px !important;
    white-space: nowrap !important;
    z-index: 3 !important;
    flex-shrink: 0 !important;
    clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 100%, 0 100%) !important;
    box-shadow: none !important;
}

.hero-announcement-bar .announcement-badge-text {
    display: inline-block !important;
    color: #ffffff !important;
    text-transform: uppercase !important;
}

.hero-announcement-bar .announcement-ticker-track-wrapper {
    flex: 1 !important;
    height: 100% !important;
    overflow: hidden !important;
    position: relative !important;
    display: flex !important;
    align-items: center !important;
}

.hero-announcement-bar .announcement-ticker-track {
    display: flex !important;
    align-items: center !important;
    height: 100% !important;
    width: max-content !important;
    white-space: nowrap !important;
    animation: announcementMarqueeScroll 35s linear infinite !important;
    will-change: transform !important;
}

.hero-announcement-bar:hover .announcement-ticker-track {
    animation-play-state: paused !important;
}

.hero-announcement-bar .announcement-items-group {
    display: flex !important;
    align-items: center !important;
    height: 100% !important;
    flex-shrink: 0 !important;
}

.hero-announcement-bar .announcement-item {
    display: inline-flex !important;
    align-items: center !important;
    height: 100% !important;
    padding: 0 !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
    font-size: 1.02rem !important;
    font-weight: 500 !important;
    color: #ffffff !important;
}

.hero-announcement-bar .announcement-link {
    color: #ffffff !important;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
    height: 100% !important;
    padding: 0 20px !important;
    gap: 6px !important;
    cursor: pointer !important;
    transition: background 0.25s ease, color 0.25s ease !important;
    box-shadow: none !important;
}

.hero-announcement-bar .announcement-link:hover {
    background: #ED1C24 !important;
    color: #ffffff !important;
    text-decoration: none !important;
}

.hero-announcement-bar .announcement-link-icon {
    font-size: 0.88rem !important;
    opacity: 0.9 !important;
    transition: transform 0.2s ease !important;
}

.hero-announcement-bar .announcement-link:hover .announcement-link-icon {
    transform: translate(2px, -2px) !important;
}

.hero-announcement-bar .announcement-dot {
    color: #ED1C24 !important;
    font-size: 1.3rem !important;
    margin: 0 16px !important;
    user-select: none !important;
}

@keyframes announcementMarqueeScroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

@media (max-width: 767px) {
    .hero-announcement-bar {
        height: 48px !important;
    }
    .hero-announcement-bar .announcement-badge {
        padding: 0 12px !important;
        font-size: 0.88rem !important;
    }
    .hero-announcement-bar .announcement-link {
        padding: 0 12px !important;
        font-size: 0.9rem !important;
    }
    .hero-announcement-bar .announcement-dot {
        margin: 0 10px !important;
        font-size: 1.1rem !important;
    }
    .hero-announcement-bar .announcement-ticker-track {
        animation-duration: 25s !important;
    }
}

/* ==========================================================================
   SECTION 2: EVENT DETAILS, TICKET TAGS & FIENTA CARDS (events/show.blade.php)
   ========================================================================== */
.rm-tag-badge {
    display: inline-flex;
    align-items: center;
    font-size: 0.88rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 6px 14px;
    border-radius: 50px;
    text-transform: uppercase;
    margin-bottom: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
}

.rm-tag-selling-fast {
    background: linear-gradient(135deg, #ff416c, #ff4b2b);
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.3);
    animation: pulseGlow 2s infinite ease-in-out;
}

.rm-tag-last-tickets {
    background: linear-gradient(135deg, #f7971e, #ffd200);
    color: #000000 !important;
    border: 1px solid rgba(0, 0, 0, 0.15);
    font-weight: 800;
}

.rm-tag-sold-out {
    background: rgba(255, 255, 255, 0.15);
    color: #e0e0e0 !important;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

@keyframes pulseGlow {
    0% { transform: scale(1); box-shadow: 0 0 0 0 rgba(255, 75, 43, 0.6); }
    70% { transform: scale(1.02); box-shadow: 0 0 0 10px rgba(255, 75, 43, 0); }
    100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(255, 75, 43, 0); }
}

.rm-event-card-wrapper {
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 15px;
}

.fienta-card {
    background: #231F20 !important;
    background-color: #231F20 !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.6);
    color: #ffffff !important;
    font-family: 'Inter', sans-serif;
    margin-bottom: 25px;
    text-align: left;
}

.fienta-hero-wrapper {
    position: relative;
    width: 100%;
    background-color: #231F20;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fienta-hero-wrapper.aspect-16-9 {
    aspect-ratio: 16 / 9;
    max-height: 520px;
}

.fienta-hero-wrapper.aspect-1-1 {
    aspect-ratio: 1 / 1;
    max-height: 600px;
}

.fienta-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(25px) brightness(0.4);
    transform: scale(1.15);
    z-index: 1;
    pointer-events: none;
}

.fienta-hero-image {
    position: relative;
    z-index: 2;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

.fienta-header-body {
    padding: 30px 35px 25px 35px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.rm-tag-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    border-radius: 9999px;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    line-height: 1.2;
}

.rm-tag-selling-fast {
    background: rgba(237, 28, 36, 0.18);
    color: #ff4d4d;
    border: 1px solid rgba(237, 28, 36, 0.4);
}

.rm-tag-last-tickets {
    background: rgba(245, 158, 11, 0.18);
    color: #fbbf24;
    border: 1px solid rgba(245, 158, 11, 0.4);
}

.rm-tag-sold-out {
    background: rgba(255, 255, 255, 0.1);
    color: #e2e8f0;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.fienta-title {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
    font-size: clamp(1.85rem, 3.5vw, 2.75rem) !important;
    color: #ffffff !important;
    text-transform: uppercase;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    margin: 12px 0 20px 0;
    letter-spacing: -0.01em;
}

.fienta-meta-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 25px;
    flex-wrap: wrap;
}

.fienta-meta-left {
    flex: 1;
    min-width: 260px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.fienta-meta-item,
.fienta-meta-text {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
    font-size: 1.15rem;
    font-weight: 500;
    color: #e2e8f0;
    line-height: 1.4;
}

.fienta-meta-item strong,
.fienta-meta-text strong {
    color: #ffffff;
    font-weight: 600;
}

.fienta-meta-icon {
    font-size: 1.25rem;
    color: #ED1C24 !important;
    width: 22px;
    height: 22px;
    min-width: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.rm-detail-icon {
    color: #ED1C24 !important;
    font-size: 1.1rem;
    width: 22px;
    min-width: 22px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    flex-shrink: 0;
}

.fienta-meta-right {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 12px;
}

.fienta-btn-primary {
    font-family: "JM Poster Solid", "JM Poster", sans-serif !important;
    font-size: 1.6rem !important;
    font-weight: 500 !important;
    line-height: 1;
    padding: 12px 28px !important;
    border-radius: 6px !important;
    background-color: #ED1C24 !important;
    color: #ffffff !important;
    box-shadow: 0 4px 20px rgba(237, 28, 36, 0.45);
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.25s ease;
    letter-spacing: 0.5px;
    border: none;
    cursor: pointer;
}

.fienta-btn-primary:hover {
    background-color: #c1131b !important;
    color: #ffffff !important;
    box-shadow: 0 6px 25px rgba(237, 28, 36, 0.6);
}

.fienta-desc-body {
    padding: 35px;
}

.fienta-desc-text {
    font-family: 'Inter', sans-serif !important;
    font-size: 16.5px !important;
    line-height: 1.75 !important;
    color: #d4d4d4 !important;
}

.fienta-desc-text p {
    font-family: 'Inter', sans-serif !important;
    font-size: 16.5px !important;
    line-height: 1.75 !important;
    color: #d4d4d4 !important;
    margin-bottom: 0.85rem !important;
}

.fienta-desc-text p:last-child {
    margin-bottom: 0 !important;
}

.fienta-desc-text span,
.fienta-desc-text td {
    color: #d4d4d4 !important;
    font-family: 'Inter', sans-serif !important;
}

.fienta-desc-text strong,
.fienta-desc-text b {
    color: #ffffff !important;
    font-weight: 700 !important;
    font-size: 1.2rem !important;
    letter-spacing: 0.2px;
    display: inline-block;
    margin-bottom: 0.3rem;
}

.fienta-desc-text h1,
.fienta-desc-text h2,
.fienta-desc-text h3,
.fienta-desc-text h4,
.fienta-desc-text h5,
.fienta-desc-text h6 {
    font-family: 'Inter', sans-serif !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    margin-top: 1.6rem !important;
    margin-bottom: 0.8rem !important;
    line-height: 1.4 !important;
}

.fienta-desc-text ul,
.fienta-desc-text ol {
    margin-top: 0.5rem !important;
    margin-bottom: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.fienta-desc-text li {
    margin-bottom: 0.85rem !important;
    line-height: 1.7 !important;
    color: #d4d4d4 !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 15.5px !important;
}

.fienta-desc-text li strong,
.fienta-desc-text li b {
    color: #ffffff !important;
    font-weight: 700 !important;
    display: inline;
    margin-bottom: 0;
}

.fienta-desc-text a {
    color: #ED1C24 !important;
    text-decoration: underline;
    font-weight: 600;
}

.rm-event-details-block {
    margin-bottom: 24px;
    font-size: 1.1rem;
    line-height: 1.4;
    color: #e0e0e0;
    padding: 16px 20px;
    background-color: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 12px;
}

.rm-detail-row {
    margin-bottom: 8px;
}

.rm-detail-row:last-child {
    margin-bottom: 0;
}

.rm-detail-label {
    font-weight: 600;
    color: #ffffff;
}

.gmap-card {
    background-color: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 18px 20px;
    margin-top: 32px;
}

.gmap-header-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    margin-bottom: 14px;
}

.gmap-address {
    font-size: 1.1rem;
    font-weight: 500;
    color: #e0e0e0;
    margin: 0;
}

.gmap-address strong {
    color: #ffffff;
}

.fienta-btn-outline {
    font-family: "JM Poster Solid", "JM Poster", sans-serif !important;
    font-size: 1.1rem !important;
    font-weight: 500 !important;
    color: #ffffff !important;
    background-color: rgba(255, 255, 255, 0.06) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 5px !important;
    padding: 5px 14px !important;
}

.fienta-btn-outline:hover {
    background-color: rgba(255, 255, 255, 0.15) !important;
    color: #ffffff !important;
}

.gmap-placeholder-box {
    position: relative;
    width: 100%;
    height: 250px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #4a4a4a;
}

.gmap-overlay-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #5c5c5c;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='800' height='300' viewBox='0 0 800 300'%3E%3Crect width='800' height='300' fill='%235c5c5c'/%3E%3Cg stroke='%23707070' stroke-width='2' fill='none'%3E%3Cpath d='M-50 150 Q 200 80 400 200 T 850 100' stroke='%234c4c4c' stroke-width='16'/%3E%3Cpath d='M100 -50 L 180 350' stroke='%23525252' stroke-width='8'/%3E%3Cpath d='M350 -50 L 300 350' stroke='%23525252' stroke-width='6'/%3E%3Cpath d='M650 -50 L 600 350' stroke='%23525252' stroke-width='10'/%3E%3Cpath d='M-50 50 L 850 80' stroke='%234e4e4e' stroke-width='5'/%3E%3Cpath d='M-50 250 L 850 220' stroke='%234e4e4e' stroke-width='6'/%3E%3Cpath d='M 150 100 L 350 280' stroke='%23666666' stroke-width='3'/%3E%3Cpath d='M 450 40 L 700 250' stroke='%23666666' stroke-width='3'/%3E%3Cpath d='M 50 220 L 250 50' stroke='%23666666' stroke-width='3'/%3E%3C/g%3E%3C/svg%3E");
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
    transition: opacity 0.3s ease;
}

.fienta-btn-outline-2 {
    font-family: "JM Poster Solid", "JM Poster", sans-serif !important;
    font-size: 1.5rem !important;
    font-weight: 500 !important;
    color: #ED1C24 !important;
    background-color: rgba(45, 45, 45, 0.85) !important;
    border: 1.5px solid #ED1C24 !important;
    border-radius: 6px !important;
    padding: 3px 12px !important;
    cursor: pointer;
    transition: all 0.2s ease;
}

.fienta-btn-outline-2:hover {
    background-color: #ED1C24 !important;
    color: #ffffff !important;
}

.rm-all-shows-wrapper {
    margin-top: 24px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.rm-all-shows-btn {
    font-family: "JM Poster Solid", "JM Poster", sans-serif !important;
    font-size: 1.6rem !important;
    font-weight: 500 !important;
    line-height: 1;
    padding: 10px 18px !important;
    border-radius: 6px !important;
    background-color: #ED1C24 !important;
    color: #ffffff !important;
    box-shadow: 0 4px 15px rgba(237, 28, 36, 0.35);
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.25s ease;
    letter-spacing: 0.5px;
    border: none;
    cursor: pointer;
}

.rm-all-shows-btn:hover {
    background-color: #c1131b !important;
    color: #ffffff !important;
}

.rm-checkout-section {
    width: 100%;
    max-width: 1320px;
    margin: 40px auto 0 auto;
    scroll-margin-top: 30px;
    padding: 0 15px;
    display: none;
}

.rm-checkout-section.is-active {
    display: block !important;
    animation: fadeInCheckout 0.4s ease forwards;
}

@keyframes fadeInCheckout {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.rm-fienta-crop-container {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 16px;
}

.rm-fienta-clean-iframe {
    width: 100%;
    margin-top: -620px;
    height: 2100px;
    border: none;
    display: block;
    background: #ffffff;
}

@media (max-width: 768px) {
    .rm-event-card-wrapper, .rm-checkout-section {
        padding: 0 10px;
    }

    .rm-fienta-clean-iframe {
        margin-top: -580px;
    }

    .fienta-header-body {
        padding: 20px;
    }

    .fienta-meta-row {
        flex-direction: column;
    }

    .fienta-meta-right {
        position: fixed !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        z-index: 9999 !important;
        background: rgba(35, 31, 32, 0.95) !important;
        backdrop-filter: blur(12px) !important;
        -webkit-backdrop-filter: blur(12px) !important;
        border-top: 1px solid rgba(255, 255, 255, 0.15) !important;
        padding: 10px 16px !important;
        box-shadow: 0 -8px 25px rgba(0, 0, 0, 0.6) !important;
        box-sizing: border-box !important;
    }

    .fienta-meta-right #btnBuyWrapper {
        width: 100% !important;
    }

    .fienta-meta-right .fienta-btn-primary {
        width: 100% !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        height: 48px !important;
        font-size: 1.4rem !important;
        font-family: "JM Poster Solid", "JM Poster", sans-serif !important;
        text-transform: uppercase !important;
        border-radius: 8px !important;
        margin: 0 !important;
    }

    body.is-event-page {
        padding-bottom: 90px !important;
    }

    .is-event-page .db-wrapper {
        padding-bottom: 90px !important;
    }

    .fienta-desc-body {
        padding: 20px;
    }

    .fienta-hero-image {
        height: 250px;
    }

    .fienta-title {
        font-size: 22px !important;
    }

    .gmap-header-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .rm-all-shows-wrapper {
        margin-top: 20px;
        justify-content: flex-end;
    }

    .rm-all-shows-btn {
        font-size: 1.4rem !important;
        padding: 8px 24px !important;
    }
}

/* ==========================================================================
   SECTION 3: QUICK ADD VENUE MODAL (events/form.blade.php)
   ========================================================================== */
#quickAddVenueModal {
    z-index: 100050 !important;
}
#quickAddVenueModal.show {
    display: block !important;
}
#quickAddVenueModal:not(.show) {
    display: none !important;
    pointer-events: none !important;
}
.custom-modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.65);
    z-index: 100040;
}
.org-check-item:hover {
    background: rgba(255, 255, 255, 0.08) !important;
}

/* ==========================================================================
   SECTION 4: COMEDIAN PUBLIC SHOW / VIEW PAGE (comedians/show.blade.php)
   ========================================================================== */
.comedian-show-page-main {
    background-color: #231F20;
    color: #ffffff;
    min-height: 100vh;
}

.comedian-profile-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.comedian-profile-hero {
    position: relative;
    padding: 60px 0 40px 0;
    background: radial-gradient(circle at 35% 30%, rgba(237, 28, 36, 0.18) 0%, rgba(14, 14, 14, 0.98) 70%, #0e0e0e 100%);
}

.comedian-hero-grid {
    display: grid;
    grid-template-columns: 380px 1fr;
    gap: 48px;
    align-items: center;
}

.comedian-hero-photo-wrap {
    position: relative;
    width: 100%;
    max-width: 380px;
    height: 460px;
    aspect-ratio: 4 / 5;
    border-radius: 16px;
    overflow: hidden;
    background: radial-gradient(circle at center, #1c1819 0%, #0d0c0c 100%);
    border: 1px solid rgba(237, 28, 36, 0.25);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.8), 0 0 35px rgba(237, 28, 36, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
}

.comedian-hero-spotlight {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 280px;
    height: 280px;
    background: radial-gradient(circle, rgba(237, 28, 36, 0.45) 0%, rgba(237, 28, 36, 0.15) 50%, transparent 70%);
    filter: blur(30px);
    border-radius: 50%;
    pointer-events: none;
    z-index: 1;
}

.comedian-hero-img,
.comedian-hero-photo {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center top !important;
    display: block !important;
    position: relative !important;
    z-index: 2 !important;
    transition: transform 0.4s ease !important;
}

.comedian-hero-photo-wrap:hover .comedian-hero-img,
.comedian-hero-photo-wrap:hover .comedian-hero-photo {
    transform: scale(1.03);
}

.comedian-verified-badge {
    position: absolute;
    bottom: 12px;
    right: 12px;
    background: #ED1C24;
    color: #ffffff;
    padding: 4px 10px;
    border-radius: 50px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    gap: 4px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}

.comedian-hero-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.comedian-hero-location {
    font-size: 14px;
    color: #ED1C24;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.comedian-hero-name {
    font-family: 'JM Poster', 'JM Poster Solid', sans-serif;
    font-size: clamp(2.5rem, 5vw, 4.2rem);
    color: #ffffff;
    line-height: 1.05;
    margin: 0 0 12px 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.comedian-hero-bio {
    color: #cbd5e1;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 24px;
    max-width: 650px;
}

.comedian-hero-socials {
    display: flex;
    gap: 12px;
    margin-bottom: 28px;
    flex-wrap: wrap;
}

.comedian-social-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    font-size: 16px;
    transition: all 0.25s ease;
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.comedian-social-btn:hover {
    background: #ED1C24;
    color: #ffffff;
    border-color: #ED1C24;
    transform: translateY(-2px);
}

.comedian-hero-cta-wrap {
    display: flex !important;
    align-items: center !important;
    gap: 16px !important;
    flex-wrap: wrap !important;
    margin-top: 20px !important;
    width: 100% !important;
}

.btn-book-comedian,
.btn-book-comedian-hero {
    background-color: #ED1C24 !important;
    background: #ED1C24 !important;
    color: #ffffff !important;
    font-family: 'JM Poster', 'JM Poster Solid', sans-serif !important;
    font-size: 1.35rem !important;
    font-weight: 500 !important;
    padding: 12px 28px !important;
    min-height: 46px !important;
    border-radius: 4px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.03em !important;
    border: none !important;
    transition: background-color 0.2s ease, opacity 0.2s ease, transform 0.1s ease !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    cursor: pointer !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    box-sizing: border-box !important;
}

.btn-book-comedian:hover,
.btn-book-comedian-hero:hover {
    background-color: #c1131b !important;
    background: #c1131b !important;
    color: #ffffff !important;
    opacity: 0.95 !important;
}

.booking-tagline-text {
    font-family: 'Inter', sans-serif !important;
    font-size: 1.1em !important;
    font-weight: 400 !important;
    color: #e2e8f0 !important;
    line-height: 1.5 !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
}

.btn-view-shows-hero {
    background: transparent;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.3);
    font-family: 'JM Poster', 'JM Poster Solid', sans-serif;
    font-size: 1.35rem;
    padding: 10px 22px;
    border-radius: 4px;
    text-transform: uppercase;
    transition: all 0.25s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
}

.btn-view-shows-hero:hover {
    border-color: #ED1C24;
    color: #ED1C24 !important;
    background: rgba(237, 28, 36, 0.08);
}

.comedian-section-header {
    margin-bottom: 28px;
}

.comedian-section-title {
    font-family: 'JM Poster', 'JM Poster Solid', sans-serif;
    font-size: 2.2rem;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 0.5px;
}

.comedian-bio-section {
    padding: 50px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.comedian-full-bio,
.comedian-bio-content {
    color: #e2e8f0;
    font-family: 'Inter', sans-serif !important;
    font-size: 1.1em !important;
    line-height: 1.7;
    max-width: 960px;
}

.comedian-full-bio p,
.comedian-bio-content p {
    font-family: 'Inter', sans-serif !important;
    font-size: 1.1em !important;
    line-height: 1.7;
    margin-bottom: 16px;
}

.comedian-videos-section {
    padding: 50px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.comedian-videos-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 24px;
}

.comedian-video-card {
    background: #181516;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.comedian-video-frame-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
}

.comedian-video-frame-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.comedian-tour-section {
    padding: 50px 0 80px 0;
}

.comedian-tour-filter-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
    flex-wrap: wrap;
}

@media (max-width: 991px) {
    .comedian-hero-grid {
        grid-template-columns: 1fr;
        gap: 32px;
        text-align: center;
    }
    .comedian-hero-photo-wrap {
        margin: 0 auto;
    }
    .comedian-hero-info {
        align-items: center;
    }
    .comedian-hero-name {
        font-size: 2.4rem;
    }
    .comedian-hero-socials {
        justify-content: center;
    }
    .comedian-hero-cta-wrap {
        align-items: center;
    }
    .comedian-videos-grid {
        grid-template-columns: 1fr;
    }
}

/* ==========================================================================
   SECTION 5: COMEDIAN BOOKING REQUEST PAGE (comedians/book.blade.php)
   ========================================================================== */
.comedian-book-page-main {
    background-color: #231F20;
    color: #ffffff;
    min-height: 100vh;
    font-family: var(--rm-body-font);
    padding-bottom: 80px;
}

.comedian-book-container {
    max-width: 1140px;
    margin: 0 auto;
    width: 100%;
    padding: 0 20px;
}

.cbm-back-link {
    display: inline-flex;
    align-items: center;
    color: #a0a0a0;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    font-family: var(--rm-body-font);
    transition: color 0.2s ease;
}

.cbm-back-link:hover {
    color: #ED1C24;
    text-decoration: none;
}

.comedian-book-header-card {
    background: #1a1819;
    border: 1px solid rgba(237, 28, 36, 0.35);
    border-radius: 4px;
    padding: 28px 36px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.6), 0 0 25px rgba(237, 28, 36, 0.12);
}

.comedian-book-avatar-wrap {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #ED1C24;
    box-shadow: 0 0 20px rgba(237, 28, 36, 0.4);
}

.comedian-book-avatar {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.comedian-book-badge {
    display: inline-block;
    background: rgba(237, 28, 36, 0.15);
    color: #ff5258;
    border: 1px solid rgba(237, 28, 36, 0.35);
    padding: 3px 12px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 8px;
    font-family: var(--rm-body-font);
}

.comedian-book-name {
    font-family: var(--rm-heading-font);
    color: #ffffff;
    font-size: 2.6rem;
    font-weight: 600;
    margin: 0 0 6px 0;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    line-height: 1.1;
}

.comedian-book-location {
    color: #cbd5e1;
    font-size: 15px;
    margin-bottom: 6px;
    font-family: var(--rm-body-font);
}

.comedian-book-tagline {
    color: #a0a0a0;
    font-size: 14px;
    margin: 0;
    font-family: var(--rm-body-font);
}

.comedian-book-form-card {
    background: #1a1819;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    padding: 40px 48px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

.cbm-form-section {
    background: #141213;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 4px;
    padding: 24px 28px;
    margin-bottom: 28px;
}

.cbm-section-title {
    font-family: var(--rm-heading-font);
    font-size: 1.35rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding-bottom: 12px;
}

.cbm-label {
    display: block !important;
    color: #d8d8d8;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 8px;
    font-family: var(--rm-body-font);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.cbm-optional {
    color: #888888;
    font-weight: 400;
    font-size: 12px;
    text-transform: none;
}

.cbm-input {
    width: 100% !important;
    background: #0d0c0c !important;
    background-color: #0d0c0c !important;
    border: 1px solid rgba(255, 255, 255, 0.18) !important;
    border-radius: 4px !important;
    color: #ffffff !important;
    font-size: 14px !important;
    font-family: var(--rm-body-font) !important;
    padding: 12px 16px !important;
    height: 48px !important;
    transition: all 0.2s ease !important;
    outline: none !important;
    box-sizing: border-box !important;
    color-scheme: dark;
}

.cbm-input::placeholder {
    color: #777777 !important;
    opacity: 1 !important;
    font-family: var(--rm-body-font) !important;
}

.cbm-input:focus {
    border-color: #ED1C24 !important;
    box-shadow: 0 0 0 3px rgba(237, 28, 36, 0.25) !important;
    background: #141213 !important;
    background-color: #141213 !important;
    color: #ffffff !important;
}

.cbm-input[type="date"]::-webkit-calendar-picker-indicator {
    filter: invert(1);
    cursor: pointer;
}

.cbm-select {
    cursor: pointer !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%2394a3b8' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14L2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 16px center !important;
    padding-right: 38px !important;
}

.cbm-select option {
    background: #1a1819 !important;
    background-color: #1a1819 !important;
    color: #ffffff !important;
    font-family: var(--rm-body-font) !important;
}

.cbm-textarea {
    padding: 14px 16px !important;
    height: auto !important;
    min-height: 120px !important;
    resize: vertical !important;
    font-family: var(--rm-body-font) !important;
}

.cbm-radio-group {
    display: flex;
    gap: 24px;
    align-items: center;
    padding-top: 8px;
}

.cbm-radio-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #e2e8f0;
    font-size: 14px;
    cursor: pointer;
    font-family: var(--rm-body-font);
}

.cbm-radio-item input[type="radio"] {
    accent-color: #ED1C24;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.cbm-btn-submit-large {
    background: #ED1C24;
    border: none;
    color: #ffffff;
    padding: 12px 36px;
    border-radius: 4px;
    font-family: var(--rm-heading-font);
    font-size: 1.45rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    transition: all 0.25s ease;
    cursor: pointer;
}

.cbm-btn-submit-large:hover {
    background: #c9141b;
    color: #ffffff;
}

.cbm-footer-note {
    color: #888888;
    font-size: 13px;
    font-family: var(--rm-body-font);
}

/* Success Card */
.cbm-success-state-card {
    background: #1a1819;
    border: 1px solid rgba(34, 197, 94, 0.3);
    border-radius: 4px;
    padding: 50px 30px;
    text-align: center;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.6);
}

.cbm-success-icon-wrap {
    font-size: 72px;
    color: #22c55e;
    margin-bottom: 20px;
}

.cbm-success-title {
    font-family: var(--rm-heading-font);
    font-size: 2.2rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.cbm-success-text {
    color: #cbd5e1;
    font-size: 16px;
    line-height: 1.6;
    max-width: 540px;
    margin: 0 auto;
    font-family: var(--rm-body-font);
}

.cbm-btn-done {
    background: #ED1C24;
    border: none;
    color: #ffffff;
    padding: 8px 25px;
    border-radius: 4px;
    font-family: var(--rm-heading-font);
    font-size: 1.25rem;
    font-weight: 600;
    text-transform: uppercase;
}

.cbm-btn-done:hover {
    background: #c9141b;
    color: #ffffff;
}

@media (max-width: 768px) {
    .comedian-book-form-card { padding: 22px 18px; }
    .comedian-book-header-card { padding: 20px; text-align: center; }
    .comedian-book-avatar-wrap { margin: 0 auto 15px auto; }
    .comedian-book-name { font-size: 1.8rem; }
    .cbm-btn-submit-large { width: 100%; }
}

/* ==========================================================================
   SECTION 6: FOR COMEDIANS PAGE (comedians/for_comedians.blade.php)
   ========================================================================== */
:root {
    --fc-bg: #231F20;
    --fc-bg-darker: #1a1718;
    --fc-red: #ED1C24;
    --fc-red-hover: #c1131b;
    --fc-text-white: #ffffff;
    --fc-font-heading: 'JM Poster Solid', 'JM Poster', sans-serif;
    --fc-font-body: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.for-comedians-page-wrapper {
    background-color: var(--fc-bg) !important;
    color: var(--fc-text-white) !important;
    font-family: var(--fc-font-body) !important;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    width: 100%;
}

.fc-container {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 24px;
    box-sizing: border-box;
}

.fc-red {
    color: var(--fc-red) !important;
}

.fc-red-link {
    color: var(--fc-red) !important;
    text-decoration: underline;
    transition: color 0.2s ease;
    font-weight: 500;
}

.fc-red-link:hover {
    color: #ff5258 !important;
}

/* 1. Hero Section */
.fc-hero-section {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background-color: var(--fc-bg-darker);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    padding: 100px 0 80px;
    box-sizing: border-box;
}

.fc-hero-container {
    position: relative;
    z-index: 2;
}

.fc-hero-content {
    max-width: 560px;
}

.fc-hero-title {
    font-family: var(--fc-font-heading) !important;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.08;
    color: var(--fc-text-white);
    text-transform: uppercase;
    letter-spacing: -0.5px;
    margin: 0 0 20px 0;
}

.fc-hero-desc {
    font-size: 1.1rem;
    line-height: 1.55;
    color: var(--fc-text-white);
    margin: 0 0 32px 0;
    font-weight: 400;
    opacity: 0.95;
}

.fc-hero-desc p {
    margin: 0 0 10px 0;
}

.fc-hero-desc p:last-child {
    margin-bottom: 0;
}

.fc-hero-desc strong,
.fc-hero-desc b {
    font-weight: 700;
    color: #ffffff;
}

.fc-hero-desc .fc-red,
.fc-hero-desc .text-red {
    color: var(--fc-red) !important;
}

.fc-hero-actions {
    margin-top: 10px;
}

.fc-btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--fc-red) !important;
    background: var(--fc-red) !important;
    color: var(--fc-text-white) !important;
    font-family: var(--fc-font-heading) !important;
    font-size: 1.35rem !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.03em !important;
    height: 44px !important;
    min-height: 44px !important;
    line-height: 44px !important;
    padding: 0 24px !important;
    border-radius: 4px !important;
    text-decoration: none !important;
    border: none !important;
    cursor: pointer !important;
    box-sizing: border-box !important;
    white-space: nowrap !important;
    transition: background-color 0.2s ease, opacity 0.2s ease, transform 0.1s ease !important;
}

.fc-btn-primary:hover {
    background-color: var(--fc-red-hover) !important;
    background: var(--fc-red-hover) !important;
    opacity: 0.95 !important;
    color: var(--fc-text-white) !important;
    text-decoration: none !important;
}

.fc-btn-primary:active {
    transform: translateY(1px) !important;
}

/* 2. Common Sections & 2-Col Grid */
.fc-section {
    padding: 80px 0;
    background-color: var(--fc-bg);
}

.fc-calling-section {
    padding-top: 80px;
    padding-bottom: 70px;
}

.fc-join-section {
    padding-top: 50px;
    padding-bottom: 90px;
}

.fc-two-col-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}

.fc-join-grid {
    grid-template-columns: 0.95fr 1.05fr;
    gap: 50px;
}

.fc-section-title {
    font-family: var(--fc-font-heading) !important;
    font-size: clamp(2rem, 3.8vw, 2.6rem);
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.12;
    color: var(--fc-text-white);
    letter-spacing: -0.5px;
    margin: 0 0 24px 0;
}

.fc-join-title {
    margin-bottom: 16px;
}

.fc-rich-content,
.fc-join-desc {
    font-size: 1.1rem;
    line-height: 1.6;
    color: var(--fc-text-white);
}

.fc-rich-content p {
    margin-bottom: 20px;
}

.fc-rich-content p:last-child {
    margin-bottom: 0;
}

.fc-faq-note {
    font-weight: 400;
}

.fc-emoji-pointer {
    font-size: 1.2rem;
    margin-right: 4px;
    vertical-align: middle;
}

.fc-image-frame {
    object-fit: cover;
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
}

.fc-frame-vertical {
    max-width: 550px;
    margin-left: auto;
}

.fc-frame-landscape {
    max-width: 520px;
}

.fc-img-responsive {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 8px;
    transition: transform 0.4s ease;
}

.fc-col-form {
    max-width: 480px;
}

.fc-join-desc p {
    margin-bottom: 24px;
    font-size: 1.05rem;
    line-height: 1.55;
}

.fc-form-box {
    margin-top: 15px;
}

.fc-form-group {
    margin-bottom: 16px;
}

.fc-form-input {
    width: 100%;
    background-color: #FFFFFF !important;
    color: #231F20 !important;
    font-family: var(--fc-font-body) !important;
    font-size: 1rem;
    padding: 13px 18px;
    border: 1px solid #FFFFFF;
    border-radius: 6px;
    outline: none;
    box-sizing: border-box;
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.fc-form-input:focus {
    border-color: var(--fc-red);
    box-shadow: 0 0 0 3px rgba(237, 28, 36, 0.35);
}

.fc-form-input::placeholder {
    color: #777777;
    opacity: 1;
}

.fc-btn-submit {
    width: 100% !important;
    padding: 0 20px !important;
    font-size: 1.35rem !important;
    height: 44px !important;
    min-height: 44px !important;
    line-height: 44px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: relative;
    border-radius: 4px !important;
}

.fc-form-alert {
    padding: 12px 16px;
    border-radius: 6px;
    margin-bottom: 18px;
    font-size: 0.95rem;
    line-height: 1.4;
    animation: fcFadeIn 0.3s ease-in-out;
}

.fc-form-alert.success {
    background-color: rgba(46, 204, 113, 0.15);
    border: 1px solid #2ecc71;
    color: #2ecc71;
}

.fc-form-alert.error {
    background-color: rgba(237, 28, 36, 0.15);
    border: 1px solid var(--fc-red);
    color: #ff6b71;
}

.fc-spinner-svg {
    animation: rotate 1.5s linear infinite;
    width: 22px;
    height: 22px;
}

.fc-spinner-svg .path {
    stroke: #FFFFFF;
    stroke-linecap: round;
    animation: dash 1.5s ease-in-out infinite;
}

.fc-bottom-divider {
    width: 100%;
    height: 1px;
    background-color: var(--fc-red);
    opacity: 0.85;
}

/* 3. Strip Section (Comedians grid) */
.fc-comedians-strip-section {
    padding: 55px 0 50px;
}

.fc-comedians-container {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    padding: 0 24px;
    box-sizing: border-box;
}

.fc-strip-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 26px;
    gap: 20px;
    flex-wrap: wrap;
}

.fc-strip-header .fc-section-title {
    margin: 0;
    line-height: 1.1;
    font-size: 2.2rem;
}

.fc-all-comedians-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: var(--fc-font-heading) !important;
    font-size: 1.3rem !important;
    padding: 0 22px !important;
    height: 44px !important;
    line-height: 44px !important;
    background: var(--fc-red) !important;
}

.fc-all-comedians-btn:hover {
    background: var(--fc-red-hover) !important;
}

.fc-comedians-grid {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 14px;
    width: 100%;
}

.fc-comedians-grid .comedian-card {
    padding: 10px 10px 12px 10px;
}

.fc-comedians-grid .comedian-name {
    font-size: 1.28rem;
    margin-bottom: 4px;
}

.fc-comedians-grid .comedian-location {
    font-size: 0.86rem;
    margin-bottom: 8px;
    gap: 4px;
}

.fc-comedians-grid .comedian-location .location-icon {
    width: 12px;
    height: 12px;
}

.fc-comedians-grid .comedian-img-box {
    height: 185px;
}

.fc-comedians-grid .comedian-view-btn {
    height: 34px;
    font-size: 0.8rem;
    letter-spacing: 0.04em;
}

/* ==========================================================================
   FOR COMEDIANS RESPONSIVE MEDIA QUERIES
   ========================================================================== */
@media (max-width: 1350px) {
    .fc-comedians-grid {
        grid-template-columns: repeat(7, minmax(0, 1fr));
        gap: 10px;
    }
    .fc-comedians-grid .comedian-img-box {
        height: 165px;
    }
    .fc-comedians-grid .comedian-name {
        font-size: 1.15rem;
    }
    .fc-comedians-grid .comedian-location {
        font-size: 0.8rem;
    }
}

@media (max-width: 1100px) {
    .fc-comedians-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 14px;
    }
    .fc-comedians-grid .comedian-img-box {
        height: 190px;
    }
    .fc-comedians-grid .comedian-name {
        font-size: 1.35rem;
    }
}

/* Tablet Breakpoint (<= 991px) */
@media (max-width: 991px) {
    .fc-section {
        padding: 60px 0;
    }

    .fc-calling-section {
        padding-top: 60px;
        padding-bottom: 50px;
    }

    .fc-join-section {
        padding-top: 40px;
        padding-bottom: 70px;
    }

    /* Stacking 2-Column Grids */
    .fc-two-col-grid,
    .fc-calling-grid,
    .fc-join-grid {
        grid-template-columns: 1fr !important;
        gap: 35px;
    }

    .fc-col-text {
        order: 1;
    }

    .fc-col-image-vertical {
        order: 2;
    }

    .fc-frame-vertical {
        max-width: 480px;
        margin: 0 auto;
    }

    .fc-col-image-landscape {
        order: 2;
    }

    .fc-col-form {
        order: 1;
        max-width: 100%;
        width: 100%;
    }

    .fc-frame-landscape {
        max-width: 480px;
        margin: 0 auto;
    }
}

@media (max-width: 820px) {
    .fc-comedians-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 12px;
    }
}

/* Mobile Breakpoint (<= 767px) */
@media (max-width: 767px) {
    .fc-container,
    .fc-comedians-container {
        padding: 0 16px;
    }

    .fc-strip-header {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 20px;
    }

    .fc-strip-header .fc-section-title {
        font-size: 1.85rem;
    }

    .fc-all-comedians-btn {
        font-size: 1.15rem !important;
        padding: 0 16px !important;
        height: 38px !important;
        line-height: 38px !important;
    }

    .fc-rich-content,
    .fc-join-desc {
        font-size: 1rem;
        line-height: 1.55;
    }

    .fc-rich-content p {
        margin-bottom: 14px;
    }

    .fc-section-title {
        font-size: 1.85rem;
        margin-bottom: 18px;
    }

    .fc-frame-vertical,
    .fc-frame-landscape {
        max-width: 100%;
    }
}

/* Small Mobile (<= 576px) */
@media (max-width: 576px) {
    .fc-strip-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .fc-strip-header .fc-all-comedians-btn {
        width: 100% !important;
        justify-content: center;
    }

    .fc-comedians-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .fc-comedians-grid .comedian-img-box {
        height: 160px;
    }

    .fc-comedians-grid .comedian-name {
        font-size: 1.1rem;
    }

    .fc-comedians-grid .comedian-location {
        font-size: 0.78rem;
    }

    .fc-comedians-grid .comedian-view-btn {
        height: 30px;
        font-size: 0.75rem;
    }

    .fc-section {
        padding: 45px 0;
    }

    .fc-calling-section {
        padding-top: 45px;
        padding-bottom: 35px;
    }

    .fc-join-section {
        padding-top: 35px;
        padding-bottom: 55px;
    }
}

@media (max-width: 380px) {
    .fc-comedians-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }
    .fc-comedians-grid .comedian-img-box {
        height: 220px;
    }
}

/* ==========================================================================
   SECTION 7: COMEDIANS FAQ PAGE (comedians/faq.blade.php)
   ========================================================================== */
.comedian-faq-page-main {
    background-color: #231F20 !important;
    color: #ffffff !important;
    min-height: 50vh;
    padding-bottom: 90px;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
    font-size: 16px;
    line-height: 1.7;
}

.comedian-faq-body-container {
    max-width: 1180px;
    margin: 0 auto;
    padding: 45px 20px 20px 20px;
    box-sizing: border-box;
}

.comedian-faq-hero-section {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 500px;
    max-height: 850px;
    background-color: #231F20;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.comedian-faq-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center !important;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}

@media (max-width: 991px) {
    .comedian-faq-hero-bg {
        background-position: 75% center !important;
    }
}

@media (max-width: 576px) {
    .comedian-faq-hero-bg {
        background-position: 80% center !important;
    }
}

.comedian-faq-hero-container {
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 25px;
    box-sizing: border-box;
}

.comedian-faq-hero-title-wrap {
    max-width: 600px;
}

.comedian-faq-hero-heading {
    margin: 0;
    font-family: "JM Poster Solid", "JM Poster", "Montserrat", sans-serif !important;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: -1.5px;
}

.comedian-faq-hero-heading .faq-hero-brand {
    display: block;
    font-size: clamp(2.5rem, 8vw, 4rem);
    font-weight: 600;
    margin-bottom: 6px;
}

.comedian-faq-hero-heading .faq-hero-accent {
    color: #ED1C24 !important;
}

.faq-hero-sub {
    display: block;
    font-size: clamp(1.4rem, 4.8vw, 2.5rem);
    font-weight: normal;
    color: #ffffff;
    letter-spacing: -0.8px;
}

.comedian-faq-intro-wrap {
    margin-bottom: 35px;
}

.comedian-faq-intro-text {
    font-family: 'Inter', sans-serif !important;
    font-size: 16px;
    line-height: 1.6;
    color: #ffffff;
}

.comedian-faq-intro-text p {
    font-size: 1.1rem;
    margin-bottom: 18px;
}

.comedian-faq-intro-text p.faq-greeting-p {
    font-size: 1.1rem;
    font-weight: 500;
    margin-bottom: 16px;
}

.comedian-faq-intro-text strong {
    font-weight: 700;
    color: #ffffff;
}

.comedian-faq-accordion-wrap {
    margin-top: 25px;
}

.faq-accordion-group {
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background-color: #231F20;
}

.faq-accordion-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    background-color: #231F20;
    transition: background-color 0.25s ease;
    overflow: hidden;
}

.faq-accordion-item:last-child {
    border-bottom: none;
}

.faq-accordion-summary {
    display: flex;
    align-items: center;
    padding: 12px 8px;
    cursor: pointer;
    user-select: none;
    list-style: none;
    outline: none;
    gap: 14px;
    background-color: #231F20;
    transition: background-color 0.2s ease;
}

.faq-accordion-summary::-webkit-details-marker,
.faq-accordion-summary::marker {
    display: none;
}

.faq-accordion-summary:hover {
    background-color: #2b2728;
}

.faq-accordion-item[open] .faq-accordion-summary {
    background-color: #272324;
}

.faq-summary-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    color: #ED1C24;
    flex-shrink: 0;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-icon-svg {
    display: block;
    width: 18px;
    height: 18px;
}

.faq-icon-svg .icon-line-v {
    transform-origin: center;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.25s ease;
}

.faq-accordion-item[open] .faq-icon-svg .icon-line-v {
    transform: rotate(90deg) scale(0);
    opacity: 0;
}

.faq-summary-title {
    font-family: 'Inter', sans-serif !important;
    font-size: 16.5px;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.4;
    transition: color 0.2s ease;
}

.faq-accordion-summary:hover .faq-summary-title {
    color: #ffffff;
}

.faq-accordion-item[open] .faq-summary-title {
    font-weight: 600;
    color: #ED1C24 !important;
}

.faq-accordion-content {
    background-color: #231F20;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    overflow: hidden;
}

.faq-content-inner {
    padding: 20px;
    font-family: 'Inter', sans-serif !important;
    font-size: 1.1rem;
    line-height: 1.6;
    color: #e2e2e2;
}

.faq-content-inner p {
    margin-bottom: 14px;
}

.faq-content-inner p:last-child {
    margin-bottom: 0;
}

.faq-content-inner strong {
    color: #ffffff;
    font-weight: 700;
}

.faq-content-inner a {
    color: #ED1C24;
    text-decoration: underline;
}

.faq-content-inner a:hover {
    color: #ff4d4d;
}

.faq-content-inner ul,
.faq-content-inner ol {
    margin: 12px 0 16px 20px;
    padding-left: 10px;
}

.faq-content-inner li {
    margin-bottom: 6px;
}

.faq-content-inner blockquote {
    margin: 16px 0;
    padding: 10px 18px;
    border-left: 3px solid #ED1C24;
    background-color: rgba(255, 255, 255, 0.03);
    color: #ffffff;
    font-style: italic;
}

.comedian-faq-empty-box {
    padding: 50px 20px;
    text-align: center;
    background-color: #272324;
    border: 1px dashed rgba(255, 255, 255, 0.2);
}

.empty-icon-circle {
    margin-bottom: 15px;
}

.comedian-faq-empty-box h3 {
    color: #ffffff;
    font-size: 1.3rem;
    margin-bottom: 8px;
}

.comedian-faq-empty-box p {
    color: #a5a5a5;
    font-size: 0.95rem;
    margin: 0;
}

.redmic-brand-tag {
    display: inline;
    font-weight: 700;
}

.redmic-brand-tag .redmic-red {
    color: #ffffff !important;
}

.redmic-brand-tag .redmic-mic {
    color: #ED1C24 !important;
}

/* ==========================================================================
   SECTION 8: INQUIRIES DASHBOARD & MODAL (comedians/my_inquiries.blade.php)
   ========================================================================== */
.comedian-inquiries-container {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: #ffffff;
}

.inquiries-page-title {
    font-family: 'JM Poster', 'JM Poster Solid', -apple-system, sans-serif;
    font-size: 2rem;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.inquiries-page-subtitle {
    color: #94a3b8;
    font-size: 14px;
}

.inq-stat-card {
    background: #1a1819;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    gap: 16px;
    transition: all 0.25s ease;
}

.inq-stat-card:hover {
    border-color: rgba(237, 28, 36, 0.4);
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
}

.inq-stat-icon {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
}

.inq-stat-total .inq-stat-icon { background: rgba(59, 130, 246, 0.15); color: #3b82f6; }
.inq-stat-pending .inq-stat-icon { background: rgba(245, 158, 11, 0.15); color: #f59e0b; }
.inq-stat-contacted .inq-stat-icon { background: rgba(6, 182, 212, 0.15); color: #06b6d4; }
.inq-stat-booked .inq-stat-icon { background: rgba(34, 197, 94, 0.15); color: #22c55e; }

.inq-stat-value {
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 1.1;
    color: #ffffff;
}

.inq-stat-label {
    font-size: 12px;
    font-weight: 600;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.inq-table-card {
    background: #1a1819;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    overflow: hidden;
}

.inq-filter-bar {
    padding: 16px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background: #141213;
}

.inq-filter-btn {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #94a3b8;
    font-size: 13px;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 4px;
    transition: all 0.2s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.inq-filter-btn:hover {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.35);
    background: rgba(255, 255, 255, 0.04);
}

.inq-filter-btn.active {
    background: #ED1C24;
    border-color: #ED1C24;
    color: #ffffff;
}

.inq-table {
    margin: 0;
    color: #ffffff;
}

.inq-table thead th {
    background: #110f10 !important;
    color: #94a3b8 !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.8px !important;
    padding: 12px 18px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-top: none !important;
}

.inq-table tbody tr {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    transition: background 0.15s ease;
}

.inq-table tbody tr:hover {
    background: rgba(255, 255, 255, 0.025);
}

.inq-table tbody td {
    padding: 14px 18px !important;
    vertical-align: middle !important;
    font-size: 14px !important;
    color: #e2e8f0 !important;
    border: none !important;
}

.inq-client-name {
    font-weight: 600;
    color: #ffffff !important;
    font-size: 14px;
}

.inq-client-org {
    color: #94a3b8 !important;
    font-size: 12px;
}

.inq-phone-text {
    color: #cbd5e1 !important;
    font-size: 12px;
}

.inq-event-type {
    font-weight: 600;
    color: #ffffff !important;
    font-size: 14px;
}

.inq-budget-pill {
    background: rgba(237, 28, 36, 0.15) !important;
    color: #ff6b72 !important;
    border: 1px solid rgba(237, 28, 36, 0.35) !important;
    padding: 2px 8px !important;
    border-radius: 4px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    display: inline-block;
}

.inq-date-text {
    color: #ffffff !important;
    font-size: 13px !important;
    font-weight: 500 !important;
}

/* Quick Action Icons */
.inq-quick-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 26px !important;
    height: 26px !important;
    border-radius: 4px !important;
    background: rgba(255, 255, 255, 0.1) !important;
    color: #f1f5f9 !important;
    font-size: 11px !important;
    text-decoration: none !important;
    transition: all 0.2s ease !important;
}

.inq-quick-btn:hover {
    background: #ED1C24 !important;
    color: #ffffff !important;
    transform: translateY(-1px);
}

.inq-quick-btn.whatsapp:hover {
    background: #22c55e !important;
    color: #ffffff !important;
}

.inq-quick-btn.email:hover {
    background: #06b6d4 !important;
    color: #ffffff !important;
}

/* Booking Status Dropdown Badges */
.inq-status-badge {
    font-size: 12px !important;
    font-weight: 600 !important;
    padding: 5px 12px !important;
    border-radius: 6px !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    transition: all 0.2s ease !important;
    cursor: pointer !important;
    text-decoration: none !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3) !important;
}

.inq-status-badge:hover,
.inq-status-badge:focus {
    filter: brightness(1.15);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5) !important;
}

/* Specific Status Colors */
.inq-status-badge.status-new,
.inq-status-badge.status-pending,
.inq-badge-pending {
    background: rgba(245, 158, 11, 0.18) !important;
    color: #fbbf24 !important;
    border: 1px solid rgba(245, 158, 11, 0.45) !important;
}

.inq-status-badge.status-contacted,
.inq-badge-contacted {
    background: rgba(6, 182, 212, 0.18) !important;
    color: #22d3ee !important;
    border: 1px solid rgba(6, 182, 212, 0.45) !important;
}

.inq-status-badge.status-finalized,
.inq-status-badge.status-booked,
.inq-badge-booked {
    background: rgba(34, 197, 94, 0.18) !important;
    color: #4ade80 !important;
    border: 1px solid rgba(34, 197, 94, 0.45) !important;
}

.inq-status-badge.status-cancelled,
.inq-status-badge.status-declined,
.inq-badge-declined {
    background: rgba(239, 68, 68, 0.18) !important;
    color: #f87171 !important;
    border: 1px solid rgba(239, 68, 68, 0.45) !important;
}

/* Status Indicator Dots */
.inq-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    display: inline-block;
    flex-shrink: 0;
}

.inq-dot-warning { background-color: #f59e0b !important; box-shadow: 0 0 6px rgba(245, 158, 11, 0.8) !important; }
.inq-dot-info { background-color: #06b6d4 !important; box-shadow: 0 0 6px rgba(6, 182, 212, 0.8) !important; }
.inq-dot-success { background-color: #22c55e !important; box-shadow: 0 0 6px rgba(34, 197, 94, 0.8) !important; }
.inq-dot-danger { background-color: #ef4444 !important; box-shadow: 0 0 6px rgba(239, 68, 68, 0.8) !important; }

.inq-dropdown-menu {
    background-color: #1a1819 !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 6px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.8) !important;
    padding: 6px 0 !important;
    min-width: 200px !important;
}

.inq-dropdown-menu .dropdown-item,
.inq-drop-item {
    color: #ffffff !important;
    background: transparent !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    padding: 9px 16px !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    transition: all 0.2s ease !important;
}

.inq-dropdown-menu .dropdown-item:hover,
.inq-dropdown-menu .dropdown-item:focus,
.inq-drop-item:hover,
.inq-drop-item:focus {
    background-color: #231F20 !important;
    color: #ED1C24 !important;
}

.inq-btn-detail {
    background: rgba(237, 28, 36, 0.15) !important;
    border: 1px solid #ED1C24 !important;
    color: #ffffff !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    padding: 5px 14px !important;
    border-radius: 4px !important;
    transition: all 0.2s ease !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    cursor: pointer !important;
}

.inq-btn-detail:hover {
    background: #ED1C24 !important;
    color: #ffffff !important;
    box-shadow: 0 4px 15px rgba(237, 28, 36, 0.4) !important;
}

#inquiryDetailModal {
    z-index: 999999 !important;
}

#inquiryDetailModal .modal-dialog {
    margin-top: 60px !important;
    max-width: 780px !important;
    z-index: 1000000 !important;
}

.inq-modal-content {
    background: #1a1819;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    color: #ffffff;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.85);
}

.inq-modal-title {
    font-family: 'JM Poster', 'JM Poster Solid', sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    text-transform: uppercase;
}

.inq-modal-box {
    background: #141213;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 6px;
    padding: 16px 18px;
}

.inq-box-title {
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    padding-bottom: 6px;
}

.inq-modal-message {
    background: #0d0c0c;
    padding: 12px 14px;
    border-radius: 4px;
    color: #e2e8f0;
    font-size: 14px;
    line-height: 1.6;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

/* ==========================================================================
   SECTION 9: BOOK US PAGE (pages/book_us.blade.php)
   ========================================================================== */
.book-us-page-wrapper {
    background-color: var(--rm-bg);
    color: #ffffff;
    font-family: var(--rm-body-font);
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.rm-container {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.rm-red {
    color: var(--rm-red) !important;
}

.bu-hero-banner {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0 60px 0;
}

.bu-hero-content {
    position: relative;
    z-index: 2;
    max-width: 620px;
}

.bu-hero-title {
    font-family: var(--rm-heading-font);
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.1;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0 0 20px 0;
}

.bu-hero-title span {
    color: var(--rm-red);
}

.bu-hero-subtitle {
    font-size: 1.1em;
    line-height: 1.5;
    color: #ffffff;
    margin-bottom: 28px;
    max-width: 520px;
}

.bu-hero-btn {
    display: inline-block;
    background-color: var(--rm-red);
    color: #ffffff !important;
    font-family: var(--rm-heading-font);
    font-size: 24px;
    line-height: 1;
    padding: 12px 28px;
    text-decoration: none !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: background-color 0.2s ease, transform 0.1s ease;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.bu-hero-btn:hover {
    background-color: var(--rm-red-hover);
    color: #ffffff !important;
}

.bu-intro-section {
    background-color: var(--rm-bg);
    padding: 55px 0 40px 0;
}

.bu-intro-heading {
    font-family: var(--rm-heading-font);
    font-size: 2rem;
    line-height: 1.1;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0 0 20px 0;
    font-weight: 600;
}

.bu-intro-heading span {
    color: var(--rm-red);
}

.bu-intro-text {
    font-size: 1.1em;
    line-height: 1.5;
    color: #ffffff;
}

.bu-intro-text p {
    margin: 0 0 16px 0;
}

.bu-intro-text p:last-child {
    margin-bottom: 0;
}

.bu-perfect-bar {
    background-color: var(--rm-red);
    width: 100%;
    padding: 30px 0;
    box-sizing: border-box;
}

.bu-perfect-title {
    font-family: var(--rm-body-font);
    font-size: 1.1em;
    font-weight: 400;
    color: #ffffff;
    margin: 0 0 10px 0;
}

.bu-perfect-list {
    color: #ffffff;
    font-size: 15px;
    line-height: 1.7;
}

.bu-perfect-list ul {
    list-style-type: disc;
    margin: 0;
    padding-left: 20px;
}

.bu-perfect-list li {
    font-size: 1.1em;
    font-weight: 400;
    margin-bottom: 4px;
}

.bu-perfect-list li:last-child {
    margin-bottom: 0;
}

.bu-why-section {
    background-color: var(--rm-bg);
    padding: 45px 0 50px 0;
}

.bu-why-heading {
    font-family: var(--rm-heading-font);
    font-size: 2rem;
    line-height: 1.15;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0 0 25px 0;
    font-weight: 600;
}

.bu-why-heading span {
    color: var(--rm-red);
}

.bu-why-content {
    font-size: 1.1em;
    font-weight: 400;
    line-height: 1.6;
}

.bu-why-content p {
    margin: 0 0 16px 0;
}

.bu-why-content strong {
    display: block;
    color: #ffffff;
    font-size: 1.1em;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 6px;
}

.bu-why-content strong:first-of-type {
    font-size: 1.1em;
    margin-top: 0;
}

.bu-booking-section {
    background-color: var(--rm-bg);
    padding: 30px 0 70px 0;
}

.bu-booking-grid {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 50px;
}

.bu-booking-img-col {
    flex: 0 0 50%;
    max-width: 50%;
}

.bu-comedian-photo {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 0;
}

.bu-booking-form-col {
    flex: 1;
}

.bu-form-heading {
    font-family: var(--rm-heading-font);
    font-size: 2rem;
    line-height: 1.1;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0 0 16px 0;
    font-weight: normal;
}

.bu-form-heading span {
    color: var(--rm-red);
}

.bu-form-desc {
    font-size: 1.1em;
    font-weight: 400;
    line-height: 1.5;
    color: #ffffff;
    margin-bottom: 25px;
}

.bu-native-form {
    margin-top: 20px;
}

.bu-form-field {
    margin-bottom: 15px;
}

.bu-form-field label {
    display: block;
    color: #ffffff;
    font-size: 1.1em;
    font-weight: 400;
    margin-bottom: 5px;
}

.bu-input {
    width: 100%;
    background-color: #ffffff !important;
    color: #000000 !important;
    border: 1px solid #ffffff;
    padding: 8px 12px;
    font-size: 14px;
    box-sizing: border-box;
    outline: none;
}

.bu-input:focus {
    border-color: var(--rm-red);
    outline: 1px solid var(--rm-red);
}

textarea.bu-input {
    min-height: 90px;
    resize: vertical;
}

.bu-submit-button {
    background-color: transparent;
    color: var(--rm-red);
    border: 1px solid var(--rm-red);
    border-radius: 4px;
    padding: 8px 18px;
    font-size: 1.1em;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    text-transform: none;
    margin-top: 5px;
}

.bu-submit-button:hover {
    background-color: var(--rm-red);
    color: #ffffff;
}

.bu-alert {
    display: none;
    padding: 12px 16px;
    margin-bottom: 18px;
    font-size: 1.1em;
}

.bu-alert-success {
    background: rgba(34, 197, 94, 0.15);
    border: 1px solid #22c55e;
    color: #4ade80;
}

.bu-alert-error {
    background: rgba(239, 68, 68, 0.15);
    border: 1px solid #ef4444;
    color: #f87171;
}

@media (max-width: 991px) {
    .bu-hero-title {
        font-size: 40px;
    }
    .bu-booking-grid {
        flex-direction: column-reverse;
        gap: 35px;
    }
    .bu-booking-img-col {
        flex: 0 0 100%;
        max-width: 420px;
        margin: 0 auto;
    }
}

@media (max-width: 600px) {
    .bu-hero-title {
        font-size: 32px;
    }
    .bu-intro-heading, .bu-why-heading, .bu-form-heading {
        font-size: 28px;
    }
    .bu-hero-btn {
        font-size: 20px;
        padding: 10px 22px;
    }
}

/* ==========================================================================
   SECTION 10: THANK YOU PAGE & RED LIST NEWSLETTER (pages/thank_you.blade.php)
   ========================================================================== */
body.is-thank-you-page,
body.is-welcome-page {
    overflow-x: hidden !important;
    overflow-y: visible !important;
    height: auto !important;
    min-height: 100vh !important;
}

body.is-thank-you-page #eventmie_app,
body.is-thank-you-page .db-wrapper,
.thank-you-page-wrapper {
    overflow: visible !important;
    overflow-x: visible !important;
    overflow-y: visible !important;
    height: auto !important;
}

.thank-you-page-wrapper {
    background-color: var(--rm-bg);
    color: #ffffff;
    font-family: var(--rm-body-font);
    margin: 0;
    padding: 0;
}

.ty-hero-banner {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0 80px 0;
    box-sizing: border-box;
}

.ty-hero-content {
    position: relative;
    z-index: 2;
    max-width: 620px;
}

.ty-hero-title {
    font-family: var(--rm-heading-font);
    font-size: 3.8rem;
    font-weight: 600;
    line-height: 1.1 !important;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0;
}

.ty-hero-title span {
    color: var(--rm-red);
}

.ty-hero-subtitle {
    font-family: var(--rm-heading-font);
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.1 !important;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0 0 28px 0;
}

.ty-hero-actions {
    margin-top: 10px;
}

.ty-btn-red {
    display: inline-block;
    background-color: var(--rm-red);
    color: #ffffff !important;
    font-family: var(--rm-heading-font);
    font-size: 1.5rem;
    font-weight: 600;
    text-transform: uppercase;
    padding: 12px 30px;
    border-radius: 4px;
    text-decoration: none;
    line-height: 1;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.ty-btn-red:hover {
    background-color: var(--rm-red-hover);
    color: #ffffff !important;
}

.ty-details-section {
    background-color: var(--rm-bg);
    padding: 70px 0 90px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.ty-details-container {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.ty-rich-content {
    font-family: var(--rm-body-font);
    font-size: 1.1em;
    line-height: 1.6;
    color: #ffffff;
    max-width: 900px;
}

.ty-rich-content p {
    font-family: var(--rm-body-font);
    font-size: 1.1em;
    line-height: 1.6;
    margin-bottom: 22px;
    color: #ffffff;
}

.ty-rich-content h1,
.ty-rich-content h2,
.ty-rich-content h3,
.ty-rich-content h4 {
    font-family: var(--rm-body-font);
    font-size: 1.8rem;
    font-weight: 700;
    color: #ffffff;
    margin-top: 32px;
    margin-bottom: 16px;
    line-height: 1.3;
}

.ty-rich-content ul {
    list-style-type: disc;
    padding-left: 24px;
    margin-bottom: 26px;
}

.ty-rich-content ul li {
    font-family: var(--rm-body-font);
    font-size: 1.1em;
    line-height: 1.65;
    margin-bottom: 8px;
    color: #ffffff;
}

.ty-rich-content strong,
.ty-rich-content b {
    font-weight: 700;
    color: #ffffff;
}

.ty-rich-content a {
    color: var(--rm-red);
    text-decoration: underline;
}

@media (max-width: 991px) {
    .ty-hero-banner {
        min-height: 75vh;
        padding: 100px 0 60px 0;
    }
    .ty-hero-title {
        font-size: 2.2rem;
    }
    .ty-hero-subtitle {
        font-size: 1.8rem;
    }
    .ty-btn-red {
        font-size: 1.3rem;
        padding: 10px 24px;
    }
    .ty-details-section {
        padding: 50px 0 70px;
    }
}

@media (max-width: 767px) {
    .ty-hero-banner {
        min-height: 65vh;
        padding: 90px 0 50px 0;
    }
    .ty-hero-title {
        font-size: 1.9rem;
    }
    .ty-hero-subtitle {
        font-size: 1.5rem;
    }
    .ty-btn-red {
        font-size: 1.15rem;
        padding: 10px 20px;
    }
    .ty-details-section {
        padding: 40px 0 50px;
    }
    .ty-rich-content p,
    .ty-rich-content ul li {
        font-size: 1rem;
    }
    .ty-rich-content h1,
    .ty-rich-content h2,
    .ty-rich-content h3 {
        font-size: 1.25rem;
    }
}

.redlist-section {
    background-color: #ED1C24;
    color: #ffffff;
    padding: 40px 0;
    font-family: var(--rm-body-font);
    width: 100%;
}

.redlist-container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.redlist-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 48px;
}

.redlist-text-col {
    flex: 1;
    max-width: 50%;
}

.redlist-form-col {
    flex: 1;
    max-width: 50%;
    width: 100%;
}

.redlist-title {
    font-family: var(--rm-heading-font);
    font-size: 2.2rem;
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 16px 0;
    line-height: 1.1;
    text-transform: uppercase;
}

.redlist-description p {
    font-family: var(--rm-body-font);
    font-size: 1.05rem;
    font-weight: 400;
    line-height: 1.5;
    color: #ffffff;
    margin: 0;
}

.redlist-form-wrapper {
    max-width: 400px;
    width: 100%;
    margin-left: auto;
}

.redlist-form {
    width: 100%;
    margin: 0;
}

.redlist-field-row {
    margin: 0 0 12px 0;
    width: 100%;
    position: relative;
}

.thank-you-page-wrapper .redlist-field-row input.form-control,
.thank-you-page-wrapper .redlist-section .form-control,
#redlist-rm .form-control {
    background-color: #ffffff !important;
    color: #1f1f1f !important;
    border: 1px solid #d1d5db !important;
    border-radius: 4px !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    height: auto !important;
    line-height: 21px !important;
    padding: 12px 14px !important;
    width: 100% !important;
    box-sizing: border-box !important;
    outline: none !important;
    box-shadow: none !important;
    -webkit-text-fill-color: #1f1f1f !important;
}

.thank-you-page-wrapper .redlist-field-row input.form-control:focus,
.thank-you-page-wrapper .redlist-section .form-control:focus,
#redlist-rm .form-control:focus {
    background-color: #ffffff !important;
    color: #000000 !important;
    border-color: #231f20 !important;
    box-shadow: 0 0 0 2px rgba(35, 31, 32, 0.25) !important;
    outline: none !important;
    -webkit-text-fill-color: #000000 !important;
}

.thank-you-page-wrapper .redlist-field-row input.form-control::placeholder,
.thank-you-page-wrapper .redlist-section .form-control::placeholder,
#redlist-rm .form-control::placeholder {
    color: #6b7280 !important;
    font-family: 'Inter', sans-serif !important;
    font-weight: 400 !important;
    opacity: 1 !important;
    -webkit-text-fill-color: #6b7280 !important;
}

.redlist-suggestions-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    max-height: 200px;
    overflow-y: auto;
    margin-top: 4px;
    scrollbar-width: thin;
    scrollbar-color: #cbd5e1 #f8fafc;
}

.redlist-suggestions-dropdown::-webkit-scrollbar {
    width: 6px;
}
.redlist-suggestions-dropdown::-webkit-scrollbar-track {
    background: #f8fafc;
    border-radius: 4px;
}
.redlist-suggestions-dropdown::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 4px;
}
.redlist-suggestions-dropdown::-webkit-scrollbar-thumb:hover {
    background: #94a3b8;
}

.redlist-suggestion-item {
    padding: 8px 12px;
    color: #333333;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.15s ease, color 0.15s ease;
}

.redlist-suggestion-item:hover,
.redlist-suggestion-item.active {
    background-color: #ED1C24;
    color: #ffffff;
}

.redlist-submit-row {
    margin: 0;
    width: 100%;
}

.redlist-btn-submit {
    background-color: #231f20 !important;
    border: none !important;
    border-radius: 4px !important;
    box-shadow: none !important;
    color: #ffffff !important;
    cursor: pointer;
    font-family: 'Inter', sans-serif !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 21px !important;
    height: auto !important;
    padding: 12px !important;
    width: 100% !important;
    box-sizing: border-box !important;
    transition: background-color 0.2s ease, transform 0.1s ease !important;
}

.redlist-btn-submit:hover {
    background-color: #000000 !important;
    color: #ffffff !important;
    transform: translateY(-1px);
}

.redlist-success-msg p {
    color: #ffffff !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    margin: 0 !important;
}

@media (max-width: 991px) {
    .redlist-row {
        flex-direction: column;
        gap: 28px;
    }
    .redlist-text-col,
    .redlist-form-col {
        max-width: 100%;
    }
    .redlist-form-wrapper {
        margin-left: 0;
        max-width: 100%;
    }
}

/* ==========================================================================
   SECTION 11: ORGANIZER DASHBOARD NOTIFICATIONS (o_dashboard/index.blade.php)
   ========================================================================== */
.org-notify-dropdown-menu {
    right: 0 !important;
    left: auto !important;
    min-width: 230px !important;
    max-width: 280px !important;
    padding: 6px 0 !important;
    border-radius: 10px !important;
    background-color: #ffffff !important;
    border: 1px solid #cbd5e1 !important;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.3) !important;
    margin-top: 8px !important;
}
.org-notify-item {
    padding: 10px 16px !important;
    color: #0f172a !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    text-decoration: none !important;
    transition: all 0.2s ease !important;
}
.org-notify-item:hover, .org-notify-item:focus {
    background-color: #f1f5f9 !important;
    color: #2563eb !important;
}
.org-notify-item span, .org-notify-item strong {
    color: #0f172a !important;
}
.org-notify-item:hover span, .org-notify-item:hover strong {
    color: #2563eb !important;
}

/* ==========================================================================
   SECTION 12: PROGRESSIVE AUTH / LOGIN STYLING (auth/login.blade.php)
   ========================================================================== */
.rm-input-wrapper {
    position: relative !important;
    width: 100% !important;
}
.rm-input-wrapper .rm-input-icon {
    position: absolute !important;
    left: 16px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    color: #8e95a5 !important;
    font-size: 16px !important;
    z-index: 10 !important;
    pointer-events: none !important;
}
.rm-input-wrapper .rm-form-control,
.rm-input-wrapper input[type="text"],
.rm-input-wrapper input[type="email"],
.rm-input-wrapper input[type="tel"],
.rm-input-wrapper input[type="password"],
.rm-input-wrapper input.form-control,
.rm-input-wrapper input {
    padding-left: 48px !important;
    padding-right: 14px !important;
}
.rm-form-control:-webkit-autofill,
.rm-form-control:-webkit-autofill:hover,
.rm-form-control:-webkit-autofill:focus,
.rm-form-control:-webkit-autofill:active,
input.rm-form-control:-webkit-autofill,
.rm-input-wrapper input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #141213 inset !important;
    -webkit-text-fill-color: #ffffff !important;
    caret-color: #ffffff !important;
    transition: background-color 5000s ease-in-out 0s !important;
}
.rm-textarea-wrapper textarea.rm-form-control {
    min-height: 120px;
    line-height: 1.5;
    resize: vertical;
    padding: 12px 14px !important;
}
.rm-word-count-valid {
    color: #10b981 !important;
    border-color: rgba(16, 185, 129, 0.4) !important;
    background: rgba(16, 185, 129, 0.1) !important;
}
.rm-word-count-invalid {
    color: #ef4444 !important;
    border-color: rgba(239, 68, 68, 0.4) !important;
    background: rgba(239, 68, 68, 0.1) !important;
}

/* ==========================================================================
   SECTION 13: CMS & LEGAL PAGES (pages.blade.php - Privacy Policy, Terms, etc.)
   ========================================================================== */
.page-content-body,
.page-slug-privacy,
.page-slug-terms-conditions,
.page-slug-cookie-policy,
.page-slug-legal-notice {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
    font-size: 16px !important;
    color: #ffffff !important;
    line-height: 1.65 !important;
    word-break: break-word;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 0 60px 0 !important;
}

/* Headings in Page Body - Keep JM Poster Heading Font */
.page-content-body :is(h1, h2, h3, h4, h5, h6),
.page-content-body :is(h1, h2, h3, h4, h5, h6) * {
    font-family: 'JM Poster Solid', 'JM Poster', sans-serif !important;
    text-transform: uppercase !important;
    letter-spacing: -0.5px;
    line-height: 1.2;
    padding: 0 !important;
    text-align: left !important;
}

.page-content-body h1 {
    font-size: clamp(2.2rem, 4.5vw, 3rem) !important;
    color: #ED1C24 !important;
    margin-top: 0 !important;
    margin-bottom: 1.2rem !important;
}

.page-content-body h2 {
    font-size: clamp(1.6rem, 3.2vw, 2.2rem) !important;
    color: #ED1C24 !important;
    margin-top: 2rem !important;
    margin-bottom: 0.8rem !important;
}

.page-content-body h3 {
    font-size: clamp(1.3rem, 2.5vw, 1.7rem) !important;
    color: #ED1C24 !important;
    margin-top: 1.6rem !important;
    margin-bottom: 0.6rem !important;
}

.page-content-body h4,
.page-content-body h5,
.page-content-body h6 {
    font-size: 1.3rem !important;
    color: #ED1C24 !important;
    margin-top: 1.4rem !important;
    margin-bottom: 0.5rem !important;
}

/* All Body & Paragraph Text - Homepage Body Typography */
.page-content-body p,
.page-content-body div:not([class*="page-"]),
.page-content-body span:not(:is(h1, h2, h3, h4, h5, h6) span),
.page-content-body li,
.page-content-body td,
.page-content-body th,
.page-content-body blockquote,
.page-content-body small,
.page-content-body font {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
    font-size: 16px !important;
    line-height: 1.65 !important;
    color: #ffffff !important;
    font-weight: 400;
    margin-top: 0 !important;
    padding: 0 !important;
    text-align: left !important;
}

.page-content-body p {
    margin-bottom: 1.25rem !important;
}

/* Lists & Bullet Points */
.page-content-body ul,
.page-content-body ol {
    margin-top: 0.6rem !important;
    margin-bottom: 1.4rem !important;
    padding-left: 1.5rem !important;
}

.page-content-body li {
    margin-bottom: 0.5rem !important;
}

/* Strong / Bold Text */
.page-content-body strong,
.page-content-body b {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
    font-weight: 700 !important;
    color: #ffffff !important;
}

/* Links */
.page-content-body a:not(:is(h1, h2, h3, h4, h5, h6) a) {
    color: #ED1C24 !important;
    text-decoration: underline !important;
    transition: color 0.2s ease !important;
    font-weight: 500 !important;
}

.page-content-body a:not(:is(h1, h2, h3, h4, h5, h6) a):hover {
    color: #ff5258 !important;
}

/* Mobile Responsive Typography */
@media (max-width: 767px) {
    .page-content-body,
    .page-content-body p,
    .page-content-body div:not([class*="page-"]),
    .page-content-body span:not(:is(h1, h2, h3, h4, h5, h6) span),
    .page-content-body li,
    .page-content-body strong,
    .page-content-body b {
        font-size: 16px !important;
        line-height: 1.6 !important;
    }
}
