body.category-pregnancy {
  background-color: #f7f8f4;
  background-image: url('../../img/backing.png');
  background-repeat: repeat;
}

.pregnancy-hub {
  color: #303030;
}

.pregnancy-hub .container {
  max-width: 1216px;
}

.pregnancy-hub__hero,
.pregnancy-hub__week-strip,
.pregnancy-hub__stages,
.pregnancy-hub__intro,
.pregnancy-hub__topics,
.pregnancy-hub__more-tools,
.pregnancy-hub__pregnancy-topics,
.pregnancy-hub__more-pregnancy-topics,
.pregnancy-hub__ad,
.pregnancy-hub__months,
.pregnancy-hub__faq,
.pregnancy-hub__feedback {
  padding: 0 0 24px;
}

.pregnancy-hub__hero {
  padding-top: 24px;
}

.pregnancy-hub__stages {
  padding-bottom: 32px;
}

.pregnancy-hub__intro {
  padding-bottom: 32px;
}

.pregnancy-hub__more-tools {
  padding-bottom: 32px;
}

.pregnancy-hub__pregnancy-topics {
  padding-bottom: 64px;
}

.pregnancy-hub__ad--after-topics {
  padding-bottom: 64px;
}

.pregnancy-hub__more-pregnancy-topics {
  padding-bottom: 32px;
}

.pregnancy-hub__months {
  padding-bottom: 64px;
}

.pregnancy-hub__faq {
  padding-bottom: 64px;
}

.pregnancy-hub__hero-card {
  position: relative;
  min-height: clamp(11.25rem, 22.94vw, 17.4375rem);
  max-height: 17.4375rem;
  overflow: hidden;
  border-radius: 0.5rem;
  background-image: url('../../img/category-pregnancy/pregnancy-family-journey-banner.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.pregnancy-hub__hero-copy {
  position: relative;
  z-index: 1;
  max-width: 28rem;
  padding: 2.5rem 0 0 2.5rem;
}

.pregnancy-hub__title {
  margin: 0;
  color: #ffffff;
  font-family: Cinzel, var(--font-heading);
  font-size: clamp(2rem, 3.29vw, 2.5rem);
  font-weight: 400;
  letter-spacing: -0.006em;
  line-height: 1;
}

.pregnancy-hub__description {
  max-width: 28rem;
  margin: 0.25rem 0 0;
  color: #ffffff;
  font-family: 'Source Sans 3', var(--font-primary);
  font-size: clamp(0.875rem, 1.32vw, 1rem);
  font-weight: 400;
  line-height: 1;
}

.pregnancy-hub__strip-card,
.pregnancy-hub__intro-card {
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(91, 76, 114, 0.08);
}

.pregnancy-hub__strip-card {
  padding: 32px 24px;
  border-radius: 18px;
}

.pregnancy-hub__strip-title {
  margin: 0 0 24px;
  color: #303030;
  font-family: 'Source Sans 3', var(--font-primary);
  font-size: 26px;
  font-weight: 500;
  line-height: 1.32;
  text-align: center;
}

.pregnancy-hub__weeks-shell {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr) 40px;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.pregnancy-hub__weeks-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  border-radius: 12px;
  background: #dbdbdb;
  cursor: pointer;
}

.pregnancy-hub__weeks-arrow--next svg {
  transform: rotate(180deg);
}

.pregnancy-hub__weeks {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 0;
  scrollbar-width: none;
  scroll-snap-type: x mandatory;
}

.pregnancy-hub__weeks::-webkit-scrollbar {
  display: none;
}

.pregnancy-hub__months-list {
  display: flex;
  gap: 6px;
  overflow-x: auto;
  padding: 2px 2px 8px;
  scrollbar-width: thin;
  scrollbar-color: rgba(110, 79, 149, 0.42) transparent;
}

.pregnancy-hub__months-carousel {
  position: relative;
  margin-top: 24px;
  padding: 32px;
  border-radius: 18px;
  background: #fff;
}

.pregnancy-hub__months-scroller {
  display: flex;
  gap: 8px;
  margin-top: -9px;
  overflow-x: auto;
  overflow-y: visible;
  padding: 9px 0 4px;
  scrollbar-width: none;
  scroll-snap-type: x mandatory;
}

.pregnancy-hub__months-scroller::-webkit-scrollbar {
  display: none;
}

.pregnancy-hub__months-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
}

