@charset "UTF-8";
/* Text utility */
/* Mobile utility */
/* Hover / transitions — desktop pointer devices only (avoids sticky :hover on touch) */
/* link hover utility */
/* Container utility mixin */
/* Container avec variable CSS */
/* Text content styles */
/* Centered content */
/* from... */
/* to... */
/* from... to... */
/* at... */
/* FONT WEIGHTS */
.post-single-hero {
  position: relative;
  background-color: var(--wp--preset--color--eb-breadcrumb-muted);
  color: var(--wp--preset--color--txt-primary-darker);
}
.post-single-hero .l-wrapper {
  padding-top: 12.5rem;
  padding-bottom: 0 !important;
}
@media screen and (max-width: 991px) {
  .post-single-hero .l-wrapper {
    padding-top: 100px;
  }
}
.post-single-hero .l-container {
  width: 100%;
  margin: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  max-width: calc(86rem + 2rem * 2);
  display: flex;
  flex-direction: column;
  padding-bottom: 2rem;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .post-single-hero .l-container {
    padding-left: calc(2rem / 2);
    padding-right: calc(2rem / 2);
  }
}
@media screen and (max-width: 991px) {
  .post-single-hero .l-container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .post-single-hero .l-container {
    max-width: calc(87.5rem + 2rem * 2);
  }
}
@media screen and (min-width: 1920px) {
  .post-single-hero .l-container {
    max-width: calc(81.25rem + 2rem * 2);
  }
}
@media screen and (min-width: 2160px) {
  .post-single-hero .l-container {
    max-width: calc(81.25rem + 2rem * 2);
  }
}
.post-single-hero__breadcrumb {
  width: 100%;
  max-width: 56.9375rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 2rem;
  color: var(--wp--preset--color--txt-gray-dark);
  position: absolute;
  top: -6.5625rem;
}
@media screen and (max-width: 991px) {
  .post-single-hero__breadcrumb {
    top: 0;
    width: auto;
  }
}
.post-single-hero__inner {
  width: 100%;
  max-width: 56.9375rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.post-single-hero__head {
  display: flex;
  flex-direction: column;
  gap: 1.125rem;
}
.post-single-hero__cat {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  border-radius: 0.5rem;
  background-color: var(--wp--preset--color--bg-white);
  color: var(--wp--preset--color--txt-primary-darker);
  font-family: "Liter", sans-serif;
  font-size: 0.75rem;
  line-height: 1;
  width: fit-content;
}
.post-single-hero__meta {
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
}
.post-single-hero__date {
  font-family: "Open Sans", sans-serif;
  font-size: 0.875rem;
  line-height: 1.2;
  opacity: 0.7;
  text-align: left;
}
.post-single-hero__ttl {
  margin: 0;
  font-weight: 400;
  color: var(--wp--preset--color--txt-primary-darker);
}
.post-single-hero__ttl {
  font-size: 32px;
}
@media screen and (min-width: 569px) {
  .post-single-hero__ttl {
    font-size: calc(32px + 16 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .post-single-hero__ttl {
    font-size: 3rem;
  }
}
.post-single-hero__media {
  height: 21.75rem;
  border-radius: 0.5rem;
  overflow: hidden;
  width: 100%;
}
.post-single-hero__img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .post-single-hero__ttl {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 991px) {
  .post-single-hero .l-container {
    padding-top: 5.625rem;
    padding-bottom: 1.5rem;
  }
  .post-single-hero__breadcrumb {
    margin-bottom: 1.5rem;
  }
  .post-single-hero__inner {
    gap: 1.5rem;
  }
  .post-single-hero__ttl {
    font-size: 2rem;
  }
  .post-single-hero__media {
    height: 15rem;
  }
}
@media screen and (max-width: 580px) {
  .post-single-hero .l-container {
    padding-top: 4.5rem;
    padding-bottom: 1rem;
  }
  .post-single-hero__breadcrumb {
    margin-bottom: 1rem;
  }
  .post-single-hero__inner {
    gap: 1rem;
  }
  .post-single-hero__ttl {
    font-size: 1.75rem;
  }
}