.elementor-8898 .elementor-element.elementor-element-91c3fc3{--display:flex;--min-height:0px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for text-editor, class: .elementor-element-4354aae */.aftercare-page {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  color: #4a4a4a;
  font-size: 16px;
  line-height: 1.8;
}

.aftercare-section {
  max-width: 900px;
  margin: 60px auto;
  text-align: center;
}

.aftercare-section--featured,
.aftercare-section--health {
  padding: 44px 48px;
  background: linear-gradient(180deg, #ffffff 0%, #fff8fa 100%);
  border: 1px solid #f3dce4;
  border-radius: 18px;
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.06);
}

.aftercare-section--health {
  background: linear-gradient(180deg, #fffafa 0%, #fff2f4 100%);
  border-color: #f0cfd7;
}

.aftercare-section h1,
.aftercare-section h2 {
  margin: 0;
  color: #111;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
}

.aftercare-section h3 {
  margin: 0 0 12px;
  color: #222;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.35;
}

.aftercare-section h4 {
  margin: 22px 0 8px;
  color: #222;
  font-size: 16px;
  font-weight: 700;
}

.aftercare-divider {
  width: 64px;
  height: 3px;
  margin: 22px auto 26px;
  background: #ec3f6f;
  border-radius: 999px;
}

.aftercare-section > p {
  max-width: 780px;
  margin: 0 auto 18px;
}

.aftercare-card {
  margin: 18px 0;
  padding: 26px 28px;
  text-align: left;
  background: #fff;
  border: 1px solid #f5d9e3;
  border-radius: 12px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.05);
}

.aftercare-card ul,
.aftercare-section > ul {
  margin: 0;
  padding-left: 22px;
  text-align: left;
}

.aftercare-card li,
.aftercare-section > ul li {
  margin-bottom: 8px;
}

.aftercare-card li:last-child,
.aftercare-section > ul li:last-child {
  margin-bottom: 0;
}

.aftercare-tip {
  margin: 22px 0 0;
  padding: 16px 18px;
  color: #333;
  background: #fff3f7;
  border-left: 4px solid #ec3f6f;
  border-radius: 0 8px 8px 0;
}

.aftercare-healing-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 30px;
}

.aftercare-healing-grid .aftercare-card {
  margin: 0;
}

.aftercare-closing {
  margin-top: 30px !important;
  color: #222;
  font-size: 18px;
}

.aftercare-section--health > h3 {
  margin-top: 0;
  text-align: center;
}

.aftercare-section--health > ul {
  max-width: 700px;
  margin: 24px auto;
}

.aftercare-related {
  margin-bottom: 30px;
  padding: 16px 18px;
  background: #fff3f7;
  border: 1px solid #f5d9e3;
  border-radius: 10px;
}

.aftercare-related p {
  margin: 0 0 5px;
  color: #222;
  font-size: 14px;
  font-weight: 600;
}

.aftercare-related a {
  color: #ec3f6f;
  font-weight: 700;
  text-decoration: none;
}

.aftercare-related a:hover,
.aftercare-related a:focus {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .aftercare-page {
    padding: 0 16px;
    font-size: 15px;
    line-height: 1.7;
  }

  .aftercare-section {
    margin: 40px auto;
  }

  .aftercare-section--featured,
  .aftercare-section--health {
    padding: 32px 22px;
    border-radius: 14px;
  }

  .aftercare-section h1,
  .aftercare-section h2 {
    font-size: 28px;
  }

  .aftercare-section h3 {
    font-size: 18px;
  }

  .aftercare-divider {
    margin: 18px auto 22px;
  }

  .aftercare-card {
    padding: 22px 18px;
  }

  .aftercare-healing-grid {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 24px;
  }
}/* End custom CSS */