/* ── Apéro Express – Écran Merci ──────────────────────────────────────── */

.aez-merci {
    max-width: 420px;
    margin: 15vh auto 40px;
    padding: 0 24px;
    text-align: center;
}

.aez-merci__icone {
    width: 76px;
    height: 76px;
    margin: 0 auto 22px;
    border-radius: 50%;
    background: #EFA83B;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3D2C22;
}

.aez-merci__icone svg {
    width: 34px;
    height: 34px;
}

.aez-merci__titre {
    font-family: 'Fraunces', Georgia, serif;
    font-size: 1.8em;
    color: #3D2C22;
    margin: 0 0 12px;
}

.aez-merci__soustitre {
    color: #7A8B6F;
    font-size: 1em;
    line-height: 1.6;
    margin: 0 0 22px;
}

.aez-merci__ref {
    display: inline-block;
    background: #fff;
    border: 1px solid rgba(193, 80, 46, 0.2);
    border-radius: 999px;
    padding: 10px 20px;
    color: #3D2C22;
    font-weight: 600;
    font-size: 0.9em;
    margin-bottom: 22px;
}

.aez-merci__btn {
    display: block;
    background: #C1502E;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    padding: 15px 20px;
    border-radius: 999px;
}

/* Sur la page de commande WooCommerce native : espace avant le récap standard */
.woocommerce-order-received .aez-merci,
.woocommerce-order .aez-merci {
    margin-bottom: 32px;
}
