.phone-input {
    width: 32rem !important;
}

@media (min-width: 768px) {
    .phone-input {
        width: 23rem !important;
    }
}

.v3-honeypot {
    display: none;
}

.v3-form-alert {
    display: none;
}

.v3-form-alert.is-visible {
    display: block;
}

#charCount {
    margin-top: -20px;
}
