/* Aurantara Discount Rules — Checkout display */
.adr-discount-summary {
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    border-radius: 10px;
    padding: 16px 18px;
    margin: 0 0 20px;
}
.adr-discount-header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
}
.adr-discount-icon { font-size: 18px; }
.adr-discount-title { font-weight: 600; font-size: 14px; color: #15803d; }
.adr-discount-list { list-style: none; margin: 0 0 12px; padding: 0; }
.adr-discount-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
    border-bottom: 1px solid #d1fae5;
    font-size: 13px;
}
.adr-discount-item:last-child { border-bottom: none; }
.adr-discount-name { color: #374151; }
.adr-discount-amount { font-weight: 600; color: #15803d; }
.adr-discount-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
    border-top: 1.5px solid #86efac;
    font-weight: 600;
    font-size: 14px;
    color: #15803d;
}
.adr-discount-total-amount { font-size: 16px; }
