/**
 * Theme Name: Nine One Realty
 * Theme URI: https://nineonerealty.com
 * Description: Custom theme for Nine One Realty platform.
 * Author: Nine One Realty
 * Version: 1.0.0
 * Text Domain: nine-one-realty
 */

/* Contact Form 7 Styling overrides */
.wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}
.wpcf7-spinner {
    position: absolute;
    right: 20px;
    bottom: 20px;
}
.wpcf7-response-output {
    margin: 1rem 0 0 0 !important;
    padding: 0.75rem 1rem !important;
    border-radius: 4px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    border: 1px solid transparent !important;
}
.wpcf7-mail-sent-ok {
    background-color: #f0fdf4 !important;
    border-color: #bbf7d0 !important;
    color: #15803d !important;
}
.wpcf7-validation-errors {
    background-color: #fef2f2 !important;
    border-color: #fecaca !important;
    color: #b91c1c !important;
}
.wpcf7-not-valid-tip {
    font-size: 12px !important;
    color: #dc2626 !important;
    font-weight: 500 !important;
    margin-top: 4px !important;
    display: block !important;
}

