[hidden] {
    display: none !important;
}

:focus-visible {
    outline: 3px solid #00799a !important;
    outline-offset: 4px;
    box-shadow: 0 0 0 2px #fff;
}

.skip-link {
    position: fixed;
    inset-inline-start: 1rem;
    top: -10rem;
    z-index: 100000;
    padding: 1rem;
    color: #103b45;
    background: #fff;
}

.skip-link:focus {
    top: 1rem;
}

.legal-page {
    max-width: 900px;
    margin: 8rem auto 3rem;
    padding: 1.5rem;
    background: #fff;
    color: #183b43;
    line-height: 1.85;
    overflow-wrap: anywhere;
}

.legal-page h1 {
    font-size: clamp(1.8rem, 5vw, 2.6rem);
}

.legal-page h2 {
    margin-top: 1.7rem;
}

.legal-page a, .form-privacy a {
    text-decoration: underline;
    color: inherit;
}

.form-privacy {
    font-size: .95rem;
    line-height: 1.65;
    padding: .8rem;
    background: #f2eee2;
    color: #183b43;
    grid-column: 1 / -1;
}

.form-privacy p {
    margin: .3rem 0;
}

.legal-page button {
    padding: .7rem 1rem;
    cursor: pointer;
    font: inherit;
    color: #fff;
    background: #103b45;
    border: 1px solid #103b45;
    border-radius: .3rem;
}

.site-footer-legal {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
    padding: .75rem 0 0;
    color: #fff;
}

.site-footer-legal a, .site-footer-legal button {
    color: inherit;
    font: inherit;
    background: transparent;
    border: 0;
    text-decoration: underline;
    cursor: pointer;
}

.footer-newsletter-form {
    flex-wrap: wrap;
}

.footer-newsletter-consent {
    flex: 0 0 100%;
    line-height: 1.45;
    font-size: .85rem;
    color: #fff;
}

.footer-newsletter-form input[type="checkbox"] {
    width: 1.15rem;
    height: 1.15rem;
    padding: 0;
    margin-inline-end: .4rem;
    flex: none;
}

.footer-newsletter-notice {
    color: #fff;
    line-height: 1.45;
    font-size: .82rem;
    margin: 10px 0 0;
}

.footer-newsletter-notice a {
    color: inherit;
    text-decoration: underline;
}

.ask-publication-consent {
    display: block;
    margin-block: .8rem;
    color: #183b43;
}

.activity-contact-grid label {
    display: block;
}

.activity-contact-grid label input {
    width: 100%;
}

body.motion-paused .ticker-wrapper, body.motion-paused .marquee-content {
    animation-play-state: paused !important;
}

.ticker-wrapper:focus-within, .marquee-content:focus-within {
    animation-play-state: paused !important;
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
    .fade-in-animation {
        opacity: 1;
        transform: none;
    }
}

.verification-modal:not(.active), .weddings-verification-modal:not(.is-active) {
    visibility: hidden;
}
