
/*!*****************************************************************************!*\
  !*** ../src/features/post-types/post/elements/posts-strip/posts-strip.scss ***!
  \*****************************************************************************/
/*******************************
 * Buttons
 ******************************/
/*
 * Applies the complete set of button styles with all desired style variations.
 * This mixin is normally applied to form buttons or links with
 * the desired button classes eg. .button.style-xxx.
 */
/*
 * Contains styles that all of the buttons have in common.
 * Some button styles might opt out or override some of these styles.
 * One benefit of this approach is that all of the buttons will be consistently
 * configurable with the CSS variables defined below.
 */
/*******************************
 * Button Styles
 *
 * Styles should define the way the buttons look. Depending on the project,
 * you may need to optimize each style based on the section / element that
 * a button is used in. For that purpose you can use the predefined CSS
 * variables to easily overwrite the desired colors based on your need.
 ******************************/
/*******************************
 * Inputs
 ******************************/
.post-swiper-section .swiper-slide {
  --shared-swiper-items-per-view: 1;
}
@container (width >= 800px) {
  .post-swiper-section .swiper-slide {
    --shared-swiper-items-per-view: 2;
  }
}
@container (width >= 1200px) {
  .post-swiper-section .swiper-slide {
    --shared-swiper-items-per-view: 3;
  }
}

.post-grid-section .overlapping-boxes-wrapper {
  margin: 0;
}
.post-grid-section .overlapping-boxes .overlapping-box-container .overlapping-content {
  font-size: var(--base-font-size);
}
.post-grid-section .post-category {
  font-size: 1rem;
  opacity: 0.6;
  margin-bottom: /* c-grow(16, 24, $from: 360, $to: 925)) */ clamp(1rem, 0.6814159292rem + 1.4159292035cqw, 1.5rem);
}

/*# sourceMappingURL=css-wpce--posts-strip.css.map*/