/* PRIME 2 — Central de Aluguéis + modal de pagamento — refinamento visual 31/08/2026 */

/* =========================
   CENTRAL DE ALUGUÉIS
   ========================= */
.p2-rental-approved{
  display:grid!important;
  gap:11px!important;
  color:#111827!important;
  min-width:0!important;
}

/* cabeçalho */
.p2-rental-approved .p2-rental-hero{
  min-height:76px!important;
  padding:15px 20px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:18px!important;
  border:1px solid #3d536f!important;
  border-radius:16px!important;
  background:linear-gradient(105deg,#78183f 0%,#8a1f4b 58%,#263e60 100%)!important;
  color:#fff!important;
  box-shadow:none!important;
}
.p2-rental-approved .p2-rental-hero>div:first-child{min-width:220px!important}
.p2-rental-approved .p2-rental-hero h1{
  margin:0 0 4px!important;
  color:#fff!important;
  font-size:15px!important;
  line-height:1.08!important;
  font-weight:850!important;
  letter-spacing:-.02em!important;
  text-transform:uppercase!important;
}
.p2-rental-approved .p2-rental-hero p{
  margin:0!important;
  color:#f4d8e4!important;
  font-size:8.5px!important;
  line-height:1.15!important;
  font-weight:600!important;
  text-transform:uppercase!important;
}
.p2-rent-top-actions{
  display:flex!important;
  align-items:flex-end!important;
  justify-content:flex-end!important;
  gap:8px!important;
  flex-wrap:wrap!important;
}
.p2-rent-top-actions label{
  display:grid!important;
  gap:3px!important;
  color:#f5dce7!important;
  font-size:7px!important;
  font-weight:850!important;
  line-height:1!important;
  letter-spacing:.05em!important;
  text-transform:uppercase!important;
}
.p2-rent-top-actions select{
  min-width:58px!important;
  height:27px!important;
  min-height:27px!important;
  padding:0 8px!important;
  border:0!important;
  border-radius:7px!important;
  background:#fff!important;
  color:#252936!important;
  font-size:9px!important;
  line-height:27px!important;
  font-weight:700!important;
  box-shadow:none!important;
  outline:none!important;
}
.p2-rent-top-actions label:nth-child(2) select{min-width:90px!important}
.p2-rent-head-btn{
  height:28px!important;
  min-height:28px!important;
  padding:0 12px!important;
  border:1px solid #d9c7cf!important;
  border-radius:7px!important;
  background:#fff!important;
  color:#6a4c59!important;
  font:750 8.5px/1 inherit!important;
  text-transform:uppercase!important;
  white-space:nowrap!important;
  cursor:pointer!important;
  box-shadow:none!important;
}
.p2-rent-head-btn:hover{background:#fff8fb!important;border-color:#bd9cac!important;color:#7d1747!important}

/* KPIs */
.p2-rent-kpis.approved{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:10px!important;
  margin:0!important;
}
.p2-rent-kpis.approved article{
  min-height:85px!important;
  padding:13px 15px!important;
  display:grid!important;
  align-content:center!important;
  gap:6px!important;
  border:1px solid #d5c7ce!important;
  border-radius:15px!important;
  background:linear-gradient(145deg,#fbf7f9,#eee7eb)!important;
  box-shadow:none!important;
}
.p2-rent-kpis.approved article.success{background:linear-gradient(145deg,#edf5f8,#dbe9f1)!important}
.p2-rent-kpis.approved article.danger{background:linear-gradient(145deg,#fff8f0,#eee2d4)!important}
.p2-rent-kpis.approved article.percent{background:linear-gradient(145deg,#f0f8f4,#deede7)!important}
.p2-rent-kpis.approved span{
  color:#6d5963!important;
  font-size:7.5px!important;
  line-height:1!important;
  font-weight:850!important;
  letter-spacing:.07em!important;
  text-transform:uppercase!important;
}
.p2-rent-kpis.approved strong{
  margin:0!important;
  color:#111827!important;
  font-size:18px!important;
  line-height:1!important;
  font-weight:850!important;
  letter-spacing:.01em!important;
}
.p2-rent-kpis.approved .success strong{color:#078243!important}
.p2-rent-kpis.approved .danger strong{color:#c51d16!important}
.p2-rent-kpis.approved .percent strong{color:#8c1748!important}
.p2-rent-kpis.approved small{
  margin-top:0!important;
  color:#6e5964!important;
  font-size:6.8px!important;
  line-height:1.15!important;
  font-weight:750!important;
  text-transform:uppercase!important;
}

/* cartões por unidade */
.p2-rent-unit-grid.approved{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:10px!important;
  margin:0!important;
}
.p2-rent-unit-card{
  min-height:101px!important;
  padding:11px 12px!important;
  display:grid!important;
  align-content:start!important;
  gap:5px!important;
  border:1px solid #dccfd5!important;
  border-radius:13px!important;
  background:#fbf7f9!important;
  box-shadow:none!important;
}
.p2-rent-unit-card h3{
  margin:0 0 2px!important;
  color:#182736!important;
  font-size:8.5px!important;
  line-height:1.05!important;
  font-weight:850!important;
  text-transform:uppercase!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
.p2-rent-unit-card div{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:10px!important;
  color:#222b34!important;
  font-size:8px!important;
  line-height:1.1!important;
  text-transform:uppercase!important;
}
.p2-rent-unit-card div span{min-width:0!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
.p2-rent-unit-card div b{
  color:#0a8b49!important;
  font-size:8px!important;
  line-height:1.1!important;
  white-space:nowrap!important;
}
.p2-rent-unit-card div b.danger{color:#c61d18!important}
.p2-rent-unit-card.consolidated{
  border-color:#4b6380!important;
  background:#203b5d!important;
  color:#fff!important;
}
.p2-rent-unit-card.consolidated h3,.p2-rent-unit-card.consolidated div{color:#fff!important}
.p2-rent-unit-card.consolidated div b{color:#54dfa0!important}
.p2-rent-unit-card.consolidated div:last-child b{color:#ff8989!important}

/* registrar / devedores */
.p2-rent-workspace.approved{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:12px!important;
  margin:0!important;
}
.p2-rent-workspace.approved>section{
  min-height:234px!important;
  padding:20px!important;
  border:1px solid #d8cbd1!important;
  border-radius:16px!important;
  background:#fbf7f9!important;
  box-shadow:none!important;
  min-width:0!important;
}
.p2-rent-workspace.approved h2{
  margin:0 0 10px!important;
  color:#171d28!important;
  font-size:9.5px!important;
  line-height:1.1!important;
  font-weight:850!important;
  text-transform:uppercase!important;
}
.p2-rent-workspace.approved p{
  margin:0 0 14px!important;
  color:#715e67!important;
  font-size:7.7px!important;
  line-height:1.25!important;
  text-transform:uppercase!important;
}
.p2-rent-workspace.approved label{
  display:grid!important;
  gap:5px!important;
  color:#775b68!important;
  font-size:7.5px!important;
  line-height:1!important;
  font-weight:800!important;
  letter-spacing:.05em!important;
  text-transform:uppercase!important;
}
.p2-rent-workspace.approved select{
  width:100%!important;
  height:34px!important;
  min-height:34px!important;
  margin:0!important;
  padding:0 10px!important;
  border:1px solid #d7c6ce!important;
  border-radius:9px!important;
  background:#fff!important;
  color:#2f3038!important;
  font-size:9px!important;
  box-shadow:none!important;
  outline:none!important;
}
.p2-rent-open-row{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  gap:8px!important;
  align-items:end!important;
  margin-top:12px!important;
}
.p2-rent-primary{
  height:35px!important;
  min-height:35px!important;
  padding:0 18px!important;
  border:0!important;
  border-radius:9px!important;
  background:linear-gradient(180deg,#972250,#7c1743)!important;
  color:#fff!important;
  font:850 9px/1 inherit!important;
  text-transform:uppercase!important;
  cursor:pointer!important;
  box-shadow:0 6px 12px rgba(124,23,67,.17)!important;
}
.p2-rent-debtors{
  max-height:178px!important;
  overflow:auto!important;
  padding-right:2px!important;
  scrollbar-width:thin!important;
}
.p2-debtor.approved{
  min-height:40px!important;
  padding:7px 0!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto auto auto!important;
  gap:8px!important;
  align-items:center!important;
  border-bottom:1px solid #e7dce1!important;
}
.p2-debtor.approved:last-child{border-bottom:0!important}
.p2-debtor.approved span b{
  display:block!important;
  color:#182736!important;
  font-size:8.8px!important;
  line-height:1.05!important;
  font-weight:850!important;
  text-transform:uppercase!important;
}
.p2-debtor.approved span small{
  display:block!important;
  margin-top:2px!important;
  color:#7f6d76!important;
  font-size:7px!important;
  line-height:1!important;
  text-transform:uppercase!important;
}
.p2-debtor.approved>strong{
  color:#d21e18!important;
  font-size:8.8px!important;
  line-height:1!important;
  font-weight:850!important;
  white-space:nowrap!important;
}
.p2-rent-charge,.p2-rent-register{
  height:27px!important;
  min-height:27px!important;
  padding:0 9px!important;
  border-radius:7px!important;
  font:800 7.8px/1 inherit!important;
  text-transform:uppercase!important;
  cursor:pointer!important;
}
.p2-rent-charge{border:0!important;background:#078d47!important;color:#fff!important}
.p2-rent-register{border:1px solid #d5c4cc!important;background:#fff!important;color:#725967!important}
.p2-rent-empty{margin:12px 0!important;color:#7d6c75!important;font-size:9px!important;text-align:center!important}

/* lista anual */
.p2-rent-list-card{
  padding:18px 19px 10px!important;
  overflow:hidden!important;
  border:1px solid #d8cbd1!important;
  border-radius:16px!important;
  background:#fbf7f9!important;
  box-shadow:none!important;
}
.p2-rent-filters{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  gap:10px!important;
  align-items:center!important;
  margin-bottom:9px!important;
}
.p2-rent-filters input[type="text"],.p2-rent-filters>input{
  height:31px!important;
  min-height:31px!important;
  padding:0 10px!important;
  border:1px solid #d7c6ce!important;
  border-radius:8px!important;
  background:#fff!important;
  color:#29333f!important;
  font-size:8.5px!important;
  outline:none!important;
  box-shadow:none!important;
}
.p2-rent-filters label{
  display:flex!important;
  align-items:center!important;
  gap:7px!important;
  color:#271f24!important;
  font-size:8px!important;
  line-height:1!important;
  text-transform:uppercase!important;
  white-space:nowrap!important;
}
.p2-rent-filters label input{width:13px!important;height:13px!important;accent-color:#8c1a4d!important}
.p2-rent-tabs{
  display:flex!important;
  gap:6px!important;
  flex-wrap:wrap!important;
  margin-bottom:8px!important;
}
.p2-rent-tabs button{
  height:24px!important;
  min-height:24px!important;
  padding:0 10px!important;
  border:1px solid #d6c6cd!important;
  border-radius:999px!important;
  background:#fff!important;
  color:#34303a!important;
  font:750 7.7px/1 inherit!important;
  text-transform:uppercase!important;
  cursor:pointer!important;
}
.p2-rent-tabs button.on{border-color:#8e174d!important;background:#8e174d!important;color:#fff!important}
.p2-rent-table-scroll{overflow-x:auto!important;overflow-y:visible!important}
.p2-rent-year-table{
  width:100%!important;
  min-width:1000px!important;
  border-collapse:collapse!important;
  table-layout:fixed!important;
}
.p2-rent-year-table th,.p2-rent-year-table td{
  height:38px!important;
  padding:5px 8px!important;
  border-bottom:1px solid #e3d8dd!important;
  background:transparent!important;
}
.p2-rent-year-table thead th{
  height:26px!important;
  padding-top:5px!important;
  padding-bottom:5px!important;
  background:#edf1f5!important;
  color:#425a68!important;
  font-size:7.2px!important;
  line-height:1!important;
  font-weight:850!important;
  letter-spacing:.05em!important;
  text-transform:uppercase!important;
}
.p2-rent-year-table th:first-child{width:39%!important;text-align:left!important}
.p2-rent-year-table th:nth-child(2){width:13%!important;text-align:right!important}
.p2-rent-year-table th:nth-child(3){width:48%!important;text-align:right!important}
.p2-rent-year-table th small{color:#cf9fb3!important;font-size:5.8px!important;font-weight:650!important}
.p2-rent-year-table tbody tr:hover{background:rgba(140,23,77,.035)!important}
.p2-rent-year-table td:first-child strong{
  display:block!important;
  color:#182736!important;
  font-size:8.7px!important;
  line-height:1.05!important;
  font-weight:850!important;
  text-transform:uppercase!important;
}
.p2-rent-year-table td:first-child small{
  display:block!important;
  margin-top:2px!important;
  color:#7e6e76!important;
  font-size:6.8px!important;
  line-height:1!important;
  text-transform:uppercase!important;
}
.p2-rent-due{text-align:right!important;color:#111827!important;font-size:8.8px!important;font-weight:750!important}
.p2-rent-month-strip{
  display:grid!important;
  grid-template-columns:repeat(12,22px)!important;
  justify-content:end!important;
  gap:3px!important;
}
.p2-month-chip{
  width:22px!important;
  height:28px!important;
  min-height:28px!important;
  padding:1px!important;
  display:grid!important;
  grid-template-rows:12px 8px!important;
  place-items:center!important;
  border:1px solid #ccd7e0!important;
  border-radius:6px!important;
  background:#f8fafc!important;
  color:#6d7d87!important;
  font-family:inherit!important;
  cursor:pointer!important;
  box-shadow:none!important;
  transition:border-color .12s ease,background .12s ease!important;
}
.p2-month-chip span{font-size:8.5px!important;font-weight:850!important;line-height:1!important}
.p2-month-chip small{font-size:5.2px!important;line-height:1!important;text-transform:uppercase!important}
.p2-month-chip.paid{border-color:#b6dfcb!important;background:#f0fbf6!important;color:#16925d!important}
.p2-month-chip.open{border-color:#e7c4c4!important;background:#fff6f5!important;color:#cc3027!important}
.p2-month-chip.discount{border-color:#d6c8e8!important;background:#f7f3fc!important;color:#704e9b!important}
.p2-month-chip.none{border-color:#d7dfe6!important;background:#f8fafc!important;color:#81909a!important}
.p2-month-chip:hover{border-color:#9f647f!important;background:#fff!important;transform:none!important;box-shadow:none!important}

/* =========================
   MODAL PAGAMENTO
   ========================= */
#p2-rent-dialog.p2-rent-dialog{
  width:min(640px,calc(100vw - 24px))!important;
  max-width:640px!important;
  max-height:calc(100vh - 24px)!important;
  padding:0!important;
  border:1px solid #ddcfd6!important;
  border-radius:18px!important;
  background:#f4eef1!important;
  color:#25212a!important;
  box-shadow:0 28px 80px rgba(6,16,30,.5)!important;
  overflow:auto!important;
}
#p2-rent-dialog::backdrop{background:rgba(6,15,28,.72)!important;backdrop-filter:blur(4px)!important}
#p2-rent-dialog .p2-rent-dialog-head{
  position:sticky!important;top:0!important;z-index:5!important;
  min-height:58px!important;padding:0 22px!important;
  display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;
  background:#fffafb!important;border-bottom:1px solid #d8c9d0!important;
}
#p2-rent-dialog .p2-rent-dialog-head h2{margin:0!important;color:#11182a!important;font-size:17px!important;font-weight:850!important;letter-spacing:-.02em!important;text-transform:uppercase!important}
#p2-rent-dialog .p2-rent-dialog-head .p2-btn{min-height:34px!important;padding:7px 13px!important;border:1px solid #d5c2ca!important;border-radius:11px!important;background:#fffafb!important;color:#614552!important;font-size:11px!important;font-weight:600!important;text-transform:uppercase!important;box-shadow:none!important}
#p2-rent-dialog .p2-rent-dialog-summary{display:block!important;padding:25px 22px 14px!important;background:#f4eef1!important;border-bottom:0!important;color:#6d6068!important;font-size:12px!important;text-transform:uppercase!important}
#p2-rent-dialog #p2-rent-dialog-meta{line-height:1.45!important}
#p2-rent-dialog #p2-rent-dialog-meta b{color:#66555e!important;font-weight:850!important}
#p2-rent-dialog .p2-rent-movements{margin-top:10px!important}
#p2-rent-dialog .p2-rent-movements>p{margin:0!important;color:#7a6c74!important;font-size:11px!important;text-transform:uppercase!important}
#p2-rent-dialog .p2-rent-movement-list{display:grid!important;gap:6px!important}
#p2-rent-dialog .p2-rent-movement-list>div{display:grid!important;grid-template-columns:1fr auto!important;gap:3px 12px!important;padding:8px 10px!important;border:1px solid #e1d3d9!important;border-radius:9px!important;background:#fff!important;font-size:10px!important;text-transform:none!important}
#p2-rent-dialog .p2-rent-movement-list small{grid-column:1/-1!important;color:#7b6f75!important}
#p2-rent-dialog .p2-rent-dialog-totals{display:flex!important;flex-wrap:wrap!important;align-items:center!important;gap:8px 15px!important;margin-top:13px!important;color:#2e2930!important;font-size:13px!important;text-transform:none!important}
#p2-rent-dialog .p2-rent-dialog-totals b{color:#18141a!important;font-size:14px!important}
#p2-rent-dialog .p2-rent-dialog-totals b.success{color:#0a8b51!important}
#p2-rent-dialog .p2-rent-status-pill{display:inline-flex!important;align-items:center!important;min-height:22px!important;padding:3px 9px!important;border-radius:999px!important;background:#eef2f4!important;color:#536774!important;font-style:normal!important;font-size:10px!important;font-weight:750!important;text-transform:uppercase!important}
#p2-rent-dialog .p2-rent-status-pill.ok{background:#e7f5ef!important;color:#087651!important}
#p2-rent-dialog .p2-rent-status-pill.neutral{background:#edf1f5!important;color:#607285!important}
#p2-rent-dialog .p2-rent-status-pill.open{background:#fff0f0!important;color:#b72a2a!important}
#p2-rent-dialog .p2-rent-dialog-body{display:grid!important;gap:10px!important;margin:0 12px!important;padding:14px!important;background:#fff9fb!important;border:1px solid #efd5df!important;border-radius:14px!important}
#p2-rent-dialog .p2-rent-dialog-body h3{margin:0!important;color:#8b1f4c!important;font-size:12.5px!important;font-weight:850!important;letter-spacing:.01em!important;text-transform:uppercase!important}
#p2-rent-dialog .p2-rent-entry{display:grid!important;grid-template-columns:1fr 1fr 1fr!important;gap:10px!important}
#p2-rent-dialog .p2-rent-entry label{display:grid!important;gap:5px!important;color:#765866!important;font-size:10.5px!important;font-weight:750!important;letter-spacing:.02em!important;text-transform:uppercase!important}
#p2-rent-dialog .p2-rent-entry input,#p2-rent-dialog .p2-rent-entry select{height:42px!important;min-height:42px!important;padding:9px 11px!important;border:1px solid #d9c4cd!important;border-radius:11px!important;background:#fffdfd!important;color:#28232a!important;font-size:13px!important;box-shadow:none!important}
#p2-rent-dialog .p2-rent-entry .wide{grid-column:1/-1!important}
#p2-rent-dialog .p2-rent-entry input:focus,#p2-rent-dialog .p2-rent-entry select:focus{outline:none!important;border-color:#a84a70!important;box-shadow:0 0 0 3px rgba(126,31,70,.08)!important}
#p2-rent-dialog .p2-rent-entry-actions{display:flex!important;align-items:center!important;gap:8px!important;flex-wrap:wrap!important;margin-top:2px!important}
#p2-rent-dialog #p2-rent-entry-add{min-width:118px!important;height:42px!important;padding:0 18px!important;border:0!important;border-radius:11px!important;background:linear-gradient(180deg,#992557,#7e1744)!important;color:#fff!important;font-size:12.5px!important;font-weight:850!important;text-transform:uppercase!important;box-shadow:0 7px 16px rgba(126,23,68,.18)!important}
#p2-rent-dialog #p2-rent-pay-rest,#p2-rent-dialog #p2-rent-settle{height:36px!important;padding:0 13px!important;border:1px solid #cdb9c2!important;border-radius:10px!important;background:#fffafb!important;color:#68545d!important;font-size:11.5px!important;font-weight:650!important;text-transform:uppercase!important;box-shadow:none!important}
#p2-rent-dialog #p2-rent-pay-rest:disabled,#p2-rent-dialog #p2-rent-settle:disabled{background:#f3eef0!important;border-color:#e0d5da!important;color:#bdb1b7!important;opacity:1!important}
#p2-rent-dialog .p2-rent-settle-check{display:flex!important;align-items:center!important;gap:12px!important;min-height:54px!important;margin-top:0!important;padding:16px 27px!important;background:#f0e9ed!important;border-top:1px solid #e3d7dc!important;border-bottom:1px solid #d9ccd2!important;color:#2f2930!important;font-size:12px!important;cursor:pointer!important}
#p2-rent-dialog .p2-rent-settle-check input{width:16px!important;height:16px!important;accent-color:#8c1d4d!important}
#p2-rent-dialog #p2-rent-dialog-error{min-height:0!important;margin:0!important;padding:8px 22px!important;color:#b42318!important;font-size:11.5px!important}
#p2-rent-dialog #p2-rent-dialog-error:empty{display:none!important}
#p2-rent-dialog .p2-rent-dialog-actions{position:sticky!important;bottom:0!important;z-index:4!important;display:flex!important;justify-content:flex-end!important;gap:8px!important;min-height:58px!important;padding:12px 22px 14px!important;background:#fffafb!important;border-top:0!important}
#p2-rent-dialog .p2-rent-dialog-actions .p2-btn{min-height:34px!important;padding:7px 13px!important;border:1px solid #d5c2ca!important;border-radius:11px!important;background:#fffafb!important;color:#614552!important;font-size:11px!important;font-weight:600!important;text-transform:uppercase!important;box-shadow:none!important}
#p2-rent-dialog .p2-rent-dialog-actions .danger{color:#9f2b2b!important;border-color:#e5c9c9!important}

/* responsivo */
@media(max-width:1100px){
  .p2-rent-kpis.approved,.p2-rent-unit-grid.approved{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .p2-rent-workspace.approved{grid-template-columns:1fr!important}
  .p2-rent-workspace.approved>section{min-height:auto!important}
  .p2-rental-approved .p2-rental-hero{align-items:flex-start!important;flex-direction:column!important}
  .p2-rent-top-actions{justify-content:flex-start!important}
}
@media(max-width:620px){
  .p2-rent-kpis.approved,.p2-rent-unit-grid.approved{grid-template-columns:1fr!important}
  .p2-rent-top-actions{display:grid!important;grid-template-columns:1fr 1fr!important;width:100%!important}
  .p2-rent-head-btn{width:100%!important}
  .p2-rent-filters{grid-template-columns:1fr!important}
  .p2-rent-open-row{grid-template-columns:1fr!important}
  .p2-debtor.approved{grid-template-columns:minmax(0,1fr) auto!important}
  .p2-debtor.approved .p2-rent-charge,.p2-debtor.approved .p2-rent-register{grid-row:2!important}
  #p2-rent-dialog.p2-rent-dialog{width:calc(100vw - 14px)!important;max-height:calc(100vh - 14px)!important;border-radius:15px!important}
  #p2-rent-dialog .p2-rent-dialog-head{padding:0 15px!important}
  #p2-rent-dialog .p2-rent-dialog-head h2{font-size:14px!important}
  #p2-rent-dialog .p2-rent-dialog-summary{padding:20px 15px 13px!important}
  #p2-rent-dialog .p2-rent-dialog-body{margin:0 8px!important}
  #p2-rent-dialog .p2-rent-entry{grid-template-columns:1fr!important}
  #p2-rent-dialog .p2-rent-entry .wide{grid-column:auto!important}
  #p2-rent-dialog .p2-rent-settle-check{padding:14px 16px!important;align-items:flex-start!important}
  #p2-rent-dialog .p2-rent-dialog-actions{padding:10px 14px 12px!important}
}
