.evox-fluent-form-shell .fluentform {
    margin: 0;
}

.evox-fluent-form-shell .ff-el-group {
    margin-bottom: 16px;
}

.evox-fluent-form-shell .ff-el-input--label label,
.evox-fluent-form-shell .ff-el-form-check label {
    color: var(--ui-ink);
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
}

.evox-fluent-form-shell .ff-el-form-control {
    width: 100%;
    min-height: 44px;
    border: 1px solid var(--ui-border);
    border-radius: 8px;
    background: #fbfdff;
    color: var(--ui-ink);
    box-shadow: none;
}

.evox-fluent-form-shell textarea.ff-el-form-control {
    min-height: 132px;
    resize: vertical;
}

.evox-fluent-form-shell .ff-el-form-control:focus {
    border-color: var(--ui-brand);
    outline: none;
    box-shadow: 0 0 0 3px #2563eb24;
}

.evox-fluent-form-shell .ff-el-form-check-input {
    width: 16px;
    height: 16px;
    margin-top: 3px;
    accent-color: var(--ui-brand);
}

.evox-fluent-form-shell .ff-btn-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 45px;
    border: 1px solid var(--ui-brand);
    border-radius: 8px;
    background: var(--ui-brand);
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    padding: 11px 24px !important;
    margin-right: auto;
    margin-left: auto;
    line-height: 1.4;
    white-space: normal;
    box-shadow: 0 7px 16px #2563eb29;
    transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.evox-fluent-form-shell .ff_submit_btn_wrapper {
    text-align: center !important;
}

.evox-fluent-form-shell .ff-btn-submit:hover,
.evox-fluent-form-shell .ff-btn-submit:focus-visible {
    border-color: var(--ui-brand-strong);
    background: var(--ui-brand-strong);
    color: #fff;
    transform: translateY(-1px);
}

.evox-fluent-form-shell .ff-errors,
.evox-fluent-form-shell .error.text-danger,
.evox-fluent-form-shell .ff-el-is-error .text-danger {
    margin-top: 6px;
    color: #b42318;
    font-size: 12px;
    line-height: 1.5;
}

.evox-fluent-form-shell .ff-message-success {
    margin: 0;
    border: 1px solid #b7e4c7;
    border-radius: 8px;
    background: #f0fff4;
    color: #166534;
    font-size: 14px;
    line-height: 1.6;
}

.evox-fluent-form-shell .evox-form-privacy,
.evox-fluent-form-shell .evox-form-consent {
    display: block;
    margin: 14px 0 0;
    color: var(--ui-muted);
    font-size: 12px;
    line-height: 1.6;
}

.evox-fluent-form-shell .evox-form-privacy a {
    color: var(--ui-brand-strong);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.evox-fluent-form-shell .evox-form-communications {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin: 14px 0 0;
    color: var(--ui-ink-soft);
    font-size: 12px;
    line-height: 1.6;
}

.evox-fluent-form-shell .evox-form-communications input {
    flex: 0 0 auto;
    width: 16px;
    height: 16px;
    margin: 2px 0 0;
    accent-color: var(--ui-brand);
}

.evox-fluent-form-shell .evox-form-wait-message {
    display: none;
    margin: 12px 0 0;
    color: var(--ui-brand-strong);
    font-size: 12px;
    line-height: 1.5;
}

.evox-fluent-form-shell form.ff_submitting .evox-form-wait-message {
    display: block;
}

@media (max-width: 640px) {
    .evox-fluent-form-shell .ff-btn-submit {
        width: 100%;
        padding-right: 18px !important;
        padding-left: 18px !important;
    }
}

.evox-contact-map {
    margin-top: 28px;
    overflow: hidden;
    border: 1px solid var(--ui-border);
    border-radius: 8px;
    background: var(--ui-surface-alt);
}

.evox-contact-map iframe {
    display: block;
    width: 100%;
    min-height: 280px;
    border: 0;
}

@media (max-width: 640px) {
    .evox-contact-map iframe {
        min-height: 220px;
    }
}

@media (max-width: 640px) {
    body[data-template="default-page"] .mirror-privacy-hero .mirror-container,
    body[data-template="default-page"] .mirror-privacy-content .mirror-privacy-container {
        width: calc(100% - 40px) !important;
        max-width: calc(100% - 40px) !important;
        min-width: 0 !important;
        margin-right: auto !important;
        margin-left: auto !important;
    }

    body[data-template="default-page"] .mirror-privacy-hero h1 {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        padding-right: 16px;
        padding-left: 16px;
        box-sizing: border-box;
        white-space: normal;
        overflow-wrap: anywhere;
        word-break: break-word;
    }

    body[data-template="default-page"] .mirror-privacy-article {
        width: 100% !important;
        max-width: 100%;
        min-width: 0;
        box-sizing: border-box;
        overflow-wrap: anywhere;
        word-break: break-word;
    }

    body[data-template="default-page"] .mirror-privacy-article img,
    body[data-template="default-page"] .mirror-privacy-article svg,
    body[data-template="default-page"] .mirror-privacy-article iframe {
        max-width: 100%;
        height: auto;
    }

    body[data-template="default-page"] .mirror-privacy-article pre {
        max-width: 100%;
        overflow-x: auto;
        overflow-wrap: normal;
        word-break: normal;
    }
}

.evox-mobile-menu-chevron {
    display: block;
    width: 9px;
    height: 9px;
    flex: 0 0 9px;
    margin: 0 4px 0 12px;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    transform: translateY(-2px) rotate(45deg);
    transition: transform .18s ease;
}

.evox-mobile-menu-group[open] > .evox-mobile-menu-summary .evox-mobile-menu-chevron {
    transform: translateY(2px) rotate(225deg);
}

.mirror-documents-page .mirror-events-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 48px;
    padding-top: 28px;
    border-top: 1px solid var(--ui-border, #d3dde4);
}

.mirror-documents-page .mirror-events-pagination .nav-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    max-width: 100%;
    flex-wrap: wrap;
}

.mirror-documents-page .mirror-events-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 12px;
    border: 1px solid var(--ui-border, #d3dde4);
    border-radius: 8px;
    background: #fff;
    color: var(--ui-ink, #172033);
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    box-sizing: border-box;
    transition: border-color .18s ease, background-color .18s ease, color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.mirror-documents-page .mirror-events-pagination .page-numbers:not(.current):hover,
.mirror-documents-page .mirror-events-pagination .page-numbers:not(.current):focus-visible {
    border-color: var(--ui-brand, #2563eb);
    background: #eff6ff;
    color: var(--ui-brand-strong, #1d4ed8);
    outline: none;
    transform: translateY(-1px);
}

.mirror-documents-page .mirror-events-pagination .page-numbers.current {
    border-color: var(--ui-brand, #2563eb);
    background: var(--ui-brand, #2563eb);
    color: #fff;
    box-shadow: 0 5px 12px #2563eb26;
}

.mirror-documents-page .mirror-events-pagination .prev,
.mirror-documents-page .mirror-events-pagination .next {
    min-width: 88px;
    padding-right: 16px;
    padding-left: 16px;
}

@media (max-width: 640px) {
    .mirror-documents-page .mirror-events-pagination {
        margin-top: 36px;
        padding-top: 22px;
    }

    .mirror-documents-page .mirror-events-pagination .page-numbers {
        min-width: 38px;
        height: 38px;
        padding-right: 10px;
        padding-left: 10px;
    }

    .mirror-documents-page .mirror-events-pagination .prev,
    .mirror-documents-page .mirror-events-pagination .next {
        min-width: 82px;
    }
}