.otp-modal{position:fixed;inset:0;background:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center;z-index:9999}
.otp-modal__dialog{background:#fff;border-radius:12px;max-width:640px;width:92%;padding:20px;box-shadow:0 10px 30px rgba(0,0,0,.2)}
.otp-modal__footer{display:flex;gap:10px;justify-content:flex-end;margin-top:10px}
.otp-payment-info{font-size:.95rem;color:#444}
.otp-calculator{margin-top:12px}
.btn.disabled{pointer-events:none;opacity:.5}
.otp-payment-logo {
  width: 150px !important;  /* kisebb méret */
  height: auto !important;
  margin: 5px 0 8px !important;
  display: block !important;
}
.otp-calculator iframe {
    width: 100%;
    height: 600px;
    max-height: 80vh;
    border: none;
}

/* Mobilra kisebb */
@media (max-width: 768px) {
    .otp-calculator iframe {
        height: 480px;
    }
}