/* ---------------------------------------------------------------------- */
/* -------------------------------------------------- Mixins */
/*
<div class="progress-circle p{VALUE_OF_PROGRESS} {if VALUE_OF_PROGRESS > 50}over50{/if}">
	<span>{VALUE_OF_PROGRESS}%</span>
	<div class="left-half-clipper">
		<div class="first50-bar"></div>
		<div class="value-bar"></div>
	</div>
</div>
*/
/* --------------------------------------------------------------------- */
/* -------------------------------------------------- Text */
.wkEditorialBox {
  margin: 3rem 0;
  padding: 0 2rem;
  width: 100%;
}
@media (min-width: 768px) {
  .wkEditorialBox {
    margin: 6rem 0;
  }
}
@media (min-width: 1140px) {
  .wkEditorialBox {
    padding: 0;
  }
}
.wkEditorialBox__wrapper {
  margin: 0 auto;
  max-width: 111rem;
}
.wkEditorialBox__wrapper h2 {
  font-size: 2rem;
  margin: 0 0 2rem 0;
}
@media (min-width: 768px) {
  .wkEditorialBox__wrapper h2 {
    font-size: 3.2rem;
  }
}
.wkEditorialBox__image {
  border-radius: 0.7rem;
  height: 35rem;
  overflow: hidden;
  position: relative;
}
.wkEditorialBox__image picture {
  height: 100%;
  width: 100%;
}
.wkEditorialBox__image picture img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.wkEditorialBox__details {
  display: grid;
  flex-grow: 1;
  gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(35rem, 1fr));
  position: relative;
}
@media (min-width: 768px) {
  .wkEditorialBox__details {
    grid-template-columns: repeat(auto-fit, minmax(36rem, 1fr));
  }
}
.wkEditorialBox__details h3 {
  font-size: 2rem;
  margin: 0;
}
.wkEditorialBox__details p {
  flex-grow: 1;
  font-size: 1.6rem;
  margin: 0;
}
.wkEditorialBox__details p p {
  margin: 0;
}
.wkEditorialBox__details .button {
  width: -moz-fit-content;
  width: fit-content;
}
.wkEditorialBox__item {
  position: relative;
}
.wkEditorialBox__item a {
  color: var(--hl-black);
}
.wkEditorialBox__text {
  align-items: center;
  background: var(--hl-white);
  border-radius: 0.7rem;
  bottom: 2rem;
  display: flex;
  gap: 1rem;
  left: 2rem;
  overflow: hidden;
  padding: 1rem;
  position: absolute;
  width: calc(100% - 4rem);
}
.wkEditorialBox__text .button {
  flex-shrink: 0;
}
.wkEditorialBox__text .button.desktop {
  display: none;
}
@media (min-width: 768px) {
  .wkEditorialBox__text .button.desktop {
    display: flex;
    white-space: nowrap;
  }
}
.wkEditorialBox__text .button.mobile {
  display: flex;
}
@media (min-width: 768px) {
  .wkEditorialBox__text .button.mobile {
    display: none;
  }
}
/*# sourceMappingURL=wkEditorialBox.css.map */
