/* #region "../src/elements/accent-box/accent-box.scss" */
/*
- type: css
*/
/*******************************
 * 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
 ******************************/
.accent-box-section.page-section:is(.article-view *) > * {
  --container-width: var(--container-width-medium);
}
.accent-box-section.page-section:is(.article-view *) .accent-box {
  --container-width: var(--container-width-narrow);
}
.accent-box-section.page-section .accent-box {
  font-family: var(--base-font-family);
  line-height: var(--base-line-height);
  font-size: var(--reduced-font-size);
  background-color: var(--support-color);
  padding-inline: /* grow(30, 100, 768) */ clamp(1.875rem, -3.125rem + 10.4166666667vw, 6.25rem);
  padding-top: var(--v-m);
  padding-bottom: var(--v-l);
}
.accent-box-section.page-section .accent-box .accent-box-title {
  text-align: center;
  margin-bottom: var(--v-s);
}
.accent-box-section.page-section .accent-box .accent-box-items {
  display: flex;
  flex-direction: column;
  row-gap: var(--v-s);
  column-gap: /* grow(30, 100, 768) */ clamp(1.875rem, -3.125rem + 10.4166666667vw, 6.25rem);
  max-width: var(--container-width);
  margin-inline: auto;
}
@media (min-width: 992px) {
  .accent-box-section.page-section .accent-box .accent-box-items {
    flex-direction: row;
  }
}
.accent-box-section.page-section .accent-box .accent-box-items .accent-box-item {
  max-width: 340px;
}
.accent-box-section.page-section .accent-box .accent-box-items .accent-box-item > :first-child, .accent-box-section.page-section .accent-box .accent-box-items .accent-box-item > :where(link, a[name]):first-child + *, .accent-box-section.page-section .accent-box .accent-box-items .accent-box-item > :where(.text:first-child) > *:first-child, .accent-box-section.page-section .accent-box .accent-box-items .accent-box-item > :where(.text:first-child) > .lead-text:first-child > *:first-child {
  margin-top: 0;
}
.accent-box-section.page-section .accent-box .accent-box-items .accent-box-item > :last-child, .accent-box-section.page-section .accent-box .accent-box-items .accent-box-item > :where(.text:last-child) > *:last-child, .accent-box-section.page-section .accent-box .accent-box-items .accent-box-item > :where(.text:last-child) > .lead-text:last-child > *:last-child {
  margin-bottom: 0;
}
/* #endregion "../src/elements/accent-box/accent-box.scss" */

head{--webpack--css-wpce--accent-box:&\.\.\/src\/elements\/accent-box\/accent-box\.scss;}
/*# sourceMappingURL=css-wpce--accent-box.css.map*/