/* Simple Newsletter - centered turquoise presentation */
.simple-newsletter{width:100%;max-width:720px;margin:18px auto;padding:18px 20px;box-sizing:border-box;text-align:center;background:#f3f5f6;border-radius:10px;}
.simple-newsletter__title{font-size:20px;line-height:1.3;font-weight:700;margin:0 0 14px;color:#555f63;}
.simple-newsletter__form{margin:0 auto;}
.simple-newsletter__row{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;max-width:600px;margin:0 auto;}
.simple-newsletter__row input{display:block;box-sizing:border-box;flex:1 1 auto;width:100%;max-width:430px;min-width:0;height:44px;margin:0;padding:0 15px;border:1px solid #d5dadd;border-radius:7px;background:#fff;color:#4f575b;font-size:14px;line-height:44px;outline:none;box-shadow:0 1px 3px rgba(0,0,0,.05);}
.simple-newsletter__row input:focus{border-color:#18b8b0;box-shadow:0 0 0 3px rgba(24,184,176,.16);}
.simple-newsletter__row button{display:block;box-sizing:border-box;height:44px;margin:0;padding:0 22px;border:1px solid #18aaa4;border-radius:7px;cursor:pointer;background:#18b8b0;color:#fff;font-size:14px;font-weight:700;line-height:42px;white-space:nowrap;box-shadow:0 2px 5px rgba(0,0,0,.12);transition:background .15s ease,transform .15s ease,box-shadow .15s ease;}
.simple-newsletter__row button:hover{background:#129d98;box-shadow:0 3px 7px rgba(0,0,0,.16);transform:translateY(-1px);}
.simple-newsletter__row button:active{transform:translateY(0);}
.simple-newsletter__captcha{margin:13px auto 0;display:flex;justify-content:center;min-height:78px;}
.simple-newsletter__captcha--score{display:none;min-height:0;}
.simple-newsletter__message{margin:11px auto 0;padding:7px 12px;font-size:14px;line-height:1.4;font-weight:600;text-align:center;border-radius:5px;}
.simple-newsletter__message--success{color:#23863b;background:#eaf7ee;}
.simple-newsletter__message--error{color:#c62828;background:#fdeeee;}
.simple-newsletter__message--exists{color:#80531e;background:#f8f0e5;}
@media(max-width:600px){.simple-newsletter{max-width:100%;padding:16px 12px;}.simple-newsletter__row{max-width:500px;}.simple-newsletter__row input{max-width:none;}}
@media(max-width:480px){.simple-newsletter__title{font-size:18px;}.simple-newsletter__row{flex-direction:column;gap:9px;}.simple-newsletter__row input,.simple-newsletter__row button{width:100%;max-width:100%;}.simple-newsletter__captcha{max-width:100%;overflow:hidden;}}
