.yidi-quote-form__field {
    margin-block-end: 1rem;
}

.yidi-quote-form__field label,
.yidi-quote-form__field input,
.yidi-quote-form__field select,
.yidi-quote-form__field textarea {
    display: block;
    inline-size: 100%;
}

.yidi-quote-form__honeypot {
    block-size: 1px;
    clip: rect(0 0 0 0);
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    inline-size: 1px;
}

.yidi-quote-form__form .yidi-quote-form__field--consent a {
    text-decoration: underline;
    text-decoration-thickness: 0.1em;
    text-underline-offset: 0.15em;
}

.yidi-quote-form__form button[type="submit"] {
    background: #2f2a24;
    border: 2px solid #2f2a24;
    color: #fff;
    cursor: pointer;
    padding: 0.75rem 1rem;
    transition: none;
}
