/* Text utility */
/* Mobile utility */
/* link hover utility */
/* Container utility mixin */
/* Container avec variable CSS */
/* Text content styles */
/* Centered content */
/* from... */
/* to... */
/* from... to... */
/* at... */
/* FONT WEIGHTS */
.s-latest-news:not([class*=has-bg-]) {
  background-color: var(--wp--preset--color--bg-tertiary);
}
.s-latest-news > .l-wrapper {
  padding: 6.25rem 3.75rem;
}
.s-latest-news .post-single__related-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
  width: 100%;
  max-width: 100%;
}
.s-latest-news .post-single__related-title {
  margin: 0;
  width: 100%;
  max-width: 100%;
  text-align: center;
  color: var(--wp--preset--color--txt-black);
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  line-height: 1.14;
  letter-spacing: -0.07rem;
}
@media screen and (max-width: 1024px) {
  .s-latest-news .post-single__related-title {
    font-size: 3rem;
    line-height: 1.15;
    letter-spacing: -0.06rem;
  }
}
@media screen and (max-width: 991px) {
  .s-latest-news .post-single__related-title {
    font-size: 2.5rem;
    line-height: 1.15;
    letter-spacing: -0.05rem;
  }
}
@media screen and (max-width: 580px) {
  .s-latest-news .post-single__related-title {
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: -0.04rem;
  }
}
.s-latest-news .post-single__related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.875rem 1.25rem;
  width: 100%;
  max-width: 100%;
}
.s-latest-news .post-card {
  min-width: 0;
}
.s-latest-news .post-card__link {
  gap: 1.25rem;
  padding-bottom: 2rem;
}
.s-latest-news .post-card__image {
  border-radius: 0.75rem;
}
.s-latest-news .post-card__body {
  gap: 1rem;
}
.s-latest-news .post-card__title {
  line-height: 1.25;
}
.s-latest-news .post-card__metas {
  gap: 0.5rem;
}
.s-latest-news .post-card__theme, .s-latest-news .post-card__date {
  flex-shrink: 0;
}
.s-latest-news__empty {
  margin: 0;
  text-align: center;
  color: var(--wp--preset--color--txt-gray-light);
  font-weight: 400;
}
.s-latest-news__empty {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .s-latest-news__empty {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-latest-news__empty {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 1024px) {
  .s-latest-news > .l-wrapper {
    padding: 4rem 1.5rem;
  }
  .s-latest-news .post-single__related-inner {
    gap: 2rem;
  }
  .s-latest-news .post-single__related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem 1rem;
  }
}
@media screen and (max-width: 991px) {
  .s-latest-news > .l-wrapper {
    padding: 3rem 1.25rem 2.5rem;
  }
  .s-latest-news .post-single__related-inner {
    gap: 1.75rem;
  }
  .s-latest-news .post-single__related-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .s-latest-news .post-card__link {
    gap: 1rem;
    padding-bottom: 1.75rem;
  }
  .s-latest-news .post-card__image {
    aspect-ratio: 16/10;
  }
  .s-latest-news .post-card__body {
    gap: 0.75rem;
  }
  .s-latest-news .post-card__title {
    font-size: 1.25rem;
    line-height: 1.3;
    letter-spacing: -0.025rem;
  }
}
@media screen and (max-width: 580px) {
  .s-latest-news > .l-wrapper {
    padding: 2.5rem 1rem 2.25rem;
  }
  .s-latest-news .post-single__related-inner {
    gap: 1.5rem;
  }
  .s-latest-news .post-card__link {
    padding-bottom: 1.5rem;
  }
  .s-latest-news .post-card__title {
    font-size: 1.125rem;
    line-height: 1.35;
  }
  .s-latest-news .post-card__cta {
    font-size: 0.875rem;
  }
}