/*
========================================
DR.CLEAR - CHECKOUT TOP SPACING TIGHTEN
YITH SHORTCODE CHECKOUT
========================================
*/

/* כל אזור ההודעות העליון */
body.woocommerce-checkout .woocommerce-form-login-toggle,
body.woocommerce-checkout .woocommerce-form-coupon-toggle,
body.woocommerce-checkout .woocommerce-notices-wrapper{
    margin: 0 !important;
    padding: 0 !important;
}

/* כל שורות המידע העליונות */
body.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info,
body.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info,
body.woocommerce-checkout .woocommerce-notices-wrapper .woocommerce-info,
body.woocommerce-checkout .woocommerce-info{
    margin: 0 0 4px !important;
    padding: 4px 0 !important;
    min-height: auto !important;
    line-height: 1.35 !important;
}

/* שורת לקוח חוזר */
body.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info{
    text-align: center !important;
}

/* הלינק יישאר באותה שורה */
body.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info a{
    display: inline !important;
}

/* ההודעה שלך */
body.woocommerce-checkout .dc-guest-note{
    margin: 4px 0 0 !important;
    text-align: center !important;
    line-height: 1.2 !important;
    font-size: 13px !important;
    color: #666 !important;
}

/* כותרת פרטי חיוב */
body.woocommerce-checkout .woocommerce-billing-fields h3{
    margin: 0 0 8px !important;
}

/* עטיפת שורת הקופון */
body.woocommerce-checkout .woocommerce-form-coupon-toggle{
    margin-bottom: 4px !important;
}

/* מובייל */
@media (max-width: 767px){
    body.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info,
    body.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info,
    body.woocommerce-checkout .woocommerce-notices-wrapper .woocommerce-info,
    body.woocommerce-checkout .woocommerce-info{
        margin: 0 0 3px !important;
        padding: 3px 0 !important;
        line-height: 1.3 !important;
        font-size: 14px !important;
    }

    body.woocommerce-checkout .woocommerce-billing-fields h3{
        margin: 0 0 6px !important;
    }

    body.woocommerce-checkout .dc-guest-note{
        margin-top: 3px !important;
        font-size: 12px !important;
    }
}