.account-service-dialog {
  width: min(600px, calc(100% - 28px));
  max-height: min(760px, calc(100% - 28px));
  padding: 0;
  border: 0;
  border-radius: 18px;
  background: #fffdf8;
  color: #172519;
  box-shadow: 0 24px 80px rgba(23, 37, 25, .28);
}

.account-service-dialog::backdrop { background: rgba(23, 37, 25, .48); }
.account-service-dialog-inner { position: relative; padding: 30px; overflow: auto; max-height: min(760px, calc(100vh - 28px)); }
.account-service-close { position: absolute; top: 14px; right: 14px; width: 38px; height: 38px; border: 1px solid #174c37; border-radius: 50%; background: #fffdf8; color: #174c37; font: 700 26px/1 Arial; cursor: pointer; }
.account-service-eyebrow { margin: 0 48px 6px 0; color: #567247; font: 800 12px/1.25 ui-monospace, SFMono-Regular, monospace; letter-spacing: .12em; }
.account-service-dialog h2 { margin: 0 48px 12px 0; font-size: 28px; letter-spacing: -.04em; }
.account-service-dialog h3 { margin: 0 0 8px; font-size: 19px; }
.account-service-dialog p { margin: 8px 0; color: #647064; }
.account-service-card { margin-top: 16px; padding: 20px; border: 1px solid #d9e1d5; border-radius: 14px; background: #fff; }
.account-service-balance { display: block; margin: 8px 0; color: #174c37; font-size: 29px; font-weight: 800; letter-spacing: -.04em; }
.account-service-action,
.account-service-offer { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 10px 14px; border: 0; border-radius: 9px; background: #174c37; color: #fff; font: 800 14px/1 Manrope, Arial, sans-serif; cursor: pointer; }
.account-service-action[disabled] { opacity: .65; cursor: wait; }
.account-service-offers { display: grid; gap: 10px; margin-top: 14px; }
.account-service-offer { width: 100%; justify-content: space-between; gap: 14px; text-align: left; background: #fff; color: #174c37; border: 1px solid #174c37; }
.account-service-offer-copy { display: grid; gap: 4px; min-width: 0; }
.account-service-offer strong { font-size: 15px; }
.account-service-offer small { color: #526457; font-size: 13px; }
.account-service-offer-cta { flex: 0 0 auto; color: #174c37; font-size: 13px; font-weight: 800; }
.account-service-offer:hover { background: #edf7d8; }
.account-service-offer[disabled] { opacity: .7; cursor: wait; }
.account-service-error { color: #9a3728 !important; font-weight: 700; }
.account-topup-status { margin: 12px 0 !important; padding: 11px 12px; border: 1px solid #e5b8ae; border-radius: 9px; background: #fff0ec; }
.account-preferences-saved { margin: 16px 0 0 !important; padding: 10px 12px; border: 1px solid #b9d68c; border-radius: 9px; background: #edf7d8; color: #355c21 !important; font-size: 14px; font-weight: 800; }

@media (max-width: 680px) {
  .account-service-dialog-inner { padding: 25px 20px; }
  .account-service-dialog h2 { font-size: 25px; }
  .account-service-card { padding: 17px; }
  .account-service-offer { align-items: flex-start; }
  .account-service-offer-cta { padding-top: 1px; }
}
