/* 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-article-author {
  margin-bottom: 2.5rem;
  background-color: var(--wp--preset--color--bg-quaternary);
  padding: 2rem 2.5rem 2.5rem;
  border-radius: 0.625rem;
}
.single-post-section-article-author__inner {
  display: flex;
  align-items: flex-start;
  gap: 4rem;
}
.single-post-section-article-author__portrait {
  display: flex;
  align-items: flex-end;
  gap: 1.5rem;
  flex-shrink: 0;
}
.single-post-section-article-author__avatar {
  width: 5.125rem;
  height: 5.125rem;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  border: 4px solid rgba(255, 255, 255, 0.4509803922);
}
.single-post-section-article-author__avatar-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.single-post-section-article-author__content {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.single-post-section-article-author__label {
  font-weight: 400;
  color: var(--wp--preset--color--txt-white);
  line-height: 1.125rem;
  margin-bottom: 0.25rem;
}
.single-post-section-article-author__label {
  font-size: 12px;
}
@media screen and (min-width: 569px) {
  .single-post-section-article-author__label {
    font-size: calc(12px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .single-post-section-article-author__label {
    font-size: 0.75rem;
  }
}
.single-post-section-article-author__name {
  font-weight: 700;
  color: var(--wp--preset--color--txt-white);
  line-height: 1.875rem;
  margin-bottom: 0;
}
.single-post-section-article-author__name {
  font-size: 24px;
}
@media screen and (min-width: 569px) {
  .single-post-section-article-author__name {
    font-size: calc(24px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .single-post-section-article-author__name {
    font-size: 1.5rem;
  }
}
.single-post-section-article-author__role {
  font-weight: 400;
  color: var(--wp--preset--color--txt-white);
  line-height: 1.375rem;
  margin-top: 0.125rem;
  margin-bottom: 0;
}
.single-post-section-article-author__role {
  font-size: 16px;
}
@media screen and (min-width: 569px) {
  .single-post-section-article-author__role {
    font-size: calc(16px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .single-post-section-article-author__role {
    font-size: 1rem;
  }
}
.single-post-section-article-author__description-wrap {
  flex: 1 1 0;
  min-width: 0;
}
.single-post-section-article-author__description {
  margin: 0;
}
.single-post-section-article-author__description p {
  font-weight: 400;
  color: var(--wp--preset--color--txt-white);
  line-height: 1.375rem;
}
.single-post-section-article-author__description p {
  font-size: 16px;
}
@media screen and (min-width: 569px) {
  .single-post-section-article-author__description p {
    font-size: calc(16px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .single-post-section-article-author__description p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 991px) {
  .single-post-section-article-author {
    margin-bottom: 1.75rem;
    padding: 1.5rem;
  }
  .single-post-section-article-author__inner {
    flex-direction: column;
    gap: 1.5rem;
  }
  .single-post-section-article-author__name {
    font-size: 1.25rem;
    line-height: 1.625rem;
  }
}
@media screen and (max-width: 580px) {
  .single-post-section-article-author {
    margin-bottom: 1.5rem;
    padding: 1.25rem;
  }
  .single-post-section-article-author__inner {
    gap: 1.25rem;
  }
  .single-post-section-article-author__portrait {
    gap: 1rem;
  }
  .single-post-section-article-author__avatar {
    width: 4rem;
    height: 4rem;
  }
}