.elementor-3082 .elementor-element.elementor-element-02246b2{--display:flex;}.elementor-3082 .elementor-element.elementor-element-8fb1d67{--display:flex;}.elementor-3082 .elementor-element.elementor-element-7813743{text-align:center;}.elementor-3082 .elementor-element.elementor-element-7813743 .elementor-heading-title{font-family:"Cormorant Garamond", Sans-serif;}.elementor-3082 .elementor-element.elementor-element-4c33426{text-align:center;}.elementor-3082 .elementor-element.elementor-element-4c33426 .elementor-heading-title{font-family:"Cormorant Garamond", Sans-serif;}.elementor-3082 .elementor-element.elementor-element-4c7c359{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS */.seaside-blog-article {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px;
  line-height: 1.7;
}

.seaside-blog-article h2 {
  margin-top: 0;
  margin-bottom: 18px;
  font-size: 2rem;
  line-height: 1.25;
}

.seaside-blog-article h3 {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 1.2rem;
  line-height: 1.35;
}

.seaside-blog-intro {
  font-size: 1.15rem;
}

.seaside-pull-quote {
  margin: 36px 0;
  padding: 28px;
  border-left: 5px solid currentColor;
  background: rgba(0, 0, 0, 0.04);
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

.seaside-content-section,
.seaside-contrast-section,
.seaside-therapy-section,
.seaside-support-section {
  margin: 55px 0;
}

.seaside-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: 28px 0;
}

.seaside-info-card {
  padding: 22px;
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.04);
}

.seaside-contrast-section {
  padding: 36px;
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.04);
}

.seaside-two-column {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  margin: 24px 0;
}

.seaside-contrast-card {
  padding: 24px;
  border-radius: 14px;
  background: #ffffff;
}

.seaside-step-list {
  display: grid;
  gap: 20px;
  margin-top: 28px;
}

.seaside-step-card {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 24px;
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.04);
}

.seaside-step-number {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #1f5964;
  color: #ffffff;
  font-weight: 700;
}

.seaside-support-section {
  text-align: center;
  font-size: 1.2rem;
}

.seaside-cta-box {
  margin-top: 55px;
  padding: 42px;
  border-radius: 18px;
  text-align: center;
  background: #eef6f6;
}

.seaside-cta-button {
  display: inline-block;
  margin-top: 16px;
  padding: 14px 24px;
  border-radius: 8px;
  background: #1f5964;
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
}

.seaside-cta-button:hover {
  opacity: 0.9;
}

@media (max-width: 767px) {
  .seaside-blog-article {
    padding: 25px 16px;
  }

  .seaside-blog-article h2 {
    font-size: 1.65rem;
  }

  .seaside-card-grid,
  .seaside-two-column {
    grid-template-columns: 1fr;
  }

  .seaside-contrast-section,
  .seaside-cta-box {
    padding: 26px 20px;
  }

  .seaside-step-card {
    padding: 20px;
  }

  .seaside-pull-quote {
    font-size: 1.25rem;
  }
}/* End custom CSS */