.storedash-waitlist-widget{margin:20px 0}.storedash-waitlist-trigger{display:inline-flex;align-items:center;justify-content:center;cursor:pointer;text-align:center;-webkit-appearance:none;border:none;transition:all 0.3s ease}.storedash-waitlist-trigger .storedash-trigger-icon{display:inline-flex;align-items:center}.storedash-waitlist-title{margin:0}.storedash-waitlist-description{margin:0}.storedash-waitlist-form-fields{display:flex;flex-direction:column}.storedash-waitlist-field{width:100%}.storedash-waitlist-input{width:100%;box-sizing:border-box;transition:border-color 0.2s ease}.storedash-waitlist-input:focus{outline:none}.storedash-waitlist-privacy{margin:0}.storedash-waitlist-submit{cursor:pointer;text-align:center;-webkit-appearance:none;border:none;transition:all 0.2s ease}.storedash-waitlist-submit--full{width:100%}.storedash-waitlist-submit--auto{width:auto}.storedash-waitlist-submit:active{transform:scale(.98)}.storedash-waitlist-submit:disabled{opacity:.6;cursor:not-allowed}.storedash-waitlist-message{margin-top:10px}.storedash-waitlist-message.success,.storedash-waitlist-message.error{border-style:solid;border-width:1px}.storedash-waitlist-modal{display:none;position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:auto;animation:storedash-fadeIn 0.3s ease}.storedash-waitlist-modal-content{position:relative;width:90%;animation:storedash-slideIn 0.3s ease;margin-left:auto;margin-right:auto}.storedash-waitlist-close{position:absolute;right:15px;top:15px;font-weight:700;line-height:1;cursor:pointer;z-index:1;transition:color 0.2s ease}@keyframes storedash-fadeIn{from{opacity:0}to{opacity:1}}@keyframes storedash-slideIn{from{transform:translateY(-50px);opacity:0}to{transform:translateY(0);opacity:1}}@media (max-width:600px){.storedash-waitlist-modal-content{width:95%}}.storedash-waitlist-submit.loading{position:relative;color:#fff0}.storedash-waitlist-submit.loading::after{content:'';position:absolute;width:16px;height:16px;top:50%;left:50%;margin-left:-8px;margin-top:-8px;border:2px solid #fff;border-radius:50%;border-top-color:#fff0;animation:storedash-spin 0.6s linear infinite}@keyframes storedash-spin{to{transform:rotate(360deg)}}