/* 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 */
.single-post-section-quote {
  margin-bottom: 2.5rem;
  margin-top: 1.25rem;
}
.single-post-section-quote__figure {
  padding: 1.875rem 2.5rem 1.875rem;
  border-radius: 0.625rem;
  background-color: var(--wp--preset--color--bg-primary);
}
.single-post-section-quote__quote p {
  font-weight: 700;
  color: var(--wp--preset--color--txt-white);
  line-height: 1.875rem;
}
.single-post-section-quote__quote p {
  font-size: 24px;
}
@media screen and (min-width: 569px) {
  .single-post-section-quote__quote p {
    font-size: calc(24px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .single-post-section-quote__quote p {
    font-size: 1.5rem;
  }
}
.single-post-section-quote__meta {
  margin-top: 1rem;
  display: flex;
  gap: 0.5rem;
  font-family: "Inter", "sans-serif";
  font-size: 0.875rem;
  color: var(--wp--preset--color--txt-gray-dark);
  align-items: flex-start;
}
.single-post-section-quote__meta-inner {
  display: flex;
  flex-direction: column;
}
.single-post-section-quote__author {
  color: var(--wp--preset--color--txt-white);
}
.single-post-section-quote__author {
  font-size: 16px;
}
@media screen and (min-width: 569px) {
  .single-post-section-quote__author {
    font-size: calc(16px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .single-post-section-quote__author {
    font-size: 1rem;
  }
}
.single-post-section-quote__role {
  color: var(--wp--preset--color--txt-white);
}
.single-post-section-quote__role {
  font-size: 12px;
}
@media screen and (min-width: 569px) {
  .single-post-section-quote__role {
    font-size: calc(12px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .single-post-section-quote__role {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 991px) {
  .single-post-section-quote {
    margin-bottom: 1.75rem;
  }
  .single-post-section-quote__figure {
    padding: 2rem 1.5rem 1.75rem;
  }
  .single-post-section-quote__quote p {
    font-size: 1.25rem;
    line-height: 1.625rem;
  }
}
@media screen and (max-width: 580px) {
  .single-post-section-quote {
    margin-bottom: 1.5rem;
  }
  .single-post-section-quote__figure {
    padding: 1.5rem 1.25rem 1.5rem;
  }
  .single-post-section-quote__quote {
    margin-bottom: 1.25rem;
  }
  .single-post-section-quote__quote p {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}