
/* v1.17.55 — newsletter / Instagram community experience */
.tth-community-cta{
  display:grid;
  grid-template-columns:minmax(0,1.4fr) auto;
  gap:22px;
  align-items:center;
  margin:28px 0;
  padding:24px 26px;
  border:1px solid #e5dbe7;
  border-radius:22px;
  background:linear-gradient(135deg,#fff8fb,#eef9f8);
  box-shadow:0 9px 24px rgba(58,42,70,.045)
}
.tth-community-cta-copy>span{display:block;margin-bottom:4px;color:#9d3972;font-size:11px;font-weight:850;letter-spacing:.07em;text-transform:uppercase}
.tth-community-cta-copy>strong{display:block;color:#44364a;font-size:21px;line-height:1.25}
.tth-community-cta-copy>p{margin:6px 0 0!important;color:#6e6571;font-size:14px;line-height:1.55}
.tth-community-cta-actions{display:flex;gap:9px;flex-wrap:wrap;justify-content:flex-end}
.tth-community-cta-actions a{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:10px 14px;border-radius:12px;font-weight:800;text-decoration:none!important;white-space:nowrap}
.tth-community-subscribe{background:#ad3a7e;color:#fff!important}
.tth-community-instagram{border:1px solid #d8cdd8;background:#fff;color:#873566!important}

.tth-newsletter-shell{max-width:1100px;margin:0 auto;padding:52px 24px 70px;color:#302a39}
.tth-newsletter-hero{padding:42px;border:1px solid #e8dce7;border-radius:28px;background:linear-gradient(135deg,#fff7fa,#eff9f7);box-shadow:0 12px 30px rgba(57,42,70,.055)}
.tth-newsletter-script{display:block;color:#ad3a7e;font-family:var(--tth-handwriting,inherit);font-size:clamp(30px,5vw,52px);line-height:1;margin-bottom:8px}
.tth-newsletter-eyebrow{margin:0 0 8px!important;color:#a13a75!important;font-size:12px!important;font-weight:850!important;letter-spacing:.08em;text-transform:uppercase}
.tth-newsletter-hero h1{max-width:820px;margin:0 0 14px;font-size:clamp(36px,6vw,60px);line-height:1.04;letter-spacing:-.025em}
.tth-newsletter-hero>p{max-width:820px;margin:0;color:#685f6d;font-size:17px;line-height:1.65}
.tth-newsletter-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(270px,.85fr);gap:22px;margin-top:24px}
.tth-newsletter-form-card,.tth-newsletter-side-card{padding:28px;border:1px solid #e8dee8;border-radius:24px;background:#fff;box-shadow:0 9px 24px rgba(57,42,70,.045)}
.tth-newsletter-form-card h2{margin:0 0 16px;font-size:32px}
.tth-newsletter-mc4wp .mc4wp-form-fields{display:grid;gap:12px}
.tth-newsletter-mc4wp label{display:grid;gap:6px;color:#4a414d;font-size:13px;font-weight:750}
.tth-newsletter-mc4wp input[type="text"],.tth-newsletter-mc4wp input[type="email"]{width:100%;box-sizing:border-box;min-height:46px;padding:11px 12px;border:1px solid #d8ced8;border-radius:12px;background:#fff}
.tth-newsletter-mc4wp input[type="submit"],.tth-newsletter-mc4wp button{min-height:48px;border:0;border-radius:13px;background:#ad3a7e;color:#fff;padding:11px 18px;font-weight:800;cursor:pointer}
.tth-newsletter-privacy{margin:14px 0 0!important;color:#776e78;font-size:12px;line-height:1.5}
.tth-newsletter-side-card{background:linear-gradient(145deg,#f6f1ff,#eef9f7)}
.tth-newsletter-side-card ul{display:grid;gap:12px;list-style:none;margin:12px 0 22px;padding:0}
.tth-newsletter-side-card li{display:grid;gap:2px}.tth-newsletter-side-card strong{color:#593b55}.tth-newsletter-side-card span{color:#6d6470;font-size:13px;line-height:1.45}
.tth-newsletter-instagram,.tth-instagram-link{color:#95396e!important;font-weight:800;text-decoration:none!important}
.tth-newsletter-setup-note{padding:16px;border-radius:14px;background:#fff8e9;color:#735f33}

@media(max-width:780px){
  .tth-community-cta{grid-template-columns:1fr;padding:21px}
  .tth-community-cta-actions{justify-content:flex-start}
  .tth-community-cta-actions a{width:100%;white-space:normal;text-align:center}
  .tth-newsletter-shell{padding:34px 16px 54px}
  .tth-newsletter-hero{padding:28px 22px}
  .tth-newsletter-grid{grid-template-columns:1fr}
  .tth-newsletter-form-card,.tth-newsletter-side-card{padding:23px 20px}
}

/* v1.17.56 — newsletter feedback / submit clarity */
.tth-newsletter-mc4wp .mc4wp-alert{margin:12px 0 0;padding:12px 14px;border-radius:12px;font-size:13px;line-height:1.5}
.tth-newsletter-mc4wp .mc4wp-error{background:#fff1f3;border:1px solid #f0ced7;color:#7f304c}
.tth-newsletter-mc4wp .mc4wp-success{background:#eefaf4;border:1px solid #cce8d8;color:#356a53}
.tth-newsletter-mc4wp input[type="submit"],.tth-newsletter-mc4wp button{color:#fff!important}
