/**
 * Theme Name: fourteenacre-2025
 * Template:   twentytwentyfive
 * ...other header fields
 */
 
 
.wp-block-contact-form-7-contact-form-selector {
    color: #D3D196;
    padding : 2rem;
    border: #53561E ;
    border-radius: .33rem;
    border-width: medium;
    background-color: #53561E;
}

 
.wpcf7-form-control.wpcf7-submit {
    background-color: #A09F5E;
    color: #D3D196;
    font-weight: 500;
    font-size: 1.05rem;
    line-height:inherit;
    border: #A09F5E;
    border-radius: .33rem;
    padding: 0.5rem;
    
}

.wpcf7-response-output {
        border: #A4B578;
        border-radius: .33rem;
         
}