/* 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-citation__inner {
  display: grid;
  grid-template-columns: 15.625rem minmax(0, 1fr);
  gap: 5rem;
  align-items: center;
}
.s-citation__media-col {
  min-width: 0;
}
.s-citation__media {
  margin: 0;
  width: 15.625rem;
  height: 15.625rem;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  border-radius: 12.5rem;
  overflow: hidden;
  background-color: var(--wp--preset--color--bg-gray-light);
}
.s-citation__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.s-citation__media-placeholder {
  width: 15.625rem;
  height: 15.625rem;
  border: 1px dashed var(--wp--preset--color--txt-gray-light);
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  color: var(--wp--preset--color--txt-gray-light);
}
.s-citation__media-placeholder {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .s-citation__media-placeholder {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-citation__media-placeholder {
    font-size: 0.875rem;
  }
}
.s-citation__content {
  min-width: 0;
}
.s-citation__quote {
  margin: 0 0 1.75rem;
  padding-bottom: 1.75rem;
  border-bottom: 1px solid color-mix(in srgb, var(--wp--preset--color--txt-black) 22%, transparent);
  color: var(--wp--preset--color--txt-black);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.03rem;
  line-height: 1.3;
}
.s-citation__quote {
  font-size: 24px;
}
@media screen and (min-width: 569px) {
  .s-citation__quote {
    font-size: calc(24px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-citation__quote {
    font-size: 1.5rem;
  }
}
.s-citation__name {
  margin: 0;
  color: var(--wp--preset--color--txt-black);
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.0225rem;
  margin-top: 1rem;
}
.s-citation__name {
  font-size: 18px;
}
@media screen and (min-width: 569px) {
  .s-citation__name {
    font-size: calc(18px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-citation__name {
    font-size: 1.125rem;
  }
}
.s-citation__role {
  margin: 0.5rem 0 0;
  color: var(--wp--preset--color--txt-black);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.875rem;
  line-height: 1.4;
  font-style: normal;
  font-weight: 500;
  background: color-mix(in srgb, var(--wp--preset--color--bg-secondary) 20%, transparent);
  padding: 0.375rem 0.875rem;
  border-radius: 2.0625rem;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  width: fit-content;
}
.s-citation__empty {
  margin: 0;
  color: var(--wp--preset--color--txt-gray-light);
  font-weight: 400;
}
.s-citation__empty {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .s-citation__empty {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-citation__empty {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 991px) {
  .s-citation__inner {
    grid-template-columns: 1fr;
    gap: 1.75rem;
    padding-inline: 1.25rem;
    justify-items: stretch;
    box-sizing: border-box;
  }
  .s-citation__media-col {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .s-citation__media, .s-citation__media-placeholder {
    width: 11.25rem;
    height: 11.25rem;
    margin: 0 auto;
  }
  .s-citation__content {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .s-citation__quote {
    margin: 0 0 1.25rem;
    padding-bottom: 1.25rem;
    width: 100%;
    text-align: center;
    font-size: 1.375rem;
    line-height: 1.35;
    letter-spacing: -0.0275rem;
  }
  .s-citation__quote p {
    margin: 0;
    overflow-wrap: anywhere;
  }
  .s-citation__name {
    text-align: center;
  }
  .s-citation__role {
    margin-top: 0.625rem;
  }
}
@media screen and (max-width: 580px) {
  .s-citation__inner {
    gap: 1.5rem;
    padding-inline: 1rem;
  }
  .s-citation__media, .s-citation__media-placeholder {
    width: 10rem;
    height: 10rem;
  }
  .s-citation__quote {
    font-size: 1.25rem;
    line-height: 1.4;
    letter-spacing: -0.025rem;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }
}