/* 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 */
.mesh-parent-blog-grid__inner {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.mesh-parent-blog-grid__title {
  margin: 0;
  text-align: center;
  color: var(--wp--preset--color--txt-secondary-dark);
  font-weight: 700;
  font-family: "remora-sans-w1", "sans-serif";
  line-height: 3.125rem;
  text-transform: uppercase;
}
.mesh-parent-blog-grid__title {
  font-size: 32px;
}
@media screen and (min-width: 569px) {
  .mesh-parent-blog-grid__title {
    font-size: calc(32px + 18 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .mesh-parent-blog-grid__title {
    font-size: 3.125rem;
  }
}
.mesh-parent-blog-grid__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
.mesh-parent-blog-grid__card {
  background-color: color-mix(in srgb, var(--wp--preset--color--bg-tertiary) 35%, transparent);
  padding: 1.5rem;
}
.mesh-parent-blog-grid__card-link {
  display: grid;
  grid-template-columns: 15rem 1fr;
  gap: 1.25rem;
  color: var(--wp--preset--color--txt-gray-dark);
  text-decoration: none;
  min-height: 17.5rem;
}
.mesh-parent-blog-grid__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.mesh-parent-blog-grid__content {
  display: flex;
  flex-direction: column;
  min-height: 17.1875rem;
}
.mesh-parent-blog-grid__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}
.mesh-parent-blog-grid__date {
  margin: 0;
  font-weight: 400;
  line-height: 1.125rem;
  color: var(--wp--preset--color--txt-gray-dark);
}
.mesh-parent-blog-grid__date {
  font-size: 12px;
}
@media screen and (min-width: 569px) {
  .mesh-parent-blog-grid__date {
    font-size: calc(12px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .mesh-parent-blog-grid__date {
    font-size: 0.75rem;
  }
}
.mesh-parent-blog-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);
  white-space: nowrap;
}
.mesh-parent-blog-grid__tag {
  font-size: 12px;
}
@media screen and (min-width: 569px) {
  .mesh-parent-blog-grid__tag {
    font-size: calc(12px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .mesh-parent-blog-grid__tag {
    font-size: 0.75rem;
  }
}
.mesh-parent-blog-grid__card-title {
  margin: 0;
  color: var(--wp--preset--color--txt-gray-dark);
  font-weight: 700;
  line-height: 1.875rem;
}
.mesh-parent-blog-grid__card-title {
  font-size: 24px;
}
@media screen and (min-width: 569px) {
  .mesh-parent-blog-grid__card-title {
    font-size: calc(24px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .mesh-parent-blog-grid__card-title {
    font-size: 1.5rem;
  }
}
.mesh-parent-blog-grid__excerpt {
  margin: 1.5rem 0 0;
  color: var(--wp--preset--color--txt-gray-dark);
  font-weight: 400;
  line-height: 1.125rem;
}
.mesh-parent-blog-grid__excerpt {
  font-size: 12px;
}
@media screen and (min-width: 569px) {
  .mesh-parent-blog-grid__excerpt {
    font-size: calc(12px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .mesh-parent-blog-grid__excerpt {
    font-size: 0.75rem;
  }
}
.mesh-parent-blog-grid__readmore {
  margin-top: auto;
  display: inline-flex;
  align-self: flex-start;
  border-bottom: 1px solid var(--wp--preset--color--txt-gray-dark);
  font-weight: 700;
  font-family: "remora-sans-w1", "sans-serif";
  line-height: 1.5rem;
  text-transform: uppercase;
}
.mesh-parent-blog-grid__readmore {
  font-size: 15px;
}
@media screen and (min-width: 569px) {
  .mesh-parent-blog-grid__readmore {
    font-size: calc(15px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .mesh-parent-blog-grid__readmore {
    font-size: 0.9375rem;
  }
}
.mesh-parent-blog-grid__cta-wrap {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .mesh-parent-blog-grid__title {
    font-weight: 700;
    line-height: 2rem;
  }
  .mesh-parent-blog-grid__title {
    font-size: 24px;
  }
}
@media screen and (max-width: 991px) and (min-width: 569px) {
  .mesh-parent-blog-grid__title {
    font-size: calc(24px + 8 * (100vw - 569px) / 871);
  }
}
@media screen and (max-width: 991px) and (min-width: 1440px) {
  .mesh-parent-blog-grid__title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 991px) {
  .mesh-parent-blog-grid__grid {
    grid-template-columns: 1fr;
  }
  .mesh-parent-blog-grid__card-link {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .mesh-parent-blog-grid__media img {
    max-height: 16.25rem;
  }
  .mesh-parent-blog-grid__content {
    min-height: 0;
  }
}