.syverson-dmv-wrap {
    width: 100%;
    max-width: 760px;
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 1.35;
    color: #1f2328;
}

.syverson-dmv-heading {
    margin: 0 0 18px;
    padding: 0;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 700;
    color: #202124;
}

.syverson-dmv-event-date {
    margin: 0 0 16px;
    font-size: 16px;
}

.syverson-dmv-form {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
}

.syverson-dmv-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 16px;
    row-gap: 0;
}

.syverson-dmv-field {
    margin: 0 0 15px;
}

.syverson-dmv-field label {
    display: block;
    margin: 0 0 5px;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.25;
    color: #1f2328;
}

.syverson-dmv-field input,
.syverson-dmv-field select,
.syverson-dmv-field textarea {
    display: block;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 10px 13px;
    border: 1px solid #bcbcbc;
    border-radius: 5px;
    background: #fff;
    color: #111;
    font: inherit;
    box-shadow: none;
}

.syverson-dmv-field input,
.syverson-dmv-field select {
    height: 46px;
    min-height: 46px;
}

.syverson-dmv-field textarea {
    min-height: 94px;
    resize: vertical;
}

.syverson-dmv-field input:focus,
.syverson-dmv-field select:focus,
.syverson-dmv-field textarea:focus,
.syverson-dmv-checkbox input:focus,
.syverson-dmv-submit:focus {
    outline: 2px solid #1f4f7a;
    outline-offset: 2px;
}

.syverson-dmv-full {
    width: 100%;
}

.syverson-dmv-services {
    min-width: 0;
    margin: 4px 0 13px;
    padding: 0;
    border: 0;
}

.syverson-dmv-services legend {
    display: block;
    width: 100%;
    margin: 0 0 3px;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.35;
    color: #1f2328;
}

.syverson-dmv-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    margin: 3px 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    cursor: pointer;
}

.syverson-dmv-checkbox input[type="checkbox"] {
    appearance: auto;
    width: 13px;
    height: 13px;
    min-width: 13px;
    min-height: 13px;
    margin: 2px 0 0;
    padding: 0;
}

.syverson-dmv-time-field {
    margin-top: 10px;
    margin-bottom: 20px;
}

.syverson-dmv-submit {
    appearance: none;
    display: inline-block;
    margin: 0;
    padding: 10px 18px;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #d62e66;
    font: inherit;
    font-weight: 700;
    line-height: 1.2;
    cursor: pointer;
    box-shadow: none;
}

.syverson-dmv-submit:hover {
    background: transparent;
    color: #b92355;
    text-decoration: underline;
}

.syverson-dmv-message {
    margin: 0 0 18px;
    padding: 12px 14px;
    border: 1px solid currentColor;
    border-radius: 4px;
    background: #fff;
}

.syverson-dmv-success {
    color: #176b2c;
}

.syverson-dmv-error {
    color: #a00000;
}

.syverson-dmv-notice {
    color: #444;
}

.syverson-dmv-honeypot {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

@media (max-width: 640px) {
    .syverson-dmv-grid {
        grid-template-columns: 1fr;
        column-gap: 0;
    }

    .syverson-dmv-heading {
        font-size: 29px;
    }
}
