/* PRIME 2 — histórico auditável das baixas de desconto no modal de aluguel */
#p2-rent-dialog .p2-rent-imported-history{margin:0 0 10px;padding:10px;border:1px solid #dccbd3;border-radius:10px;background:#fffafb;text-transform:none}
#p2-rent-dialog .p2-rent-history-title{color:#7b1743;font-size:10.5px;font-weight:850;text-transform:uppercase;letter-spacing:.025em}
#p2-rent-dialog .p2-rent-history-note{margin-top:3px;color:#7b6c74;font-size:8.8px;line-height:1.25;text-transform:none}
#p2-rent-dialog .p2-rent-history-list{display:grid;gap:6px;margin-top:8px}
#p2-rent-dialog .p2-rent-history-row{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:8px;padding:7px 8px;border:1px solid #e4d8dd;border-radius:8px;background:#fff;font-size:9.5px;color:#3a3036}
#p2-rent-dialog .p2-rent-history-row span{min-width:0}
#p2-rent-dialog .p2-rent-history-row span b{color:#6d183a;font-size:9.5px}
#p2-rent-dialog .p2-rent-history-row small{display:block;margin-top:2px;color:#81727a;font-size:8.2px}
#p2-rent-dialog .p2-rent-history-row strong{white-space:nowrap;font-size:10.5px;color:#161219}
#p2-rent-dialog .p2-rent-history-row em{min-width:58px;padding:3px 6px;border-radius:999px;text-align:center;font-style:normal;font-size:7.5px;font-weight:850;letter-spacing:.025em}
#p2-rent-dialog .p2-rent-history-row.ok em{background:#e6f5ed;color:#087345}
#p2-rent-dialog .p2-rent-history-row.rejected em{background:#fff0f0;color:#b52222}
@media(max-width:620px){#p2-rent-dialog .p2-rent-history-row{grid-template-columns:1fr auto}#p2-rent-dialog .p2-rent-history-row em{grid-column:1/-1;justify-self:start}}
