.topup-page .page-header { margin-bottom: 28px; }
.topup-page #fast-payment-form { text-align: left; }
.topup-page .topup-mode { margin: 0 0 28px; min-width: 0; }
.topup-page .topup-mode legend { font-size: 14px; font-weight: 600; border: 0; margin-bottom: 10px; }
.topup-page .topup-mode-options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 4px; padding: 4px; background: #edf0f3; border-radius: 6px; }
.topup-page .topup-mode-options label { position: relative; margin: 0; cursor: pointer; min-width: 0; }
.topup-page .topup-mode-options input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.topup-page .topup-mode-options span { display: flex; align-items: center; justify-content: center; min-height: 48px; height: 100%; padding: 10px 8px; border: 1px solid transparent; border-radius: 4px; font-size: 14px; text-align: center; color: #46515b; }
.topup-page .topup-mode-options input:checked + span { color: #205b85; border-color: #b7cddd; background: #fff; }
.topup-page .topup-mode-options input:focus-visible + span { outline: 2px solid #337ab7; outline-offset: 1px; }
.topup-page #fast-payment-form .form-group,
.check-esim-form .form-group { margin-bottom: 22px; }
.topup-page #fast-payment-form label,
.check-esim-form label { line-height: 1.5; }
.topup-page #fast-payment-form .form-control,
.check-esim-form .form-control { height: 48px; font-size: 16px; border-radius: 4px; }
.topup-page .topup-renewal-price { display: flex; justify-content: space-between; align-items: baseline; flex-wrap: wrap; gap: 8px; border-top: 1px solid #dce3e8; padding: 20px 0; margin-bottom: 14px; }
.topup-page .topup-renewal-price strong { color: #286343; font-size: 20px; white-space: nowrap; }
.topup-page #fast-payment-form > button,
.check-esim-form > button { width: 100%; min-height: 48px; border-radius: 4px; white-space: normal; }
.topup-page [hidden] { display: none !important; }
.check-esim-page .page-header { margin-bottom: 28px; }
.check-esim-page .fast-payment-intro,
.check-esim-form,
.check-esim-page .fast-payment-result,
.check-esim-page .alert { text-align: left; }
.check-esim-form .round-btn { margin-top: 0; }
.check-esim-page .alert { border-radius: 4px; overflow-wrap: anywhere; }
.check-esim-page .fast-payment-result { padding: 16px; }
@media (max-width: 600px) {
    .topup-page .page-header,
    .check-esim-page .page-header { font-size: 26px; }
}
