.enr-inquiry-dialog { width: min(720px, calc(100vw - 24px)); height: min(850px, calc(100vh - 24px)); height: min(850px, calc(100dvh - 24px)); max-height: calc(100dvh - 24px); overflow: hidden; background: #f7f8f4; }
.enr-inquiry-dialog[open] { display: flex; flex-direction: column; }
.enr-inquiry-dialog .enr-dialog-header { flex: 0 0 auto; align-items: center; padding: 17px 20px; background: white; }
.enr-inquiry-dialog .enr-dialog-title { font-size: 21px; }
.enr-inquiry-dialog .enr-eyebrow { margin-bottom: 3px; }
.enr-inquiry-status { flex: 0 0 auto; margin: 0; padding: 0 18px; color: #355d51; font-size: 12px; line-height: 1.7; }
.enr-inquiry-status:not(:empty) { padding-top: 8px; padding-bottom: 8px; border-bottom: 1px solid #dfe9df; background: #f0f5ed; }
.enr-inquiry-frame-host { flex: 1 1 auto; min-height: 0; width: 100%; }
.enr-inquiry-frame { display: block; width: 100%; height: 100%; border: 0; background: #f7f8f4; }
.enr-inquiry-error { margin: 18px; padding: 20px; border: 1px solid #e1e6dc; border-radius: 14px; background: white; font-size: 13px; line-height: 1.8; }
.enr-inquiry-error p { margin-top: 0; }
.enr-inquiry-error button, .enr-inquiry-error a { display: inline-flex; align-items: center; min-height: 44px; margin: 6px 8px 0 0; padding: 8px 12px; border: 1px solid #b9cfc4; border-radius: 9px; color: #214d43; background: #f8fbf6; text-decoration: none; }
@media (max-width: 480px), (max-height: 480px) {
  .enr-inquiry-dialog { width: calc(100vw - 12px); height: calc(100vh - 12px); height: calc(100dvh - 12px); max-height: calc(100dvh - 12px); border-radius: 14px; }
  .enr-inquiry-dialog .enr-dialog-header { padding: 10px 12px; }
  .enr-inquiry-dialog .enr-dialog-title { font-size: 18px; }
}
@media (prefers-reduced-motion: reduce) { .enr-inquiry-dialog, .enr-inquiry-dialog * { animation: none !important; transition: none !important; } }
