/* =========================================
   ASTRA MODERN CHECKOUT - PŘIHLÁSIT SE
========================================= */

/* Nadpis + Přihlásit se v jednom řádku */
.ast-modern-checkout .woocommerce form.woocommerce-checkout .woocommerce-billing-fields-custom .ast-checkout-form-heading{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
}

/* Zruší původní odsazení Astry */
.ast-modern-checkout .woocommerce form.woocommerce-checkout .woocommerce-billing-fields-custom .ast-checkout-form-heading .woocommerce-billing-fields__customer-login-label{
    margin:0;
    font-weight:400;
}

/* Odkaz jako tlačítko */
#ast-customer-login-url{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:8px 16px;
    border:1px solid #111;
    border-radius:8px;
    background:#fff;
    color:#111 !important;
    font-size:13px;
    font-weight:700;
    text-decoration:none !important;
    transition:.25s ease;
}

#ast-customer-login-url:hover{
    background:#111;
    color:#fff !important;
}

/* Astra checkout - zarovnání Přihlásit se s nadpisem */
.ast-modern-checkout .woocommerce form.woocommerce-checkout .woocommerce-billing-fields-custom .ast-checkout-form-heading .woocommerce-billing-fields__customer-login-label {
    text-transform: none;
    font-weight: 600;
    margin-top: -8px !important;
}

@media (max-width:768px){

    .ast-modern-checkout .woocommerce form.woocommerce-checkout .woocommerce-billing-fields-custom .ast-checkout-form-heading{
        flex-wrap:wrap;
    }

    .ast-modern-checkout .woocommerce form.woocommerce-checkout .woocommerce-billing-fields-custom .ast-checkout-form-heading .woocommerce-billing-fields__customer-login-label{
        width:100%;
    }

    #ast-customer-login-url{
        width:100%;
    }

}
