.template--womens-health .wh-cta-wrap {
  padding: 0 0 42px;
  color: var(--un-color-primary-950, #091b32);
  background: #fff;
}

.template--womens-health .wh-cta-wrap a {
  text-decoration: none;
}

.template--womens-health .wh-cta {
  display: grid;
  grid-template-columns: 1.05fr .08fr minmax(0, 1fr);
  align-items: center;
  gap: 26px;
  padding: 32px 52px;
  border-radius: 15px;
  color: var(--un-color-primary-base, #0f2c52);
  background: #eef4ff;
}

.template--womens-health .wh-cta h2 {
  margin: 0;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 500;
  line-height: 1.08;
}

.template--womens-health .wh-cta p {
  max-width: 470px;
  margin: 9px 0 0;
  color: var(--un-color-primary-700, #274163);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}

.template--womens-health .wh-cta__divider {
  width: 1px;
  height: 94px;
  justify-self: center;
  background: var(--un-color-secondary-200, #d1d5e0);
}

.template--womens-health .wh-cta__actions {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
  justify-self: start;
}

.template--womens-health .wh-cta .wh-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: auto;
  min-width: 145px;
  border: 0;
  border-radius: 12px;
  padding: 14px 24px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  transition: background .2s ease, box-shadow .2s ease, transform .2s ease;
}

.template--womens-health .wh-cta .wh-button:hover {
  transform: translateY(-1px);
}

.template--womens-health .wh-cta .wh-button--primary {
  color: #fff;
  background: var(--un-color-primary-base, #0f2c52);
  box-shadow: 0 12px 24px rgba(15, 44, 82, .18);
}

.template--womens-health .wh-cta .wh-button--primary:hover {
  color: #fff;
  background: var(--un-color-primary-700, #274163);
}

.template--womens-health .wh-cta .wh-button--secondary {
  color: var(--un-color-primary-base, #0f2c52);
  background: #fff;
  box-shadow: 0 12px 24px rgba(15, 44, 82, .18);
  border: 1px solid #27416352;
}

.template--womens-health .wh-cta .wh-button--secondary:hover {
  background: inherit;
  color: inherit;
}

.template--womens-health .wh-cta .wh-button--has-icon::before {
  content: "";
  width: 34px;
  height: 34px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: var(--wh-button-icon);
}

.wh-cta__actions-group {
  display: flex;
  flex-direction: column;
  gap: 26px;
}

a.wh-cta__learn-more {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding-inline: 0;
  color: var(--un-color-primary-700, #274163);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  background: transparent;
  box-shadow: none;
}

a.wh-cta__learn-more:after {
  content: "→";
}

@media (max-width: 1441px) {
  .template--womens-health .wh-cta {
    grid-template-columns: 1.00fr .08fr minmax(0, 1fr);
    gap: 16px;
    padding: 22px 32px;
  }
}

@media (max-width: 1180px) {
  .template--womens-health .wh-cta {
    grid-template-columns: 0.90fr .01fr minmax(0, 1fr);
  }
}

@media (max-width: 1100px) {
  .template--womens-health .wh-cta {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .template--womens-health .wh-cta__divider {
    display: none;
  }

  .template--womens-health .wh-cta__actions {
    justify-self: start;
  }

  .template--womens-health .wh-cta .wh-button {
    width: auto;
  }
}

@media (max-width: 767px) {
  .template--womens-health .wh-cta .wh-button {
    width: 100%;
  }

  .template--womens-health .wh-cta__actions {
    width: 100%;
  }
}

@media (max-width: 560px) {
  .template--womens-health .wh-cta {
    padding: 28px 24px;
  }
}