/* Military Deafness Form Styles */

/* Form container card */
.claim-form-container {
    max-width: 500px !important;
    margin: 0 auto !important;
    padding: 30px 30px 20px 30px !important;
    background: #fff !important;
    border-radius: 12px 12px 0 0 !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1) !important;
}

#gform_wrapper_6 {
    max-width: 500px !important;
    margin: 0 auto !important;
    padding: 0 30px 30px 30px !important;
    background: #fff !important;
    border-radius: 0 0 12px 12px !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1) !important;
}

/* Hide radio buttons, style as full-width buttons */
#gform_wrapper_6 .gfield_radio {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
}

#gform_wrapper_6 .gfield_radio input[type="radio"] {
    position: absolute !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
}

#gform_wrapper_6 .gfield_radio .gchoice {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
}

#gform_wrapper_6 .gfield_radio .gchoice label {
    display: block !important;
    width: 100% !important;
    padding: 18px 25px !important;
    background: #fff !important;
    border: 2px solid #1a2332 !important;
    border-radius: 10px !important;
    text-align: center !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #1a2332 !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    box-sizing: border-box !important;
}

#gform_wrapper_6 .gfield_radio .gchoice label:hover {
    background: #f0f4f8 !important;
    border-color: #4a5d23 !important;
}

#gform_wrapper_6 .gfield_radio input[type="radio"]:checked + label {
    background: #4a5d23 !important;
    border-color: #4a5d23 !important;
    color: #fff !important;
}

/* Question labels centered */
#gform_wrapper_6 .gfield--type-radio .gfield_label {
    text-align: center !important;
    font-size: 20px !important;
    margin-bottom: 20px !important;
    display: block !important;
}

/* Hide Next button on radio pages */
#gform_wrapper_6 .gform_page:has(.gfield--type-radio) .gform_page_footer {
    display: none !important;
}

/* Input styling */
#gform_wrapper_6 input[type="text"],
#gform_wrapper_6 input[type="email"],
#gform_wrapper_6 input[type="tel"],
#gform_wrapper_6 select {
    padding: 14px !important;
    border: 2px solid #d1d5db !important;
    border-radius: 8px !important;
    color: #333 !important;
    background: #fff !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

#gform_wrapper_6 select {
    color: #333 !important;
    background: #fff !important;
}

/* Button styling */
#gform_wrapper_6 .gform_button,
#gform_wrapper_6 .gform_next_button {
    background: #b91c1c !important;
    color: #fff !important;
    padding: 14px 35px !important;
    border: none !important;
    border-radius: 8px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
}

#gform_wrapper_6 .gform_previous_button {
    background: #e5e7eb !important;
    color: #1a2332 !important;
    padding: 14px 35px !important;
    border: none !important;
    border-radius: 8px !important;
    cursor: pointer !important;
}

/* Progress bar */
#gform_wrapper_6 .gf_progressbar {
    background: #e5e7eb !important;
    border-radius: 10px !important;
    height: 8px !important;
    margin-bottom: 25px !important;
}

#gform_wrapper_6 .gf_progressbar_percentage {
    background: #4a5d23 !important;
    border-radius: 10px !important;
}

#gform_wrapper_6 .gf_progressbar_title {
    display: none !important;
}

/* Required text */
#gform_wrapper_6 .gfield_required {
    color: #b91c1c !important;
}

/* Hero image positioning */
.wp-block-cover__image-background {
    object-position: center 28% !important;
}
