.cqt-hs-form {
    --cqt-hs-accent: #0b3b4a;
    color: inherit;
    font: inherit;
    max-width: 100%;
}

.cqt-hs-form__intro,
.cqt-hs-form__privacy,
.cqt-hs-form__status {
    margin: 0 0 1rem;
}

.cqt-hs-form__fields {
    display: grid;
    gap: 1rem;
}

.cqt-hs-form__field label,
.cqt-hs-form__legend {
    display: block;
    font-weight: 600;
    margin-bottom: .35rem;
}

.cqt-hs-form__field input:not([type="radio"]):not([type="checkbox"]),
.cqt-hs-form__field select,
.cqt-hs-form__field textarea {
    background: #fff;
    border: 1px solid #7b8790;
    border-radius: 4px;
    box-sizing: border-box;
    color: #17252a;
    font: inherit;
    max-width: 100%;
    padding: .7rem .8rem;
    width: 100%;
}

.cqt-hs-form__choice {
    align-items: flex-start;
    display: flex;
    font-weight: 400;
    gap: .55rem;
    margin: .4rem 0;
}

.cqt-hs-form__choice input {
    flex: 0 0 auto;
    margin-top: .25em;
}

.cqt-hs-form__description {
    color: #47565e;
    font-size: .92em;
    margin: 0 0 .35rem;
}

.cqt-hs-form__submit {
    background: var(--cqt-hs-accent);
    border: 0;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font: inherit;
    font-weight: 700;
    justify-self: start;
    padding: .75rem 1.25rem;
}

.cqt-hs-form__submit:hover,
.cqt-hs-form__submit:focus-visible {
    filter: brightness(1.15);
}

.cqt-hs-form__status {
    border-left: 4px solid #8a1c1c;
    padding: .75rem 1rem;
}

.cqt-hs-form__status--success {
    border-left-color: #22713b;
}

.cqt-hs-form__trap {
    left: -10000px !important;
    position: absolute !important;
    top: auto !important;
}

