.gn3-whatsapp-dialog { box-sizing: border-box; width: min(440px, calc(100% - 32px)); max-height: calc(100dvh - 32px); margin: auto 22px auto auto; padding: 28px; overflow-y: auto; border: 1px solid #dce4eb; border-radius: 20px; background: #fff; color: #17202d; box-shadow: 0 24px 80px #0004; font-family: inherit; }
.gn3-whatsapp-dialog::backdrop { background: #101e2b99; backdrop-filter: blur(4px); }
.gn3-whatsapp-close { position: absolute; top: 12px; right: 12px; width: 32px; height: 32px; border: 0; border-radius: 50%; background: #eef3f6; color: #17202d; font-size: 24px; cursor: pointer; }
.gn3-whatsapp-heading { display: flex; gap: 12px; align-items: center; padding-right: 22px; }
.gn3-whatsapp-heading > i { color: #168b45; font-size: 32px; }
.gn3-whatsapp-heading small { color: #147ba4; font-size: 10px; font-weight: 700; letter-spacing: .1em; }
.gn3-whatsapp-heading h2 { margin: 4px 0 0; font-size: 23px; line-height: 1.15; color: #17202d; }
.gn3-whatsapp-dialog > p { margin: 16px 0; color: #526170; font-size: 14px; line-height: 1.5; }
.gn3-whatsapp-form { display: grid; gap: 12px; }
.gn3-whatsapp-form label { display: grid; gap: 5px; color: #263646; font-size: 13px; font-weight: 600; }
.gn3-whatsapp-form input, .gn3-whatsapp-form textarea { box-sizing: border-box; width: 100%; min-width: 0; padding: 10px 12px; border: 1px solid #cad5df; border-radius: 8px; background: #fff; color: #17202d; font: inherit; font-size: 16px; font-weight: 400; }
.gn3-whatsapp-form textarea { resize: vertical; }
.gn3-whatsapp-dialog :focus-visible { outline: 3px solid #1690c366; outline-offset: 2px; }
.gn3-whatsapp-submit { display: flex; justify-content: center; align-items: center; gap: 10px; padding: 13px; border: 0; border-radius: 8px; background: #168b45; color: #fff; font: inherit; font-weight: 700; cursor: pointer; }
.gn3-whatsapp-submit:hover { background: #116f37; }
.gn3-whatsapp-form > small { color: #526170; font-size: 11px; line-height: 1.5; text-align: center; }
.gn3-whatsapp-form > small a { color: #12678a; text-decoration: underline; }
@media (max-width: 40rem) { .gn3-whatsapp-dialog { margin: auto; padding: 24px 20px; } }
.whatsapp-float, .lp-whatsapp { border: 0; cursor: pointer; }
