/* Keep secondary modal actions readable in both themes. */
.hres-modal footer button:not(.is-primary):not(.is-danger):not(.hospitality-primary-button) {
  color: #17324e;
  background: #fff;
}

.biva-theme-dark .hres-modal footer button:not(.is-primary):not(.is-danger):not(.hospitality-primary-button) {
  border-color: #607988;
  color: #eaf5f4;
  background: #294753;
}

.hres-detail dd.is-due{color:#c62836}.hres-detail dd.is-paid{color:#078a67}.hres-folio{overflow:hidden;border:1px solid #dfe7ef;border-radius:14px}.hres-folio>header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;background:#f6f9fc}.hres-folio>header small{color:#078a67;font-size:9px;font-weight:900;letter-spacing:.1em}.hres-folio>header h3{margin:3px 0 0;color:#10233d}.hres-folio>header>div:last-child{display:flex;gap:7px}.hres-folio>header button{min-height:36px;padding:0 12px;border:1px solid #cbd9e5;border-radius:9px;color:#17304b;background:#fff;font-weight:800;cursor:pointer}.hres-folio>header button.is-payment{border-color:#0da976;color:#fff;background:#0da976}.hres-folio-entries article{display:grid;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:10px;padding:12px 16px;border-top:1px solid #e5ecf3}.hres-folio-entries article>i{display:grid;width:30px;height:30px;place-items:center;border-radius:9px;font-style:normal;font-weight:900}.hres-folio-entries article>i.is-charge{color:#a14b00;background:#fff0dc}.hres-folio-entries article>i.is-payment{color:#087354;background:#e2f8ef}.hres-folio-entries strong,.hres-folio-entries small{display:block}.hres-folio-entries strong{color:#19314b;font-size:12px}.hres-folio-entries small{margin-top:3px;color:#75879a;font-size:9px;text-transform:capitalize}.hres-folio-entries b{font-size:12px}.hres-folio-entries b.is-charge{color:#a14b00}.hres-folio-entries b.is-payment{color:#078a67}.hres-entry-card{width:min(560px,96vw)!important}.biva-theme-dark .hres-folio{border-color:#34505c}.biva-theme-dark .hres-folio>header{background:#203c47}.biva-theme-dark .hres-folio>header h3,.biva-theme-dark .hres-folio-entries strong{color:#f1f8f5}.biva-theme-dark .hres-folio-entries article{border-color:#34505c}.biva-theme-dark .hres-folio>header button{border-color:#45616d;color:#f1f8f5;background:#203c47}.biva-theme-dark .hres-folio>header button.is-payment{border-color:#0da976;background:#0da976}
@media(max-width:620px){.hres-folio>header{align-items:flex-start;flex-direction:column}.hres-folio>header>div:last-child{width:100%}.hres-folio>header button{flex:1}.hres-folio-entries article{padding:11px}.hres-folio-entries strong{white-space:normal}}

.hres-detail-error{display:grid;grid-template-columns:34px minmax(0,1fr) 28px;align-items:start;gap:11px;padding:13px 14px;border:1px solid #f2b8bd;border-radius:12px;color:#9f1d2a;background:#fff0f1}.hres-detail-error>span{display:grid;width:30px;height:30px;place-items:center;border-radius:9px;color:#fff;background:#d33343;font-weight:950}.hres-detail-error strong,.hres-detail-error p{display:block}.hres-detail-error p{margin:4px 0 0;color:#a52a35;line-height:1.45}.hres-detail-error>button{width:28px;height:28px;border:0;border-radius:8px;color:#9f1d2a;background:#ffdfe2;font-size:18px;cursor:pointer}.biva-theme-dark .hres-detail-error{border-color:#7c3c46;color:#ffced2;background:#43242c}.biva-theme-dark .hres-detail-error p{color:#ffc1c7}.biva-theme-dark .hres-detail-error>button{color:#ffd9dd;background:#60313a}
