.nav-auth{display:flex;align-items:center;gap:10px;flex-shrink:0}.auth-signin-btn{display:inline-flex;align-items:center;gap:7px;background:var(--navy);color:#fff;border:none;border-radius:100px;padding:9px 20px;font-size:.82rem;font-weight:700;cursor:pointer;transition:all 0.2s;white-space:nowrap;font-family:var(--font-body);letter-spacing:-.01em}.auth-signin-btn:hover{opacity:.85;transform:translateY(-1px)}.auth-signin-btn svg{width:14px;height:14px;flex-shrink:0}.auth-avatar-wrap{position:relative;display:none}.auth-avatar-btn{width:34px;height:34px;border-radius:50%;border:2px solid var(--border-md);overflow:hidden;cursor:pointer;background:var(--surface2);padding:0;transition:all 0.2s;display:flex;align-items:center;justify-content:center}.auth-avatar-btn:hover{border-color:var(--accent);box-shadow:0 0 0 3px rgb(99 91 255 / .12)}.auth-avatar-btn img{width:100%;height:100%;object-fit:cover;border-radius:50%}.auth-avatar-btn .auth-avatar-fallback{font-size:.85rem;font-weight:800;color:var(--accent);text-transform:uppercase;line-height:1}.auth-dropdown{position:absolute;top:calc(100% + 8px);right:0;min-width:220px;background:var(--bg2);border:1px solid var(--border);border-radius:var(--r);box-shadow:0 12px 40px rgb(17 20 57 / .12),0 2px 8px rgb(17 20 57 / .06);padding:6px;z-index:600;opacity:0;visibility:hidden;transform:translateY(-6px) scale(.97);transition:all 0.2s cubic-bezier(.16,1,.3,1);pointer-events:none}.auth-dropdown.open{opacity:1;visibility:visible;transform:translateY(0) scale(1);pointer-events:auto}.auth-dropdown-header{padding:12px 14px 10px;border-bottom:1px solid var(--border);margin-bottom:4px}.auth-dropdown-name{font-size:.88rem;font-weight:700;color:var(--navy);letter-spacing:-.02em;line-height:1.3}.auth-dropdown-email{font-size:.72rem;color:var(--text-3);margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.auth-dropdown-item{display:flex;align-items:center;gap:10px;padding:10px 14px;border-radius:var(--r-sm);font-size:.82rem;font-weight:600;color:var(--text-2);text-decoration:none;cursor:pointer;transition:all 0.15s;border:none;background:none;width:100%;text-align:left;font-family:var(--font-body)}.auth-dropdown-item:hover{background:var(--surface2);color:var(--navy)}.auth-dropdown-item svg{width:16px;height:16px;flex-shrink:0;opacity:.6}.auth-dropdown-item:hover svg{opacity:1}.auth-dropdown-divider{height:1px;background:var(--border);margin:4px 8px}.auth-dropdown-item.auth-signout{color:var(--red)}.auth-dropdown-item.auth-signout:hover{background:rgb(239 68 68 / .06);color:var(--red)}.auth-modal-overlay{position:fixed;inset:0;background:rgb(17 20 57 / .5);backdrop-filter:blur(12px);z-index:10000;display:none;align-items:center;justify-content:center;padding:20px;animation:authFadeIn 0.25s ease-out}.auth-modal-overlay.active{display:flex}@keyframes authFadeIn{from{opacity:0}to{opacity:1}}.auth-modal{background:var(--bg2);border-radius:var(--r-xl);padding:44px 40px 36px;max-width:400px;width:100%;position:relative;box-shadow:0 24px 80px rgb(17 20 57 / .18),0 4px 16px rgb(17 20 57 / .06);animation:authSlideUp 0.3s cubic-bezier(.16,1,.3,1)}@keyframes authSlideUp{from{opacity:0;transform:translateY(24px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.auth-modal-close{position:absolute;top:16px;right:16px;width:32px;height:32px;border-radius:50%;border:none;background:var(--surface2);color:var(--text-3);font-size:1.1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all 0.15s;line-height:1}.auth-modal-close:hover{background:var(--surface3);color:var(--navy)}.auth-modal-logo{display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:28px}.auth-modal-logo img{width:32px;height:32px;object-fit:contain}.auth-modal-logo span{font-size:1.2rem;font-weight:800;color:var(--navy);letter-spacing:-.04em}.auth-modal-title{font-size:1.5rem;font-weight:800;color:var(--navy);text-align:center;letter-spacing:-.04em;margin-bottom:8px;line-height:1.2}.auth-modal-subtitle{font-size:.88rem;color:var(--text-3);text-align:center;margin-bottom:32px;line-height:1.5}.auth-social-row{display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:0}.auth-social-btn{display:flex;align-items:center;justify-content:center;width:100%;max-width:280px;height:48px;border-radius:10px;border:1.5px solid var(--border-md);background:var(--bg2);cursor:pointer;transition:all 0.2s;gap:12px;font-family:var(--font-body);font-size:.95rem;font-weight:700;color:var(--navy)}.auth-social-btn:hover{border-color:var(--border-hi);background:var(--surface2);box-shadow:0 4px 16px rgb(17 20 57 / .08);transform:translateY(-1px)}.auth-social-btn:active{transform:translateY(0)}.auth-social-btn svg{width:22px;height:22px;flex-shrink:0}.auth-google-btn.loading{pointer-events:none;opacity:.7}.auth-google-btn.loading::after{content:'';width:16px;height:16px;border:2px solid var(--border-md);border-top-color:var(--accent);border-radius:50%;animation:authSpin 0.6s linear infinite;margin-left:8px}@keyframes authSpin{to{transform:rotate(360deg)}}.auth-divider{display:flex;align-items:center;gap:16px;margin:20px 0}.auth-divider::before,.auth-divider::after{content:'';flex:1;height:1px;background:var(--border)}.auth-divider span{font-size:.78rem;font-weight:600;color:var(--text-3);letter-spacing:.02em}.auth-card{animation:authCardIn 0.25s cubic-bezier(.16,1,.3,1)}@keyframes authCardIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.auth-form{display:flex;flex-direction:column;gap:0}.auth-field{margin-bottom:16px}.auth-label{display:block;font-size:.82rem;font-weight:700;color:var(--navy);margin-bottom:6px;letter-spacing:-.01em}.auth-input{width:100%;padding:12px 14px;border:1.5px solid var(--border-md);border-radius:10px;font-size:.88rem;font-family:var(--font-body);color:var(--navy);background:var(--bg2);outline:none;transition:border-color 0.2s,box-shadow 0.2s;box-sizing:border-box}.auth-input:focus{border-color:var(--accent);box-shadow:0 0 0 3px rgb(99 91 255 / .1)}.auth-input::placeholder{color:var(--text-3);opacity:.6}.auth-input.error{border-color:#ef4444;box-shadow:0 0 0 3px rgb(239 68 68 / .08)}.auth-input-wrap{position:relative}.auth-input-wrap .auth-input{padding-right:44px}.auth-eye-btn{position:absolute;right:8px;top:50%;transform:translateY(-50%);width:32px;height:32px;border:none;background:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--text-3);border-radius:6px;transition:all 0.15s;padding:0}.auth-eye-btn:hover{color:var(--navy);background:var(--surface2)}.auth-forgot-link{display:inline-block;margin-top:6px;font-size:.78rem;font-weight:700;color:var(--accent);text-decoration:none;transition:opacity 0.15s}.auth-forgot-link:hover{opacity:.75;text-decoration:underline}.auth-submit-btn{width:100%;padding:14px 24px;border-radius:100px;border:none;background:linear-gradient(135deg,#7c5cfc 0%,#635bff 50%,#5046e5 100%);color:#fff;font-size:.95rem;font-weight:800;font-family:var(--font-body);cursor:pointer;transition:all 0.25s;letter-spacing:-.01em;margin-top:4px;position:relative;overflow:hidden}.auth-submit-btn:hover{transform:translateY(-1px);box-shadow:0 6px 24px rgb(99 91 255 / .35)}.auth-submit-btn:active{transform:translateY(0)}.auth-submit-btn:disabled{pointer-events:none;opacity:.65}.auth-submit-btn.loading{pointer-events:none;color:#fff0}.auth-submit-btn.loading::after{content:'';position:absolute;top:50%;left:50%;width:20px;height:20px;margin:-10px 0 0 -10px;border:2.5px solid rgb(255 255 255 / .3);border-top-color:#fff;border-radius:50%;animation:authSpin 0.6s linear infinite}.auth-toggle{text-align:center;margin-top:20px;font-size:.82rem;color:var(--text-3);font-weight:600}.auth-toggle-link{color:var(--accent);font-weight:800;text-decoration:none;transition:opacity 0.15s}.auth-toggle-link:hover{text-decoration:underline;opacity:.8}.auth-form-message{display:none;padding:10px 14px;border-radius:10px;font-size:.8rem;font-weight:600;line-height:1.4;margin-bottom:14px;text-align:center}.auth-form-message.error{display:block;background:rgb(239 68 68 / .08);border:1px solid rgb(239 68 68 / .2);color:#dc2626}.auth-form-message.success{display:block;background:rgb(34 197 94 / .08);border:1px solid rgb(34 197 94 / .2);color:#16a34a}.auth-modal-terms{margin-top:16px;text-align:center;font-size:.72rem;color:var(--text-3);line-height:1.5}.auth-modal-terms a{color:var(--accent);text-decoration:none}.auth-modal-terms a:hover{text-decoration:underline}.auth-built-by{text-align:center;font-size:.68rem;color:var(--text-3);margin-top:16px;padding-top:12px;border-top:1px solid var(--border)}.auth-built-by a{color:var(--text-3);text-decoration:none;font-weight:600}.auth-built-by a:hover{color:var(--accent)}.auth-otp-container{display:flex;justify-content:center;gap:8px;margin:8px 0 20px}.auth-otp-input{width:48px;height:56px;text-align:center;font-size:1.4rem;font-weight:800;font-family:var(--font-mono,'DM Mono',monospace);color:var(--navy);background:var(--bg2);border:1.5px solid var(--border-md);border-radius:10px;outline:none;transition:border-color 0.2s,box-shadow 0.2s,background 0.2s;caret-color:var(--accent);box-sizing:border-box}.auth-otp-input:focus{border-color:var(--accent);box-shadow:0 0 0 3px rgb(99 91 255 / .12);background:#fff}.auth-otp-input.filled{border-color:var(--accent);background:rgb(99 91 255 / .04)}.auth-otp-input.error{border-color:#ef4444;box-shadow:0 0 0 3px rgb(239 68 68 / .08);animation:otpShake 0.4s ease-out}@keyframes otpShake{0%,100%{transform:translateX(0)}20%{transform:translateX(-4px)}40%{transform:translateX(4px)}60%{transform:translateX(-3px)}80%{transform:translateX(3px)}}.auth-otp-input.success{border-color:#22c55e;background:rgb(34 197 94 / .06)}.auth-resend-row{display:flex;align-items:center;justify-content:center;gap:6px;margin-top:16px;font-size:.8rem;color:var(--text-3);font-weight:600}.auth-resend-btn{background:none;border:none;color:var(--accent);font-weight:800;font-size:.8rem;font-family:var(--font-body);cursor:pointer;padding:2px 4px;border-radius:4px;transition:all 0.15s}.auth-resend-btn:hover{text-decoration:underline;opacity:.8}.auth-resend-btn:disabled{opacity:.4;cursor:not-allowed;text-decoration:none}.auth-resend-timer{color:var(--text-3);font-size:.78rem;font-weight:700;font-variant-numeric:tabular-nums}.auth-verify-email-display{color:var(--navy);font-weight:700}.mobile-auth-section{padding:20px 0 0;border-top:1px solid rgb(17 20 57 / .08);margin-top:12px}.mobile-auth-user{display:none;align-items:center;gap:12px;padding:12px 0;margin-bottom:12px}.mobile-auth-user.active{display:flex}.mobile-auth-avatar{width:44px;height:44px;border-radius:50%;border:2px solid var(--border-md);overflow:hidden;flex-shrink:0;background:var(--surface2);display:flex;align-items:center;justify-content:center}.mobile-auth-avatar img{width:100%;height:100%;object-fit:cover}.mobile-auth-avatar .auth-avatar-fallback{font-size:1rem;font-weight:800;color:var(--accent)}.mobile-auth-info{flex:1;min-width:0}.mobile-auth-name{font-size:1rem;font-weight:700;color:var(--navy);letter-spacing:-.02em}.mobile-auth-email{font-size:.78rem;color:var(--text-3);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mobile-auth-links{display:flex;flex-direction:column;gap:0}.mobile-auth-link{display:flex;align-items:center;gap:10px;padding:14px 0;font-size:1.1rem;font-weight:700;color:var(--text-2);text-decoration:none;border-bottom:1px solid rgb(17 20 57 / .06);letter-spacing:-.02em}.mobile-auth-link svg{width:18px;height:18px;opacity:.5}.mobile-auth-link.signout{color:var(--red);border-bottom:none}.mobile-signin-btn{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:15px;border-radius:100px;border:1.5px solid var(--border-md);background:var(--bg2);color:var(--navy);font-size:.95rem;font-weight:700;font-family:var(--font-body);cursor:pointer;transition:all 0.2s;letter-spacing:-.01em}.mobile-signin-btn:hover{border-color:var(--border-hi);background:var(--surface2)}.mobile-signin-btn svg{width:20px;height:20px;flex-shrink:0}@media (max-width:900px){.nav-auth .auth-signin-btn{display:none}.auth-avatar-wrap{display:none!important}}@media (max-width:480px){.auth-modal{padding:32px 20px 24px;border-radius:var(--r-lg);margin:12px}.auth-modal-title{font-size:1.3rem}.auth-social-btn{height:44px}.auth-submit-btn{padding:13px 20px;font-size:.9rem}.auth-input{padding:11px 12px;font-size:.85rem}.auth-otp-container{gap:6px}.auth-otp-input{width:42px;height:50px;font-size:1.2rem}}.hostinger-reach-block-connect{display:flex;flex-direction:column;align-content:flex-start;background:#fff6e9;padding:14px;font-size:14px;margin:28px 0 14px}.hostinger-reach-block-connect__title{color:#1d1e20;font-weight:700;margin-bottom:4px}.hostinger-reach-block-connect__subtitle{color:#727586;margin-bottom:4px}.hostinger-reach-block-connect a{color:rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,1));text-decoration:underline}.hostinger-reach-block-dialog{display:block;flex-direction:column;align-content:flex-start;background:#fff;color:#1d1e20;padding:20px;gap:14px;font-size:14px;line-height:20px;bottom:80px;left:20px;position:fixed;z-index:100001;max-width:400px;border-radius:16px;box-shadow:0 0 10px rgb(0 0 0 / .05)}.hostinger-reach-block-dialog__actions{display:flex;justify-content:flex-start;gap:10px}.hostinger-reach-block-dialog__button_indicator{height:16px;width:16px}.hostinger-reach-block-dialog__button{cursor:pointer;text-align:center;background:#673de6;color:#fff;font-weight:700;font-size:12px;padding:6px 16px;display:flex;flex-direction:row;align-items:center;gap:10px;border-radius:8px}.hostinger-reach-block-dialog__button:hover{background:#5029c2}.hostinger-reach-block-dialog__button a{color:#fff;text-decoration:none}.hostinger-reach-block-dialog__button a:hover,.hostinger-reach-block-dialog__button a:focus,.hostinger-reach-block-dialog__button a:active{color:#fff;box-shadow:none;outline:none}.hostinger-reach-block-dialog__button svg{height:16px;width:16px}.hostinger-reach-block-dialog__button svg path{fill:#fff}.hostinger-reach-block-dialog__close{cursor:pointer}.hostinger-reach-block-dialog__close:before,.hostinger-reach-block-dialog__close:after{content:"";position:absolute;width:16px;height:2px;background-color:#1d1e20;top:26px;right:16px}.hostinger-reach-block-dialog__close:before{transform:rotate(45deg)}.hostinger-reach-block-dialog__close:after{transform:rotate(-45deg)}.hostinger-reach-block-dialog__close:hover:before,.hostinger-reach-block-dialog__close:hover:after{background-color:#727272}.hostinger-reach-select-form-modal.components-modal__frame{display:flex;flex-direction:column;max-width:900px;width:90vw;height:640px;max-height:calc(100vh - 64px)}.hostinger-reach-select-form-modal .components-modal__header{height:52px;padding:12px 24px}.hostinger-reach-select-form-modal .components-modal__content{display:flex;flex-direction:column;flex:1;min-height:0;margin-top:52px;padding:0 24px;overflow:hidden}.hostinger-reach-select-form-modal .components-modal__children-container{display:flex;flex-direction:column;flex:1;min-height:0;overflow:hidden}.hostinger-reach-select-form-modal__content{display:flex;flex-direction:column;flex:1;min-height:0;overflow:hidden;border-top:1px solid #e0e0e0}.hostinger-reach-select-form-modal__search{position:sticky;top:0;z-index:1;flex-shrink:0;padding:16px 24px 8px;background:#fff}.hostinger-reach-select-form-modal__search .components-search-control__input:focus,.hostinger-reach-select-form-modal__search .components-input-control__input:focus{box-shadow:none;outline:none}.hostinger-reach-select-form-modal__loading,.hostinger-reach-select-form-modal__empty{display:flex;flex:1;align-items:center;justify-content:center;min-height:240px;text-align:center;color:#757575}.hostinger-reach-select-form-modal__list{display:grid;grid-template-columns:1fr 1fr;flex:1;min-height:0}.hostinger-reach-select-form-modal__list-forms{display:flex;flex-direction:column;min-height:0;overflow-y:auto}.hostinger-reach-select-form-modal__forms-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;align-content:start;padding:24px}.hostinger-reach-select-form-modal__no-results{margin:0;padding:24px 16px;text-align:center;color:#757575}.hostinger-reach-select-form-modal__empty-state{display:flex;flex-direction:column;align-items:center;gap:32px;max-width:372px;margin:0 auto;text-align:center}.hostinger-reach-select-form-modal__empty-icon{display:flex;align-items:center;justify-content:center;width:60px;height:60px;border:1px solid #ebebeb;border-radius:12px;background:#fafafa}.hostinger-reach-select-form-modal__empty-body{display:flex;flex-direction:column;align-items:center;gap:24px}.hostinger-reach-select-form-modal__empty-text{display:flex;flex-direction:column;align-items:center;gap:4px}.hostinger-reach-select-form-modal__empty-title{margin:0;font-size:18px;font-weight:600;color:#1e1e1e}.hostinger-reach-select-form-modal__empty-subtitle{margin:0;font-size:13px;color:#757575}.hostinger-reach-select-form-modal__empty-action{display:flex;flex-direction:column;align-items:center;gap:8px}.hostinger-reach-select-form-modal__empty-create{display:inline-flex;align-items:center;gap:6px;padding:8px 12px;border-radius:8px;background:#18181a;color:#fff;font-size:13px;font-weight:600;text-decoration:none}.hostinger-reach-select-form-modal__empty-create:hover{background:#000;color:#fff}.hostinger-reach-select-form-modal__empty-refresh{display:inline-flex;align-items:center;gap:6px;padding:8px 12px;border:1px solid #e0e0e0;border-radius:8px;background:#fff0;color:#18181a;font-size:13px;font-weight:600;cursor:pointer}.hostinger-reach-select-form-modal__empty-refresh:hover{background:rgb(0 0 0 / .04)}.hostinger-reach-select-form-modal__empty-refresh{padding:16px}.hostinger-reach-select-form-modal__no-results{margin:0;padding:24px 16px;text-align:center;color:#757575}.hostinger-reach-select-form-modal__empty-state{display:flex;flex-direction:column;align-items:center;gap:32px;max-width:372px;margin:0 auto;text-align:center}.hostinger-reach-select-form-modal__empty-icon{display:flex;align-items:center;justify-content:center;width:60px;height:60px;border:1px solid #ebebeb;border-radius:12px;background:#fafafa}.hostinger-reach-select-form-modal__empty-body{display:flex;flex-direction:column;align-items:center;gap:24px}.hostinger-reach-select-form-modal__empty-text{display:flex;flex-direction:column;align-items:center;gap:4px}.hostinger-reach-select-form-modal__empty-title{margin:0;font-size:18px;font-weight:600;color:#1e1e1e}.hostinger-reach-select-form-modal__empty-subtitle{margin:0;font-size:13px;color:#757575}.hostinger-reach-select-form-modal__empty-action{display:flex;flex-direction:column;align-items:center;gap:8px}.hostinger-reach-select-form-modal__empty-create{display:inline-flex;align-items:center;gap:6px;padding:8px 12px;border-radius:8px;background:#18181a;color:#fff;font-size:13px;font-weight:600;text-decoration:none}.hostinger-reach-select-form-modal__empty-create:hover{background:#000;color:#fff}.hostinger-reach-select-form-modal__empty-refresh{display:inline-flex;align-items:center;gap:6px;padding:8px 12px;border:1px solid #e0e0e0;border-radius:8px;background:#fff0;color:#18181a;font-size:13px;font-weight:600;cursor:pointer}.hostinger-reach-select-form-modal__empty-refresh:hover{background:rgb(0 0 0 / .04)}.hostinger-reach-select-form-modal__list-preview{display:flex;flex-direction:column;min-height:0;overflow-y:auto;padding:24px;background:#f5f5f6}.hostinger-reach-select-form-modal__form-item{display:flex;flex-direction:column;gap:8px;padding:0;border:none;background:#fff0;cursor:pointer;text-align:left}.hostinger-reach-select-form-modal__form-item:focus-visible{outline:none}.hostinger-reach-select-form-modal__form-name{font-weight:700;font-size:14px;color:#1e1e1e}.hostinger-reach-select-form-modal__form-thumb{display:flex;align-items:center;justify-content:center;width:100%;height:140px;overflow:hidden;background:#f5f5f6;border-radius:16px;border:3px solid #fff0;transition:border-color .2s ease}.hostinger-reach-select-form-modal__form-thumb-fallback{width:100%;height:100%;background:#ebebeb}.hostinger-reach-select-form-modal__form-image{width:100%;height:100%;object-fit:cover}.hostinger-reach-select-form-modal__form-item--selected .hostinger-reach-select-form-modal__form-thumb{border-color:#3858e9}.hostinger-reach-select-form-modal__preview-frame{width:100%;height:100%;min-height:320px;border:1px solid #e0e0e0;border-radius:12px}.hostinger-reach-select-form-modal__footer{display:flex;flex-shrink:0;justify-content:space-between;align-items:center;gap:8px;flex-wrap:wrap;padding:16px 0;border-top:1px solid #e0e0e0}.hostinger-reach-select-form-modal__footer-start{display:flex;align-items:center;gap:8px}.hostinger-reach-select-form-modal__footer-actions{display:flex;align-items:center;gap:8px;margin-left:auto}@media(max-width:768px){.hostinger-reach-select-form-modal__list{grid-template-columns:1fr}.hostinger-reach-select-form-modal__forms-grid{grid-template-columns:1fr}.hostinger-reach-select-form-modal__list-preview{display:none}}.hostinger-reach-block-subscription-form .hostinger-reach-block-form-fields{display:flex;flex-direction:column;width:100%}.hostinger-reach-block-subscription-form .hostinger-reach-block-form-fields--inline{flex-direction:row;justify-content:flex-start;align-items:end;width:100%;gap:.5rem}.hostinger-reach-block-subscription-form .hostinger-reach-block-form-fields--inline .hostinger-reach-block-form-field{min-width:70%}.hostinger-reach-block-subscription-form .hostinger-reach-block-form-fields--inline .hostinger-reach-block-submit{min-width:30%}.hostinger-reach-block-subscription-form .hostinger-reach-block-submit{border-width:0;margin-top:var(--wp--preset--spacing--20);align-content:center;box-sizing:border-box;cursor:pointer;display:inline-block;height:100%;text-align:center;width:100%;word-break:break-word;font-weight:500;min-height:40px;border-radius:50px}.hostinger-reach-block-subscription-form .hostinger-reach-block-form-field{margin-top:8px}.hostinger-reach-block-subscription-form label{display:block;font-size:11px;font-weight:500;line-height:1.4;text-transform:uppercase;margin-bottom:8px;padding:0}.hostinger-reach-block-subscription-form input{display:block;width:100%;padding:3px 10px;min-height:40px;box-shadow:0 0 0 #fff0;border-radius:4px;border:1px solid #8c8f94;background-color:#fff;color:#2c3338;box-sizing:border-box}.hostinger-reach-block-use-template{width:100%;justify-content:center;margin-bottom:16px}.hostinger-reach-block-selected-form{display:flex;flex-direction:column;align-items:flex-start;gap:12px;margin-bottom:16px;padding:12px;border:2px solid #fff0;border-radius:8px;background:linear-gradient(#fff,#fff) padding-box,linear-gradient(90deg,#3ab0ff,#673de6,#e536db) border-box}.hostinger-reach-block-selected-form__title{display:flex;align-items:center;gap:8px;max-width:100%}.hostinger-reach-block-selected-form__title svg{flex-shrink:0}.hostinger-reach-block-selected-form__name{font-weight:700;font-size:13px;color:#1e1e1e;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hostinger-reach-block-selected-form__image{width:100%;height:auto;object-fit:cover;border-radius:8px;background:#f0f0f0}.hostinger-reach-block-selected-form__edit{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;height:auto;padding:8px 12px;border:1px solid rgb(0 0 0 / .1);border-radius:8px;background:#fff;color:#673de6}.hostinger-reach-block-selected-form__edit:hover,.hostinger-reach-block-selected-form__edit:focus{background:#fff;color:#673de6}.hostinger-reach-block-selected-form__edit svg{flex-shrink:0}.hostinger-reach-block-selected-form__edit-text{color:#673de6}.hostinger-reach-block-selected-form__change.components-button{align-self:center;color:#673de6}.hostinger-reach-block-selected-form__change.components-button:hover,.hostinger-reach-block-selected-form__change.components-button:focus,.hostinger-reach-block-selected-form__change.components-button:active{color:#673de6}.hostinger-reach-block-classic-form{width:100%;justify-content:center;margin-bottom:16px}.hostinger-reach-block-tags{margin-left:-6px;margin-top:10px;max-height:14em;overflow:auto;padding-left:6px;padding-top:6px;margin-bottom:20px}.components-button.is-link.hostinger-reach-block-toggler{margin-bottom:20px}.hostinger-reach-block-newtag{margin-bottom:20px}.reach-subscription-message{font-weight:700;padding:1em;gap:10px;margin-top:10px}.reach-subscription-message.is-success{background:rgb(0 158 91 / .1019607843)}.reach-subscription-message.is-error{background:rgb(234 71 104 / .1019607843)}