.wc-egd-modal[hidden] { display: none; }
.wc-egd-modal { position: fixed; inset: 0; z-index: 999999; display: grid; place-items: center; padding: 20px; }
.wc-egd-backdrop { position: absolute; inset: 0; background: rgba(0, 0, 0, .58); }
.wc-egd-dialog { position: relative; width: min(520px, 100%); max-height: 90vh; overflow: auto; padding: 30px; border-radius: 10px; background: #fff; color: #222; box-shadow: 0 20px 55px rgba(0, 0, 0, .3); }
.wc-egd-close { position: absolute; top: 8px; right: 12px; border: 0; background: transparent; font-size: 30px; line-height: 1; cursor: pointer; }
.wc-egd-form label { display: block; margin: 0 0 16px; }
.wc-egd-form input[type="email"] { box-sizing: border-box; width: 100%; margin-top: 6px; }
.wc-egd-consent { display: flex !important; gap: 9px; align-items: flex-start; font-size: .92em; }
.wc-egd-consent input { margin-top: 4px; }
.wc-egd-hp { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }
.wc-egd-privacy { margin-left: 12px; font-size: .88em; }
.wc-egd-message { margin-top: 15px; font-weight: 600; }
.wc-egd-message.is-success { color: #087a32; }
.wc-egd-message.is-error { color: #b42318; }

