/* #region "../src/elements/download/download.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
 ******************************/
.file-download-wrap {
  display: flex;
  flex-wrap: wrap;
  row-gap: clamp(0.5rem, 0.3269230769rem + 0.7692307692vw, 1rem);
  column-gap: clamp(1rem, 0.6538461538rem + 1.5384615385vw, 2rem);
  margin-block: clamp(1.25rem, 0.9903846154rem + 1.1538461538vw, 2rem);
}
.file-download-wrap .card {
  --card-padding-x: 1.25rem;
  --card-padding-y: 1.25rem;
  --card-hover-offset: 3px;
}
.file-download-wrap .file-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1rem;
}
.file-download-wrap .file-item svg {
  color: var(--primary);
  flex-shrink: 0;
}
.file-download-wrap:is(.box-card *) {
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: stretch;
}
/* #endregion "../src/elements/download/download.scss" */

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