.pregnancy-hub__months-arrow--prev {
  left: -20px;
}

.pregnancy-hub__months-arrow--next {
  right: -20px;
}

.pregnancy-hub__months-arrow--next svg {
  transform: rotate(180deg);
}

.pregnancy-hub-month-card {
  display: flex;
  align-items: flex-start;
  flex: 0 0 178px;
  height: 60px;
  max-height: 60px;
  overflow: visible;
  padding: 4px 12px 7px 8px;
  border-radius: 8px;
  background: var(--month-bg, #e5f6fd);
  color: var(--month-accent, #00b0e1);
  scroll-snap-align: start;
  text-decoration: none;
}

.pregnancy-hub-month-card__art {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex: 0 0 23px;
  width: 23px;
  height: 64px;
  transform: translateY(-9px);
}

.pregnancy-hub-month-card__art img {
  display: block;
  width: auto;
  max-width: none;
  height: 64px;
}

.pregnancy-hub-month-card__number {
  margin-left: 44px;
  color: var(--month-accent, #00b0e1);
  font-family: Cinzel, var(--font-heading);
  font-size: 36px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
}

.pregnancy-hub-month-card__label {
  margin-top: 6px;
  margin-left: 23px;
  color: var(--month-accent, #00b0e1);
  font-family: Cinzel, var(--font-heading);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
  text-align: center;
}

.pregnancy-hub__month {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  border: 1px solid #d9d5df;
  border-radius: 999px;
  color: #6e4f95;
  background: #ffffff;
  font-family: 'Source Sans 3', var(--font-primary);
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.pregnancy-hub__week {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border: 2px solid var(--week-border-color, #9d52b9);
  border-radius: 999px;
  color: #303030;
  background: #ffffff;
  font-family: 'Source Sans 3', var(--font-primary);
  font-size: 26px;
  font-weight: 500;
  line-height: 32px;
  opacity: var(--week-opacity, 1);
  scroll-snap-align: start;
  text-align: center;
  text-decoration: none;
}

.pregnancy-hub__week.is-hidden {
  display: none;
}

.pregnancy-hub__week.is-inactive {
  opacity: 0.35;
  pointer-events: none;
}

.pregnancy-hub__week:hover {
  background: #fafafa;
}

.pregnancy-hub__month:hover {
  border-color: #9cc86e;
  color: #ffffff;
  background: #9cc86e;
}

.pregnancy-hub__trimester-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 24px;
}

.pregnancy-hub__trimester-label,
.pregnancy-hub__trimester {
  font-family: 'Source Sans 3', var(--font-primary);
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
}

.pregnancy-hub__trimester-label {
  color: #303030;
}

.pregnancy-hub__trimester-pages {
  display: inline-flex;
  align-items: center;
  gap: 0;
}

.pregnancy-hub__trimester {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 40px;
  padding: 0;
  border: 0;
  border-radius: 12px;
  background: #f6f6f6;
  color: #303030;
  cursor: pointer;
  text-decoration: none;
}

.pregnancy-hub__trimester.is-active {
  background: #ffc5c5;
  color: #ffffff;
}

.pregnancy-hub .dl-section-title {
  text-align: center;
}

.pregnancy-hub-card__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  min-width: 74px;
  padding: 7px 14px;
  border-radius: 999px;
  background: #8fbd58;
  color: #ffffff;
  font-family: 'Source Sans 3', var(--font-primary);
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
}

.pregnancy-hub__intro-card {
  padding: 22px 0;
  background: transparent;
  box-shadow: none;
}

.pregnancy-hub__section-title {
  margin: 0;
  color: #303030;
  font-family: Cinzel, var(--font-heading);
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 500;
  line-height: 1.15;
}

.pregnancy-hub__intro-card h2 {
  margin: 0;
  color: #6e4f95;
  font-family: 'Source Sans 3', var(--font-primary);
  font-size: 26px;
  font-weight: 500;
  line-height: 32px;
  text-align: center;
}

.pregnancy-hub__intro-card p {
  max-width: 100%;
  margin: 16px 0 0;
  color: #303030;
  font-family: 'Source Sans 3', var(--font-primary);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-indent: 32px;
}

.pregnancy-hub__intro-card p + p {
  margin-top: 12px;
}

.pregnancy-hub__topics-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.pregnancy-hub__pregnancy-topics-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.pregnancy-hub__topics-action {
  display: none;
}

.pregnancy-hub__inline-pregnancy-topics {
  display: none;
}

.pregnancy-hub__topics-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 24px;
  border: 0;
  border-radius: 10px;
  background: #6e4f95;
  color: #ffffff;
  cursor: pointer;
  font-family: 'Source Sans 3', var(--font-primary);
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0;
}

.pregnancy-hub-topic {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-height: 100%;
  border-radius: 12px;
  background: #ffffff;
  color: inherit;
  text-decoration: none;
}

.pregnancy-hub-topic__image-wrap {
  display: block;
  overflow: hidden;
  width: 100%;
  max-height: 188px;
  border-radius: 12px;
  background: #f5f1f7;
  line-height: 0;
}

.pregnancy-hub-topic__image {
  display: block;
  width: 100%;
  height: 188px;
  object-fit: cover;
}

.pregnancy-hub-topic__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 16px 21px;
  background: #ffffff;
}

.pregnancy-hub-topic__title {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  color: #000000;
  font-family: Cinzel, var(--font-heading);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
}

.pregnancy-hub-topic__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  padding: 10px 16px;
  border-radius: 10px;
  background: #8fb56c;
  color: #ffffff;
  font-family: 'Source Sans 3', var(--font-primary);
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.pregnancy-hub__section-head p {
  max-width: 780px;
  margin: 12px auto 0;
  color: #635d68;
  font-family: 'Source Sans 3', var(--font-primary);
  font-size: 16px;
  line-height: 1.55;
}

.pregnancy-hub__section-head {
  margin-bottom: 16px;
  text-align: center;
}

.pregnancy-hub__article-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.pregnancy-hub-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(91, 76, 114, 0.08);
  color: inherit;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.pregnancy-hub-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(91, 76, 114, 0.14);
}

.pregnancy-hub-card__image-wrap {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  background: linear-gradient(135deg, #ffe8ef, #e9f7d8);
  overflow: hidden;
}

.pregnancy-hub-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pregnancy-hub-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 8px;
  padding: 14px;
}

.pregnancy-hub-card__title {
  color: #303030;
  font-family: 'Source Sans 3', var(--font-primary);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}

.pregnancy-hub-card__excerpt {
  color: #69636d;
  font-family: 'Source Sans 3', var(--font-primary);
  font-size: 14px;
  line-height: 1.4;
}

.pregnancy-hub-card__button {
  margin-top: auto;
}

.pregnancy-hub__ad .marketplace-ad {
  margin: 0;
}

.pregnancy-hub__feedback .height-predictor__suggest {
  padding: 0;
}

@media (max-width: 767px) {
  .pregnancy-hub__hero-card {
    aspect-ratio: 336 / 448;
    min-height: 0;
    max-height: none;
    border-radius: 0.75rem;
    background-image: url('../../img/category-pregnancy/pregnancy-family-journey-mobile-banner.svg');
  }

  .pregnancy-hub__hero-copy {
    max-width: min(30rem, calc(100% - 0.5rem));
    padding: 1.5rem 0 0 1.5rem;
  }

  .pregnancy-hub__title {
    font-size: clamp(2rem, 10.67vw, 2.5rem);
    line-height: 1.2;
  }

  .pregnancy-hub__description {
    margin-top: 0.75rem;
    font-size: clamp(0.875rem, 4.27vw, 1rem);
    line-height: clamp(1.125rem, 5.33vw, 1.25rem);
  }

  .pregnancy-hub__stages {
    padding-bottom: 24px;
  }

  .pregnancy-hub__intro-card {
    padding: 24px 0 0;
    background: transparent;
    box-shadow: none;
  }

  .pregnancy-hub__topics-grid {
    gap: 16px;
    margin-top: 16px;
  }

  .pregnancy-hub__more-tools,
  .pregnancy-hub__ad--after-topics,
  .pregnancy-hub__more-pregnancy-topics {
    padding-bottom: 48px;
  }

  .pregnancy-hub__topics-action {
    display: flex;
    justify-content: center;
    margin-top: 16px;
  }

  .pregnancy-hub__pregnancy-topics {
    display: none;
  }

  .pregnancy-hub__inline-pregnancy-topics:not([hidden]) {
    display: block;
    margin-top: 16px;
  }

  .pregnancy-hub-topic__image {
    height: 105px;
  }

  .pregnancy-hub__ad .marketplace-ad--list {
    padding: 13px 10px;
  }

  .pregnancy-hub__ad .marketplace-ad__leaf {
    display: none;
  }

  .pregnancy-hub__ad .marketplace-ad__slide {
    flex-direction: row;
    align-items: center;
    gap: 8px;
  }

  .pregnancy-hub__ad .marketplace-ad__slide.is-active {
    display: flex;
  }

  .pregnancy-hub__ad .marketplace-ad__media {
    position: relative;
    flex: 0 0 127px;
    width: 127px;
    max-width: 127px;
    margin: 0;
  }

  .pregnancy-hub__ad .marketplace-ad__image-link {
    max-width: 127px;
    aspect-ratio: 1 / 1;
  }

  .pregnancy-hub__ad .marketplace-ad__arrow--prev {
    left: 0;
    right: auto;
  }

  .pregnancy-hub__ad .marketplace-ad__arrow--next {
    left: auto;
    right: 0;
  }

  .pregnancy-hub__ad .marketplace-ad__body {
    flex: 1;
    min-width: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 0 8px;
  }

  .pregnancy-hub__ad .marketplace-ad__title {
    grid-column: 1 / -1;
    font-size: 14px;
    line-height: 20px;
  }

  .pregnancy-hub__ad .marketplace-ad__description {
    grid-column: 1 / -1;
    margin-top: 4px;
    margin-bottom: 12px;
    font-size: 12px;
    line-height: 16px;
  }

  .pregnancy-hub__ad .marketplace-ad__offer {
    display: contents;
  }

  .pregnancy-hub__ad .marketplace-ad__price {
    grid-column: 1;
    grid-row: 3;
    margin: 0;
    font-size: 16px;
    line-height: 20px;
  }

  .pregnancy-hub__ad .marketplace-ad__footer {
    display: contents;
  }

  .pregnancy-hub__ad .marketplace-ad__cta {
    grid-column: 2;
    grid-row: 3;
    justify-self: end;
    justify-content: center;
    width: auto;
    margin-top: 0;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 16px;
    white-space: nowrap;
  }

  .pregnancy-hub__ad .marketplace-ad__brand {
    grid-column: 1 / -1;
    grid-row: 4;
    justify-content: flex-start;
    flex-wrap: nowrap;
    margin-top: 12px;
    font-size: 12px;
    line-height: 16px;
  }

  .pregnancy-hub__ad .marketplace-ad__brand-logo {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
  }

  .pregnancy-hub__ad .marketplace-ad__body:not(:has(.marketplace-ad__description)) .marketplace-ad__price,
  .pregnancy-hub__ad .marketplace-ad__body:not(:has(.marketplace-ad__description)) .marketplace-ad__cta {
    grid-row: 2;
  }

  .pregnancy-hub__ad .marketplace-ad__body:not(:has(.marketplace-ad__description)) .marketplace-ad__brand {
    grid-row: 3;
  }

  .pregnancy-hub__ad .marketplace-ad__body:not(:has(.marketplace-ad__price)) .marketplace-ad__cta {
    grid-column: 1 / -1;
    justify-self: start;
  }

  .pregnancy-hub__strip-card {
    display: flex;
    flex-direction: column;
    padding: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .pregnancy-hub__strip-title {
    order: 1;
    margin: 0 0 16px;
    font-family: 'Source Sans 3', var(--font-primary);
    font-size: 26px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0;
    text-align: center;
  }

  .pregnancy-hub__trimester-nav {
    order: 2;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: clamp(0.75rem, 4vw, 1.75rem);
    width: 100%;
    margin: 0;
    padding: clamp(1.75rem, 7.47vw, 2.5rem) clamp(1rem, 5.33vw, 2rem) clamp(1.5rem, 6.4vw, 2rem);
    border-radius: 2rem 2rem 0 0;
    background: #ffffff;
  }

  .pregnancy-hub__trimester-label,
  .pregnancy-hub__trimester {
    font-size: clamp(1.5rem, 7.47vw, 2rem);
    line-height: 1.2;
  }

  .pregnancy-hub__trimester-label {
    align-self: center;
    white-space: nowrap;
  }

  .pregnancy-hub__trimester-pages {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
    min-width: 0;
    height: clamp(3rem, 12.8vw, 4rem);
    overflow: hidden;
    border: 1px solid #d8d8d8;
    border-radius: 1.25rem;
    background: #f7f7f7;
  }

  .pregnancy-hub__trimester {
    align-self: stretch;
    width: auto;
    height: 100%;
    border-radius: 1.125rem;
    background: transparent;
  }

  .pregnancy-hub__trimester.is-active {
    background: #ffc5c5;
  }

  .pregnancy-hub__weeks-shell {
    order: 3;
    display: block;
    padding: 0 clamp(1rem, 5.33vw, 2rem) clamp(2rem, 8.53vw, 3rem);
    border-radius: 0 0 2rem 2rem;
    background: #ffffff;
  }

  .pregnancy-hub__weeks-arrow {
    display: none;
  }

  .pregnancy-hub__weeks {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: clamp(0.75rem, 3.2vw, 1.25rem) clamp(0.875rem, 3.73vw, 1.5rem);
    overflow: visible;
  }

  .pregnancy-hub__week {
    width: clamp(3.125rem, 14.4vw, 4rem);
    height: clamp(3.125rem, 14.4vw, 4rem);
    font-size: clamp(1.625rem, 7.47vw, 2.125rem);
    line-height: 1;
  }

  .pregnancy-hub__weeks-shell[data-active-trimester="3"] .pregnancy-hub__weeks {
    column-gap: clamp(0.5rem, 2.67vw, 1rem);
  }

  .pregnancy-hub__weeks-shell[data-active-trimester="3"] .pregnancy-hub__week {
    width: clamp(2.875rem, 12.27vw, 3.5rem);
    height: clamp(2.875rem, 12.27vw, 3.5rem);
    font-size: clamp(1.5rem, 6.93vw, 2rem);
  }

  .pregnancy-hub__months {
    padding-bottom: 24px;
  }

  .pregnancy-hub__months-carousel {
    padding: 0;
    background: transparent;
  }

  .pregnancy-hub__months-scroller {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 4px;
    margin-top: 16px;
    overflow: visible;
    padding: 0;
  }

  .pregnancy-hub__months-arrow {
    display: none;
  }

  .pregnancy-hub-month-card {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    grid-template-rows: auto auto;
    align-items: center;
    column-gap: 8px;
    flex: none;
    width: auto;
    min-width: 0;
    height: auto;
    padding: 4px 8px;
    box-sizing: border-box;
  }

  .pregnancy-hub-month-card__art {
    grid-column: 1;
    grid-row: 1 / 3;
    margin: 0;
    height: 64px;
    transform: translateY(0);
  }

  .pregnancy-hub-month-card__art img {
    height: 56px;
  }

  .pregnancy-hub-month-card__number {
    grid-column: 2;
    grid-row: 1;
    margin: 0;
    font-size: 24px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0;
    text-align: right;
  }

  .pregnancy-hub-month-card__label {
    grid-column: 2;
    grid-row: 2;
    margin: 0;
    font-size: 10px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0;
    text-align: right;
  }
}

@media (min-width: 768px) {
  .pregnancy-hub__hero,
  .pregnancy-hub__week-strip,
  .pregnancy-hub__stages,
  .pregnancy-hub__intro,
  .pregnancy-hub__topics,
  .pregnancy-hub__more-tools,
  .pregnancy-hub__pregnancy-topics,
  .pregnancy-hub__more-pregnancy-topics,
  .pregnancy-hub__ad,
  .pregnancy-hub__months,
  .pregnancy-hub__faq,
  .pregnancy-hub__feedback {
    padding-bottom: 32px;
  }

  .pregnancy-hub__hero {
    padding-top: 32px;
  }

  .pregnancy-hub__article-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .pregnancy-hub__topics-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
  }

  .pregnancy-hub__pregnancy-topics-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
  }

  .pregnancy-hub-card--featured {
    grid-column: span 2;
  }

  .pregnancy-hub-card--featured .pregnancy-hub-card__title {
    font-size: 22px;
  }

  .pregnancy-hub__month {
    width: 34px;
    height: 34px;
  }

  .pregnancy-hub__pregnancy-topics,
  .pregnancy-hub__ad.pregnancy-hub__ad--after-topics,
  .pregnancy-hub__months,
  .pregnancy-hub__faq {
    padding-bottom: 64px;
  }
}

@media (min-width: 1100px) {
  .pregnancy-hub__weeks {
    justify-content: space-between;
    overflow: hidden;
  }

  .pregnancy-hub__month {
    flex: 1 1 0;
  }
}
