/* ========== FORCED TOOLBAR CONTAINER ========== */
div#acc-toolbar-262bd62b.acc-toolbar-container-262bd62b {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    z-index: 999999 !important;
    display: flex !important;
    flex-direction: column !important;
    background: #ffffff !important;
    border-bottom: 2px solid #e0e0e0 !important;
    padding: 10px 20px !important;
    font-family: Arial, Helvetica, sans-serif !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12) !important;
    box-sizing: border-box !important;
}

/* ========== NOTICE BLOCK ROW ========== */
div#acc-toolbar-262bd62b .acc-notice-262bd62b {
    width: 100% !important;
    display: block !important;
    padding: 0 0 8px 0 !important;
    border-bottom: 1px solid #eeeeee !important;
    margin: 0 0 8px 0 !important;
    text-align: center !important;
}

p.acc-notice-text-262bd62b {
    margin: 0 !important;
    font-size: 13px !important;
    line-height: 1.5 !important;
    color: #333333 !important;
    text-align: center !important;
    display: block !important;
}

/* ========== BUTTONS CONTAINER ROW ========== */
div#acc-toolbar-262bd62b .acc-buttons-wrapper-262bd62b {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    gap: 20px !important;
    margin: 0 auto !important;
}

/* ========== FLEX GROUPS FOR IDENTICAL SPACING ========== */
div#acc-toolbar-262bd62b .acc-group-262bd62b {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    border-right: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

div#acc-toolbar-262bd62b span.acc-label-262bd62b.acc-visible-label {
    display: inline-block !important;
    font-weight: bold !important;
    color: #222222 !important;
    font-size: 14px !important;
    width: 70px !important; 
    min-width: 70px !important;
    text-align: left !important;
    margin-right: 10px !important;
}

/* ========== FORCED BUTTON STYLES ========== */
div#acc-toolbar-262bd62b button.acc-btn-262bd62b {
    background: #2d3748 !important;
    border: 1px solid #2d3748 !important;
    color: #ffffff !important;
    cursor: pointer !important;
    padding: 6px 14px !important;
    margin: 0 4px !important;
    font-size: 16px !important;
    border-radius: 20px !important;
    min-width: 42px !important;
    height: 34px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1 !important;
    box-shadow: none !important;
}

div#acc-toolbar-262bd62b button.acc-btn-262bd62b:hover {
    background: #1a202c !important;
    border-color: #1a202c !important;
}

/* ========== RESPONSIVE MOBILE STACKING ========== */
@media (max-width: 768px) {
    div#acc-toolbar-262bd62b .acc-buttons-wrapper-262bd62b {
        flex-direction: column !important;
        gap: 8px !important;
    }
    div#acc-toolbar-262bd62b .acc-group-262bd62b {
        width: 100% !important;
        justify-content: center !important;
    }
    div#acc-toolbar-262bd62b span.acc-label-262bd62b.acc-visible-label {
        width: 60px !important;
        min-width: 60px !important;
        text-align: right !important;
    }
}

/* ========== THEME OVERRIDE PROTECTIONS (EXCLUDING PANEL) ========== */
.acc-toolbar-container-262bd62b *,
.acc-toolbar-container-262bd62b button {
    background-color: initial !important;
    color: initial !important;
    font-family: Arial, sans-serif !important;
}

body.acc-dark-mode-262bd62b .acc-toolbar-container-262bd62b,
body.acc-yellow-mode-262bd62b .acc-toolbar-container-262bd62b,
body.acc-hc-mode-262bd62b .acc-toolbar-container-262bd62b {
    background: #ffffff !important;
    border-bottom: 2px solid #e0e0e0 !important;
}
body.acc-dark-mode-262bd62b .acc-btn-262bd62b,
body.acc-yellow-mode-262bd62b .acc-btn-262bd62b,
body.acc-hc-mode-262bd62b .acc-btn-262bd62b {
    background: #2d3748 !important;
    color: #ffffff !important;
}
body.acc-dark-mode-262bd62b .acc-label-262bd62b,
body.acc-yellow-mode-262bd62b .acc-label-262bd62b,
body.acc-hc-mode-262bd62b .acc-label-262bd62b,
body.acc-dark-mode-262bd62b .acc-notice-text-262bd62b,
body.acc-yellow-mode-262bd62b .acc-notice-text-262bd62b,
body.acc-hc-mode-262bd62b .acc-notice-text-262bd62b {
    color: #333333 !important;
}

