/* Text utility */
/* Mobile utility */
/* link hover utility */
/* Container utility mixin */
/* Container avec variable CSS */
/* Text content styles */
/* Centered content */
/* from... */
/* to... */
/* from... to... */
/* at... */
.s-single-post-hero__terms {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.s-single-post-hero__term {
  font-family: "aptos", sans-serif;
  font-weight: 400;
  line-height: 1;
  font-weight: 500;
  color: var(--wp--preset--color--txt-secondary);
  text-decoration: none;
  padding: 0.25rem 0.625rem;
  border: 1px solid var(--wp--preset--color--bg-gray-light);
  border-radius: 0.25rem;
}
.s-single-post-hero__term {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .s-single-post-hero__term {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-single-post-hero__term {
    font-size: 0.875rem;
  }
}
.s-single-post-hero__ttl {
  color: var(--wp--preset--color--txt-primary);
  font-family: "aptos-display", sans-serif;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.06em;
}
.s-single-post-hero__ttl {
  font-size: 57px;
}
@media screen and (min-width: 569px) {
  .s-single-post-hero__ttl {
    font-size: calc(57px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-single-post-hero__ttl {
    font-size: 3.5625rem;
  }
}
.s-single-post-hero__date {
  display: block;
  margin-top: 0.75rem;
  color: var(--wp--preset--color--txt-tertiary);
  font-family: "aptos", sans-serif;
  font-weight: 400;
  line-height: 1;
}
.s-single-post-hero__date {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .s-single-post-hero__date {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-single-post-hero__date {
    font-size: 0.875rem;
  }
}