.mgz-trade-discount-summary {
    border-top: 1px solid #c9dbe3;
    background: #fff9ec;
}

.mgz-original-grand-hidden {
    display: none !important;
}

@media print {
    html body .mbt-grand-row.mgz-original-grand-hidden,
    html body #mbt-print-area .mbt-grand-row.mgz-original-grand-hidden {
        display: none !important;
    }
}

.mgz-trade-discount-summary > div {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 32px;
    min-height: 42px;
    padding: 8px 24px;
}

.mgz-trade-discount-summary span {
    min-width: 245px;
    color: #0a4c65;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .04em;
    text-align: right;
}

.mgz-trade-discount-summary strong {
    min-width: 220px;
    color: #0a4c65;
    font-size: 20px;
    font-weight: 900;
    text-align: right;
}

.mgz-trade-discount-summary .mgz-trade-discount {
    border-top: 1px dashed #f0b36b;
    background: #fff1d6;
}

.mgz-trade-discount-summary .mgz-trade-discount span,
.mgz-trade-discount-summary .mgz-trade-discount strong {
    color: #c45100;
}

@media (max-width: 760px) {
    .mgz-trade-discount-summary > div {
        gap: 12px;
        padding: 8px 12px;
    }

    .mgz-trade-discount-summary span,
    .mgz-trade-discount-summary strong {
        min-width: 0;
    }

    .mgz-trade-discount-summary span {
        flex: 1;
        font-size: 11px;
    }

    .mgz-trade-discount-summary strong {
        font-size: 16px;
    }
}

@media print {
    .mgz-trade-discount-summary {
        display: block !important;
        break-inside: avoid;
        page-break-inside: avoid;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }
}
