.beehiiv-form{display:flex;align-items:center;gap:0;width:100%;flex-direction:row}@media (max-width:640px){.beehiiv-form{flex-direction:column;gap:12px}.beehiiv-input{padding:16px;text-align:center}.beehiiv-button{width:100%;justify-content:center;padding:16px 20px}}@media (min-width:641px){.beehiiv-input{padding:0 24px}.beehiiv-button{padding:16px 32px}}.beehiiv-input-group{display:flex;flex-direction:column;gap:4px}.beehiiv-description{font-size:11px;color:#64748b;line-height:1.5}.beehiiv-input{min-width:0;flex:auto;background:transparent;padding:0 16px;color:#0f172a;font-size:18px;font-weight:500;border:none;outline:none;height:100%}.beehiiv-input::placeholder{color:#64748b}.beehiiv-button{display:inline-flex;align-items:center;gap:8px;justify-content:center;border-radius:16px;background:linear-gradient(90deg,#e91e63,#f04682);padding:16px 24px;font-size:18px;font-weight:700;color:#fff;border:none;cursor:pointer;transition:all .3s ease;transform:scale(1);white-space:nowrap}.beehiiv-button:hover{box-shadow:0 25px 50px -12px rgba(0,0,0,.25);transform:scale(1.05)}.beehiiv-button:hover:after{box-shadow:0 0 0 0 rgba(233,30,99,.25)}.beehiiv-button:disabled{opacity:.6;cursor:not-allowed;transform:scale(1)}.beehiiv-button-success{background:linear-gradient(90deg,#7fdd4c,#ff6b35);color:#fff}.beehiiv-button-success:hover{background:linear-gradient(90deg,#6bbf38,#eb5721)}.beehiiv-success{color:#7fdd4c;font-weight:600;background:rgba(127,221,76,.1);border-radius:12px;border:1px solid rgba(127,221,76,.2)}.beehiiv-error,.beehiiv-success{font-size:16px;margin:0;text-align:center;padding:16px}.beehiiv-error{color:#dc2626;font-weight:500;line-height:1.4;background:rgba(220,38,38,.1);border-radius:12px;border:1px solid rgba(220,38,38,.2)}