.jdr-ld-cart-banner {
    margin-bottom: 20px;
    padding: 12px 18px;
    background: #f8ecef;
    border-radius: 4px;
}

.jdr-ld-cart-banner p {
    margin: 0 0 5px;
}

.jdr-ld-cart-banner p:last-child {
    margin-bottom: 0;
}

.jdr-ld-bloc-commande {
    margin-bottom: 30px;
}

/* Encadrés gris pour chaque section du checkout (lisibilité) */
.jdr-ld-section {
    background: #f5f5f5;
    padding: 25px;
    border-radius: 6px;
    margin-bottom: 30px;
}

/* Titres de section au même style que les titres WooCommerce natifs (ex. "Détails de
   facturation") : 28px, normal, couleur et police du thème. */
.jdr-ld-heading {
    display: block;
    font-size: 28px;
    font-weight: 400;
    color: #4a3e5a;
    font-family: "Bricolage Grotesque", sans-serif;
    margin: 0 0 20px;
}

.jdr-ld-mode-row {
    margin-top: -10px;
}

.jdr-ld-mode-line {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 12px;
}

.jdr-ld-mode-label {
    display: inline-flex;
    align-items: center;
    font-weight: normal;
}

.jdr-ld-input {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #ebebeb;
    border-radius: 0;
    padding: 20px 25px;
    font-size: 14px;
    background: #fff;
}

textarea.jdr-ld-input {
    padding: 15px 20px;
}

.jdr-ld-commune-message {
    display: none;
    margin-top: 8px;
    padding: 10px 15px;
    border-radius: 4px;
    background: #f8ecef;
    font-weight: 600;
}

.jdr-ld-plus-infos {
    display: inline-block;
    font-size: 13px;
    text-decoration: underline;
}

/* Champs ville/code postal grisés en livraison locale : déjà déterminés par la commune */
input.jdr-ld-champ-grise {
    background: #eee;
    color: #999;
    cursor: not-allowed;
}
