: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;
}

