.nav-cta {
    .btn.-black {
        span {
            color: rgb(255 255 255 / 0);
            &::before {
                color: rgb(255 255 255 / var(--tw-text-opacity));
            }
        }
        &::after {
            background-color: rgb(0 0 0 / var(--tw-bg-opacity));
        }
    }
}

.newsletter {
    gap: 1rem;

    @media screen and (min-width: 768px) {
        gap: 0;
    }

    .form-nsl {
        flex-wrap: wrap;
        gap: 1rem;

        @media screen and (min-width: 768px) {
            flex-wrap: nowrap;
            gap: 0;
        }
    }

    @media screen and (max-width: 420px) {
        img {
            max-width: 200px;
        }
    }
}

.wysiwyg,
body {
    h2,
    h3,
    h4 {
        &:not(:has(em)) {
            font-weight: 600 !important;
            strong {
                font-weight: 600 !important;
            }
        }
    }
}

.ybreadcrumbs:has(+ [style*='center']) {
    text-align: center;
}