/* ========== CLEAN & BULLETPROOF DARK MODE OVERRIDES ========== */
body.acc-dark-mode-262bd62b {
    background-color: #1a1a1a !important;
}
body.acc-dark-mode-262bd62b #page,
body.acc-dark-mode-262bd62b #content,
body.acc-dark-mode-262bd62b main,
body.acc-dark-mode-262bd62b section,
body.acc-dark-mode-262bd62b .elementor-section:not([style*="background-image"]) {
    background-color: #1a1a1a !important;
}
/* Protect image layers, sliders, and gallery items from getting blacked out */
body.acc-dark-mode-262bd62b [style*="background-image"],
body.acc-dark-mode-262bd62b .elementor-background-overlay,
body.acc-dark-mode-262bd62b .elementor-gallery-item,
body.acc-dark-mode-262bd62b .e-gallery-item,
body.acc-dark-mode-262bd62b .gallery-item,
body.acc-dark-mode-262bd62b .elementor-widget-gallery,
body.acc-dark-mode-262bd62b .swiper-slide,
body.acc-dark-mode-262bd62b img {
    background-color: transparent !important;
}
/* Safe typography contrast styling */
body.acc-dark-mode-262bd62b *:not(.acc-toolbar-container-262bd62b):not(.acc-toolbar-container-262bd62b *):not(img):not(video):not(iframe):not(svg):not(canvas):not([style*="background-image"]):not(.elementor-background-overlay):not(.swiper-wrapper):not(.swiper-slide):not(.elementor-gallery-item):not(.e-gallery-item):not(.gallery-item) {
    background-color: transparent !important;
    color: #f0f0f0 !important;
    border-color: #444444 !important;
}
body.acc-dark-mode-262bd62b h1, body.acc-dark-mode-262bd62b h2, body.acc-dark-mode-262bd62b h3, body.acc-dark-mode-262bd62b h4, body.acc-dark-mode-262bd62b h5, body.acc-dark-mode-262bd62b h6, body.acc-dark-mode-262bd62b a, body.acc-dark-mode-262bd62b p, body.acc-dark-mode-262bd62b div:not([style*="background-image"]) {
    color: #f0f0f0 !important;
}

/* ========== CLEAN & BULLETPROOF YELLOW MODE OVERRIDES ========== */
body.acc-yellow-mode-262bd62b {
    background-color: #000000 !important;
}
body.acc-yellow-mode-262bd62b #page,
body.acc-yellow-mode-262bd62b #content,
body.acc-yellow-mode-262bd62b main,
body.acc-yellow-mode-262bd62b section,
body.acc-yellow-mode-262bd62b .elementor-section:not([style*="background-image"]) {
    background-color: #000000 !important;
}
body.acc-yellow-mode-262bd62b [style*="background-image"],
body.acc-yellow-mode-262bd62b .elementor-background-overlay,
body.acc-yellow-mode-262bd62b .elementor-gallery-item,
body.acc-yellow-mode-262bd62b .e-gallery-item,
body.acc-yellow-mode-262bd62b .gallery-item,
body.acc-yellow-mode-262bd62b .elementor-widget-gallery,
body.acc-yellow-mode-262bd62b .swiper-slide,
body.acc-yellow-mode-262bd62b img {
    background-color: transparent !important;
}
body.acc-yellow-mode-262bd62b *:not(.acc-toolbar-container-262bd62b):not(.acc-toolbar-container-262bd62b *):not(img):not(video):not(iframe):not(svg):not(canvas):not([style*="background-image"]):not(.elementor-background-overlay):not(.swiper-wrapper):not(.swiper-slide):not(.elementor-gallery-item):not(.e-gallery-item):not(.gallery-item) {
    background-color: transparent !important;
    color: #ffff00 !important;
    border-color: #ffff00 !important;
}
body.acc-yellow-mode-262bd62b h1, body.acc-yellow-mode-262bd62b h2, body.acc-yellow-mode-262bd62b h3, body.acc-yellow-mode-262bd62b h4, body.acc-yellow-mode-262bd62b h5, body.acc-yellow-mode-262bd62b h6, body.acc-yellow-mode-262bd62b a, body.acc-yellow-mode-262bd62b p, body.acc-yellow-mode-262bd62b div:not([style*="background-image"]) {
    color: #ffff00 !important;
}

