/*
Theme Name: Hello Elementor Child - Spain Property Finder
Theme URI: https://spainpropertyfinder.test/
Description: Child theme for Spain Property Finder. Follows WilApp elementor-architecture standards.
Author: WilApp
Author URI: https://wilapp.com
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/

/* Accessibility Resets & Utilities */
:focus-visible {
    outline: 2px solid #A36710;
    outline-offset: 2px;
}

html, body {
    overflow-x: hidden;
}

/* Form styling enhancements without !important locks */
.spf-checkout-section {
    margin-bottom: 2rem;
}

.spf-checkout-section h3 {
    margin-bottom: 1rem;
    font-size: 1.25rem;
    color: #1A1A1A;
}

.spf-checkbox-group label,
.spf-radio-group label {
    display: inline-block;
    margin-right: 1.25rem;
    margin-bottom: 0.5rem;
    cursor: pointer;
    font-size: 0.95rem;
    color: #1A1A1A;
}

.spf-checkbox-group input[type="checkbox"],
.spf-radio-group input[type="radio"] {
    margin-right: 0.4rem;
    accent-color: #9B131C;
}

.spf-consent-box {
    margin-top: 1rem;
    padding: 1rem;
    background: #FBF6F1;
    border: 1px solid #E5DFD7;
    border-radius: 4px;
}

.spf-consent-box label {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    cursor: pointer;
    font-size: 0.9rem;
    line-height: 1.4;
    color: #1A1A1A;
}

.spf-consent-box input[type="checkbox"] {
    margin-top: 0.2rem;
    accent-color: #9B131C;
}

.spf-price-badge {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    background: #FBF6F1;
    border: 1px solid #A36710;
    border-radius: 4px;
    font-weight: 600;
}
