/**
 * Shared frontend styles for Alpha Fields for Contact Form 7.
 *
 * Field-specific styles can be added here when they need to be available
 * whenever the plugin is active.
 */
.alpcf7-address .alpcf7-address__fields {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.wpcf7-form label {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
}

.wpcf7-form input[type=text],
.wpcf7-form select,
.wpcf7-form input[type=tel],
.wpcf7-form input[type=email] {
    padding: 10px 12px;
    height: 44px;
    font-size: 15px;
}

.wpcf7-form textarea {
    padding: 10px 12px;
    font-size: 15px;
    height: 120px;
}