/* ========== CLEAN & BULLETPROOF HIGH CONTRAST OVERRIDES ========== */
body.acc-hc-mode-262bd62b {
    background-color: #ffffff !important;
}
body.acc-hc-mode-262bd62b #page,
body.acc-hc-mode-262bd62b #content,
body.acc-hc-mode-262bd62b main,
body.acc-hc-mode-262bd62b section,
body.acc-hc-mode-262bd62b .elementor-section:not([style*="background-image"]) {
    background-color: #ffffff !important;
}
body.acc-hc-mode-262bd62b [style*="background-image"],
body.acc-hc-mode-262bd62b .elementor-background-overlay,
body.acc-hc-mode-262bd62b .elementor-gallery-item,
body.acc-hc-mode-262bd62b .e-gallery-item,
body.acc-hc-mode-262bd62b .gallery-item,
body.acc-hc-mode-262bd62b .elementor-widget-gallery,
body.acc-hc-mode-262bd62b .swiper-slide,
body.acc-hc-mode-262bd62b img {
    background-color: transparent !important;
}
body.acc-hc-mode-262bd62b *:not(.acc-toolbar-container-262bd62b):not(.acc-toolbar-container-262bd62b *):not(img):not(video):not(iframe):not(svg):not(canvas):not([style*="background-image"]):not(.elementor-background-overlay):not(.swiper-wrapper):not(.swiper-slide):not(.elementor-gallery-item):not(.e-gallery-item):not(.gallery-item) {
    background-color: transparent !important;
    color: #000000 !important;
    border-color: #000000 !important;
}
body.acc-hc-mode-262bd62b h1, body.acc-hc-mode-262bd62b h2, body.acc-hc-mode-262bd62b h3, body.acc-hc-mode-262bd62b h4, body.acc-hc-mode-262bd62b h5, body.acc-hc-mode-262bd62b h6, body.acc-hc-mode-262bd62b a, body.acc-hc-mode-262bd62b p, body.acc-hc-mode-262bd62b div:not([style*="background-image"]) {
    color: #000000 !important;
}

/* Maintain image contrast glow borders */
body.acc-yellow-mode-262bd62b img, body.acc-dark-mode-262bd62b img {
    box-shadow: 0 0 15px 5px rgba(255, 255, 0, 0.4) !important;
    border: 2px solid #ffff00 !important;
}
/* ========== ULTIMATE ELEMENTOR HERO & GALLERY SHIELD ========== */
body.acc-dark-mode-262bd62b .elementor-background-overlay,
body.acc-dark-mode-262bd62b .elementor-widget-slider,
body.acc-dark-mode-262bd62b .elementor-slider,
body.acc-dark-mode-262bd62b .elementor-motion-effects-layer,
body.acc-dark-mode-262bd62b .elementor-section-video-bg,
body.acc-dark-mode-262bd62b .gallery-icon,
body.acc-dark-mode-262bd62b figure,
body.acc-dark-mode-262bd62b .elementor-image img {
    background-color: transparent !important;
    background: transparent !important;
}

body.acc-yellow-mode-262bd62b .elementor-background-overlay,
body.acc-yellow-mode-262bd62b .elementor-widget-slider,
body.acc-yellow-mode-262bd62b .elementor-slider,
body.acc-yellow-mode-262bd62b .elementor-motion-effects-layer,
body.acc-yellow-mode-262bd62b .gallery-icon,
body.acc-yellow-mode-262bd62b figure,
body.acc-yellow-mode-262bd62b .elementor-image img {
    background-color: transparent !important;
    background: transparent !important;
}

body.acc-hc-mode-262bd62b .elementor-background-overlay,
body.acc-hc-mode-262bd62b .elementor-widget-slider,
body.acc-hc-mode-262bd62b .elementor-slider,
body.acc-hc-mode-262bd62b .elementor-motion-effects-layer,
body.acc-hc-mode-262bd62b .gallery-icon,
body.acc-hc-mode-262bd62b figure,
body.acc-hc-mode-262bd62b .elementor-image img {
    background-color: transparent !important;
    background: transparent !important;
}