/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

.health-terms-checkbox {
            margin-top: 20px !important;
            /* padding: 15px !important;
            background: #f9f9f9 !important;
            border-radius: 5px !important;
            border: 1px solid #e0e0e0 !important; */
        }

        .health-terms-checkbox label {
            font-size: 14px !important;
            line-height: 1.6 !important;
            color: #333 !important;
        }

        .health-terms-checkbox input[type="checkbox"] {
            margin-right: 10px !important;
            width: 18px !important;
            height: 18px !important;
            cursor: pointer !important;
        }

        .health-terms-checkbox a {
            color: #3cb9ef !important;
            text-decoration: underline !important;
            font-weight: 600 !important;
        }

        .health-terms-checkbox a:hover {
            color: #2ea3d8 !important;
        }

        /* Messaggio di errore */
        .health-terms-checkbox.woocommerce-invalid {
            border-color: #e2401c !important;
            background: #fff5f5 !important;
        }

        