
/* Royal Leo contact form v1.7 */

.contact-office-title {
    font-family: var(--serif);
    font-size: clamp(2.5rem, 5vw, 3.3rem);
    font-weight: 500;
}

.contact-status {
    margin-bottom: 22px;
    padding: 16px 18px;
    border: 1px solid rgba(255,255,255,.12);
    background: rgba(255,255,255,.035);
    line-height: 1.55;
}

.contact-status.success {
    border-color: rgba(200,160,75,.45);
    background: rgba(200,160,75,.07);
}

.contact-status.error {
    border-color: rgba(190,85,85,.5);
    background: rgba(190,85,85,.08);
}

.contact-honeypot {
    position: absolute !important;
    left: -10000px !important;
    top: auto !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.contact-privacy-note {
    margin: 14px 0 0;
    color: #777;
    font-size: .78rem;
    line-height: 1.5;
}

.contact-box textarea {
    min-height: 180px;
    resize: vertical;
}
