#modal-descuentos .prido-discount-grid {
    grid-template-columns: 1fr;
    gap: 8px;
}

#modal-descuentos .prido-discount-row {
    display: flex;
    align-items: baseline;
    gap: 8px;
    padding: 8px 2px;
    min-height: auto;
}

#modal-descuentos .prido-discount-row .discount-label {
    color: var(--prido-theme-ink, var(--prido-dark));
    font-family: var(--prido-modal-font-family);
    font-size: var(--prido-modal-small-size);
    font-weight: var(--prido-modal-section-weight);
    line-height: var(--prido-modal-small-line);
}

#modal-descuentos .prido-discount-row .discount-value {
    color: var(--prido-theme-ink, var(--prido-dark));
    font-family: var(--prido-modal-font-family);
    font-size: var(--prido-modal-section-size);
    font-weight: var(--prido-modal-section-weight);
    line-height: 1.35;
}

#modal-descuentos .prido-discount-row.is-status .discount-value {
    color: var(--prido-theme-muted, var(--prido-muted));
    font-size: var(--prido-modal-body-size);
    font-weight: 400;
    line-height: var(--prido-modal-body-line);
}

#modal-descuentos #prido-discount-table.has-offer .prido-discount-base-row {
    display: none;
}

:root[data-theme="dark"] #modal-descuentos .prido-discount-row .discount-label {
    color: var(--prido-theme-ink, #fff);
}
