/* Estate2look centrale contrast- en vormgevingsbescherming.
 * Alleen geladen op estate2look.nl via de gedeelde layouts.
 */

body section.text-white h1:not([style*="color"]):not([class*="text-gray"]):not([class*="text-black"]):not([class*="text-purple"]):not([class*="text-green"]),
body section.text-white h2:not([style*="color"]):not([class*="text-gray"]):not([class*="text-black"]):not([class*="text-purple"]):not([class*="text-green"]),
body section.text-white h3:not([style*="color"]):not([class*="text-gray"]):not([class*="text-black"]):not([class*="text-purple"]):not([class*="text-green"]) {
    color: inherit !important;
}

.e2l-title-on-dark { color: #ffffff !important; }
.e2l-title-on-lime { color: #281639 !important; }

/* De commerciële hoofdcontent van Estate2look gebruikt consequent rechte hoeken.
 * Header/menu blijven buiten deze guardrail zodat navigatiegedrag niet wijzigt.
 */
main .rounded,
main .rounded-sm,
main .rounded-md,
main .rounded-lg,
main .rounded-xl,
main .rounded-2xl,
main .rounded-3xl,
main .rounded-full {
    border-radius: 0 !important;
}

main button,
main input,
main select,
main textarea {
    border-radius: 0 !important;
}

/* CTA's blijven groot genoeg voor aanraking op kleine schermen. */
main a[class*="py-3"],
main button[type="submit"] {
    min-height: 52px;
}

/* Op kleinere schermen geen zwevende knop over conversie-CTA's. */
@media (max-width: 767px) {
    .scroll-to-top {
        display: none !important;
    }

    main a[class*="py-3"],
    main button[type="submit"] {
        min-height: 58px;
    }
}
