:root {
    color-scheme: light;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: #f7f8fb;
}

button,
input,
select,
textarea {
    color: inherit;
    font: inherit;
}

button {
    cursor: pointer;
}

img {
    max-width: 100%;
}

.eu-honeypot {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    border: 0 !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    white-space: nowrap !important;
}

.eu-confirmation-card {
    max-width: 780px;
}

.eu-form-help {
    display: block;
    margin-top: 8px;
    color: #5b6575;
    font-size: 0.88rem;
}


.eu-captcha {
    min-width: 0;
    margin: 0;
    padding: 14px 16px;
    border: 1px solid #cbd3df;
    border-radius: 10px;
    background: #fff;
}

.eu-captcha legend {
    padding: 0 6px;
    color: #26384e;
    font-weight: 700;
}

.eu-captcha > label {
    display: block;
    margin-bottom: 6px;
}

.eu-captcha-prompt {
    margin: 0 0 8px;
}

.eu-captcha-input {
    display: flex;
    align-items: center;
    gap: 10px;
}

.eu-captcha-input input {
    width: 6rem;
    min-height: 44px;
    padding: 8px 10px;
    border: 1px solid #8793a4;
    border-radius: 6px;
}

