.beehiiv-form{display:flex;align-items:stretch;gap:12px;width:100%;flex-direction:row}@media (max-width:640px){.beehiiv-form{flex-direction:column;gap:12px}.beehiiv-input{padding:18px 20px;text-align:left;height:56px}.beehiiv-button{width:100%;justify-content:center;padding:18px 24px;height:56px}}.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:#fff;padding:18px 24px;color:#0f172a;font-size:18px;font-weight:500;border:2px solid #e2e8f0;border-radius:12px;outline:none;height:60px;transition:all .2s ease}.beehiiv-input:focus{border-color:#7fdd4c;box-shadow:0 0 0 3px rgba(127,221,76,.1)}.beehiiv-input::placeholder{color:#94a3b8;font-weight:400}.beehiiv-button{display:inline-flex;align-items:center;gap:8px;justify-content:center;border-radius:12px;background:linear-gradient(90deg,#e91e63,#f04682);padding:18px 32px;font-size:17px;font-weight:700;color:#fff;border:none;cursor:pointer;transition:all .2s ease;transform:scale(1);white-space:nowrap;height:60px;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.beehiiv-button:hover{box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);transform:translateY(-1px);background:linear-gradient(90deg,#d51459,#dc3c78)}.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)}