
/*!********************************************************************************************!*\
  !*** ../src/features/post-types/project/elements/projects-overview/projects-overview.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
 ******************************/
.projects {
  container: projects/inline-size;
  margin-block: var(--element-spacing-lg);
}
.projects .categories-filter-wrapper {
  margin-bottom: /* grow(32, 60) */ clamp(2rem, 1.5227272727rem + 2.1212121212vw, 3.75rem);
}
.projects .project-grid.grid-layout {
  --grid-layout-columns: 1;
}
@container (width >= 800px) {
  .projects .project-grid.grid-layout {
    --grid-layout-columns: 2;
  }
}
.projects .project-grid.grid-layout > * {
  --col-xs: 1;
}
.projects .projects-overview-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: var(--element-spacing);
}
.projects .projects-overview-controls .page-nav {
  margin-top: 0;
}

/*# sourceMappingURL=css-wpce--projects-overview.css.map*/