/*
Theme Name:   Mercy Medical Clinic
Theme URI:    https://mercymedicalclinic.com
Author:       Mercy Medical
Author URI:   https://mercymedicalclinic.com
Description:  Custom WordPress theme for Mercy Medical Clinic — Charlotte, NC primary care. Converted from a static HTML design.
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  mercy-medical
Tags:         healthcare, medical, primary-care, responsive
*/

/* Fix for Contact Form 7 inputs (prevents invisible white-on-white text) */
.wpcf7-form-control:not(.wpcf7-submit) {
    color: #1a2e44 !important;
    background-color: transparent;
}

.wpcf7-form-control::placeholder {
    color: #9ca3af !important;
}
