
.ghb-wrap{max-width:860px;margin:0 auto;padding:16px;background:#fff;border-radius:16px;box-shadow:0 10px 30px rgba(0,0,0,.06);font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif}
.ghb-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.ghb-field{display:flex;flex-direction:column}
.ghb-field label{font-weight:600;margin-bottom:6px}
.ghb-colspan{grid-column:1 / -1}
.ghb-form input,.ghb-form select,.ghb-form textarea{border:1px solid #e5e7eb;border-radius:10px;padding:10px;font-size:15px}
.ghb-btn{margin-top:8px;background:#111827;color:#fff;border:none;border-radius:12px;padding:12px 16px;font-weight:700;cursor:pointer}
.ghb-btn:disabled{opacity:.6;cursor:not-allowed}
.ghb-honeypot{position:absolute !important;left:-9999px !important;opacity:0 !important;height:0 !important;width:0 !important}
.ghb-status{margin-top:10px;font-size:14px}
@media(max-width:640px){.ghb-grid{grid-template-columns:1fr}}
