.wgn-form { display: flex; flex-wrap: wrap; align-items: stretch; gap: 4px; max-width: 380px; }
.wgn-form .wgn-email { flex: 1 1 170px; min-width: 0; height: 44px; margin: 0; padding: 0 14px; background: transparent; color: #fff; border: 2px solid #505050; border-radius: 0; box-shadow: none; font-size: 14px; }
.wgn-form .wgn-email::placeholder { color: #bcbcbc; opacity: 1; }
.wgn-form .wgn-email:focus { border-color: #8abf2e; color: #fff; }
.wgn-form .wgn-button { flex: 0 0 auto; min-height: 44px; margin: 0; padding: 0 15px; background: #83b82e; color: #18210e; border: 0; border-radius: 0; font-size: 13px; font-weight: 600; cursor: pointer; }
.wgn-form .wgn-button:hover, .wgn-form .wgn-button:focus { background: #99cb42; color: #18210e; }
.wgn-form .wgn-button:disabled { opacity: .7; cursor: wait; }
.wgn-form .wgn-status { flex: 0 0 100%; margin: 6px 0 0; font-size: 13px; line-height: 1.4; }
.wgn-form .wgn-status[hidden] { display: none; }
.wgn-form .wgn-success { color: #b5e577; }
.wgn-form .wgn-error { color: #ffb1a9; }
@media (max-width: 350px) { .wgn-form .wgn-button { flex-grow: 1; } }
