/* 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-mesh-news-grid__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  margin-bottom: 1.75rem;
}
.s-mesh-news-grid__title {
  font-size: 3.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  font-family: "remora-sans-w1", "sans-serif";
  color: var(--wp--preset--color--txt-secondary-dark);
  margin: 0;
}
.s-mesh-news-grid__btn {
  flex-shrink: 0;
}
.s-mesh-news-grid__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: 1.25rem;
}
@media screen and (max-width: 991px) {
  .s-mesh-news-grid__grid {
    grid-template-columns: minmax(0, 1fr);
  }
}
.s-mesh-news-grid__col--featured {
  min-width: 0;
  overflow: hidden;
}
.s-mesh-news-grid__col--side {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  min-width: 0;
}
.s-mesh-news-grid__featured {
  display: flex;
  flex-direction: column;
  background-color: var(--wp--preset--color--bg-primary);
  height: 100%;
  cursor: pointer;
}
.s-mesh-news-grid__featured:hover .s-mesh-news-grid__featured-img {
  transform: scale(1.1);
}
.s-mesh-news-grid__featured-media {
  position: relative;
  height: 21.5rem;
  overflow: hidden;
}
.s-mesh-news-grid__featured-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: all 0.35s ease-out;
}
.s-mesh-news-grid__featured-tag {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.25rem 0.625rem;
  border-radius: 3.125rem;
  background-color: var(--wp--preset--color--bg-white);
}
.s-mesh-news-grid__featured-tag-label {
  font-weight: 700;
  color: var(--wp--preset--color--txt-gray-dark);
  line-height: 1.125rem;
}
.s-mesh-news-grid__featured-tag-label {
  font-size: 12px;
}
@media screen and (min-width: 569px) {
  .s-mesh-news-grid__featured-tag-label {
    font-size: calc(12px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-mesh-news-grid__featured-tag-label {
    font-size: 0.75rem;
  }
}
.s-mesh-news-grid__featured-body {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  color: var(--wp--preset--color--txt-gray-dark);
}
.s-mesh-news-grid__featured-cta {
  display: inline-block;
  margin-top: 1rem;
  font-family: "remora-sans-w1", "sans-serif";
  font-size: 0.9375rem;
  line-height: 1.6;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 0.25rem;
  color: inherit;
  transition: opacity 0.35s ease-out, transform 0.35s ease-out;
  align-self: flex-start;
}
.s-mesh-news-grid__featured:hover .s-mesh-news-grid__featured-cta {
  opacity: 1;
  transform: translateY(-16px);
}
.s-mesh-news-grid__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}
.s-mesh-news-grid__date {
  line-height: 1.125rem;
  color: var(--wp--preset--color--txt-gray-dark);
}
.s-mesh-news-grid__date {
  font-size: 12px;
}
@media screen and (min-width: 569px) {
  .s-mesh-news-grid__date {
    font-size: calc(12px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-mesh-news-grid__date {
    font-size: 0.75rem;
  }
}
.s-mesh-news-grid__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.25rem 0.625rem;
  border-radius: 3.125rem;
  background-color: var(--wp--preset--color--bg-white);
  font-weight: 700;
  line-height: 1.125rem;
  color: var(--wp--preset--color--txt-gray-dark);
}
.s-mesh-news-grid__tag {
  font-size: 12px;
}
@media screen and (min-width: 569px) {
  .s-mesh-news-grid__tag {
    font-size: calc(12px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-mesh-news-grid__tag {
    font-size: 0.75rem;
  }
}
.s-mesh-news-grid__featured-title {
  margin: 0;
  font-family: "Inter", "sans-serif";
  font-size: 1.5rem;
  line-height: 1.25;
  font-style: normal;
  font-weight: 700;
  color: var(--wp--preset--color--txt-gray-dark);
}
.s-mesh-news-grid__featured-link {
  text-decoration: none;
  color: inherit;
}
.s-mesh-news-grid__featured-excerpt {
  font-family: "Inter", "sans-serif";
  font-size: 1rem;
  line-height: 1.375;
  font-style: normal;
  font-weight: 400;
  color: var(--wp--preset--color--txt-gray-dark);
}
.s-mesh-news-grid__card {
  display: flex;
  flex-direction: column;
  background-color: var(--wp--preset--color--bg-secondary-light);
  padding: 1.5rem;
  cursor: pointer;
}
.s-mesh-news-grid__card:hover .s-mesh-news-grid__card-cta {
  top: -0.625rem;
}
.s-mesh-news-grid__card:hover .s-mesh-news-grid__card-img {
  transform: scale(1.1);
}
.s-mesh-news-grid__card--medium {
  background-color: var(--wp--preset--color--bg-tertiary-light);
  display: grid;
  grid-template-columns: 15rem minmax(0, 1fr);
  gap: 1.25rem;
}
@media screen and (max-width: 991px) {
  .s-mesh-news-grid__card--medium {
    grid-template-columns: minmax(0, 1fr);
  }
}
.s-mesh-news-grid__card--small {
  background-color: var(--wp--preset--color--bg-secondary-light);
}
.s-mesh-news-grid__card-media {
  height: 100%;
  border-radius: 0;
  overflow: hidden;
}
.s-mesh-news-grid__card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: all 0.35s ease-out;
}
.s-mesh-news-grid__card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.5rem;
  min-width: 0;
}
.s-mesh-news-grid__card-title {
  margin: 0;
  font-family: "Inter", "sans-serif";
  font-size: 1.5rem;
  line-height: 1.25;
  font-style: normal;
  font-weight: 700;
  color: var(--wp--preset--color--txt-gray-dark);
}
.s-mesh-news-grid__card-link {
  text-decoration: none;
  color: inherit;
}
.s-mesh-news-grid__card-excerpt {
  line-height: 1.125rem;
  color: var(--wp--preset--color--txt-gray-dark);
}
.s-mesh-news-grid__card-excerpt p {
  font-size: 12px;
}
@media screen and (min-width: 569px) {
  .s-mesh-news-grid__card-excerpt p {
    font-size: calc(12px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-mesh-news-grid__card-excerpt p {
    font-size: 0.75rem;
  }
}
.s-mesh-news-grid__card-cta {
  display: inline-block;
  margin-top: 1rem;
  font-family: "remora-sans-w1", "sans-serif";
  font-size: 0.9375rem;
  line-height: 1.6;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 0.25rem;
  color: inherit;
  position: relative;
  top: 0;
  transition: all 0.35s ease-out;
}
@media screen and (max-width: 1024px) {
  .s-mesh-news-grid__title {
    font-size: 2.5rem;
  }
  .s-mesh-news-grid__featured-media {
    height: 17.5rem;
  }
}
@media screen and (max-width: 991px) {
  .s-mesh-news-grid__featured:hover .s-mesh-news-grid__featured-img,
  .s-mesh-news-grid__featured:hover .s-mesh-news-grid__card-img, .s-mesh-news-grid__card:hover .s-mesh-news-grid__featured-img,
  .s-mesh-news-grid__card:hover .s-mesh-news-grid__card-img {
    transform: none;
  }
  .s-mesh-news-grid__featured:hover .s-mesh-news-grid__featured-cta,
  .s-mesh-news-grid__featured:hover .s-mesh-news-grid__card-cta, .s-mesh-news-grid__card:hover .s-mesh-news-grid__featured-cta,
  .s-mesh-news-grid__card:hover .s-mesh-news-grid__card-cta {
    transform: none;
    top: 0;
  }
  .s-mesh-news-grid__featured-img, .s-mesh-news-grid__card-img, .s-mesh-news-grid__featured-cta, .s-mesh-news-grid__card-cta {
    transition: none;
  }
}
@media screen and (max-width: 580px) {
  .s-mesh-news-grid__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
    margin-bottom: 1.25rem;
  }
  .s-mesh-news-grid__title {
    font-size: 2rem;
  }
  .s-mesh-news-grid__grid {
    gap: 0.75rem;
  }
  .s-mesh-news-grid__featured-media {
    height: 13.75rem;
  }
  .s-mesh-news-grid__featured-body {
    padding: 1.25rem;
    gap: 0.75rem;
  }
  .s-mesh-news-grid__featured-title {
    font-size: 1.25rem;
  }
  .s-mesh-news-grid__card {
    padding: 1.25rem;
  }
  .s-mesh-news-grid__card--medium {
    gap: 1rem;
  }
  .s-mesh-news-grid__card-body {
    gap: 1rem;
  }
  .s-mesh-news-grid__card-title {
    font-size: 1.25rem;
  }
  .s-mesh-news-grid__col--side {
    gap: 0.75rem;
  }
}