/* #region "../src/functions/magazine/archive/single-archived-issue/single-archived-issue.entry.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
 ******************************/
body.single-magazine-arch-issue .archived-issue-header {
  text-align: center;
}
body.single-magazine-arch-issue .archived-issue-thumbnail {
  padding-top: /* grow(4, 12) */ clamp(0.25rem, 0.0833333333rem + 0.7407407407vw, 0.75rem);
}
body.single-magazine-arch-issue .archived-issue-thumbnail img {
  outline: 1px solid var(--black);
}
body.single-magazine-arch-issue .download-button {
  margin-top: /* grow(24, 40) */ clamp(1.5rem, 1.1666666667rem + 1.4814814815vw, 2.5rem);
  margin-bottom: calc(var(--v-xl) - var(--v-l));
}
body.single-magazine-arch-issue .archived-issue-headline {
  margin-top: var(--v-l);
  margin-bottom: var(--v-s);
}
body.single-magazine-arch-issue .archived-issue-contents {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: /* grow(16, 36) */ clamp(1rem, 0.5833333333rem + 1.8518518519vw, 2.25rem);
}
body.single-magazine-arch-issue .archived-issue-editorial {
  font-family: var(--copy-font-family);
  line-height: var(--copy-line-height);
  font-size: var(--copy-font-size);
}
/* #endregion "../src/functions/magazine/archive/single-archived-issue/single-archived-issue.entry.scss" */

head{--webpack--css-single-archived-issue:&\.\.\/src\/functions\/magazine\/archive\/single-archived-issue\/single-archived-issue\.entry\.scss;}
/*# sourceMappingURL=css-single-archived-issue.css.map*/