/*
 * ELMP v227 — Popup Builder readability fix.
 *
 * The site uses a dark cinematic theme, while Popup Builder renders some
 * white pop-up panels inside the same front-end page. This file prevents
 * the theme's white/pale text rules from leaking into the pop-up content.
 */

body .sgpb-main-html-content-wrapper,
body .sgpb-main-html-content-wrapper *,
body .sgpb-popup-builder-content,
body .sgpb-popup-builder-content *,
body .sgpb-popup-builder-content-html,
body .sgpb-popup-builder-content-html *,
body .sgpb-popup-content,
body .sgpb-popup-content *,
body .sg-popup-content,
body .sg-popup-content *,
body [class*="sgpb"][class*="content"],
body [class*="sgpb"][class*="content"] *,
body [id*="sgpb"][id*="content"],
body [id*="sgpb"][id*="content"] * {
    color: #161616 !important;
    -webkit-text-fill-color: #161616 !important;
    opacity: 1 !important;
    visibility: visible !important;
    text-shadow: none !important;
    filter: none !important;
    mix-blend-mode: normal !important;
}

body .sgpb-main-html-content-wrapper,
body .sgpb-popup-builder-content,
body .sgpb-popup-builder-content-html,
body .sgpb-popup-content,
body .sg-popup-content {
    background-color: #ffffff !important;
}

body .sgpb-main-html-content-wrapper h1,
body .sgpb-main-html-content-wrapper h2,
body .sgpb-main-html-content-wrapper h3,
body .sgpb-main-html-content-wrapper h4,
body .sgpb-main-html-content-wrapper h5,
body .sgpb-main-html-content-wrapper h6,
body .sgpb-popup-builder-content h1,
body .sgpb-popup-builder-content h2,
body .sgpb-popup-builder-content h3,
body .sgpb-popup-builder-content h4,
body .sgpb-popup-builder-content h5,
body .sgpb-popup-builder-content h6,
body .sgpb-popup-builder-content-html h1,
body .sgpb-popup-builder-content-html h2,
body .sgpb-popup-builder-content-html h3,
body .sgpb-popup-builder-content-html h4,
body .sgpb-popup-builder-content-html h5,
body .sgpb-popup-builder-content-html h6 {
    color: #111111 !important;
    -webkit-text-fill-color: #111111 !important;
    opacity: 1 !important;
    font-weight: 800 !important;
}

body .sgpb-main-html-content-wrapper a,
body .sgpb-popup-builder-content a,
body .sgpb-popup-builder-content-html a,
body .sgpb-popup-content a,
body .sg-popup-content a {
    color: #b45708 !important;
    -webkit-text-fill-color: #b45708 !important;
    text-decoration: underline !important;
}

body .sgpb-main-html-content-wrapper img,
body .sgpb-popup-builder-content img,
body .sgpb-popup-builder-content-html img,
body .sgpb-popup-content img,
body .sg-popup-content img {
    opacity: 1 !important;
    filter: none !important;
    mix-blend-mode: normal !important;
}
