/* #region "../src/functions/magazine/article/single-article/single-article.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-article .single-article-header {
  max-width: var(--container-width-narrow);
  margin-inline: auto;
  text-align: center;
}
body.single-magazine-article .article-cover {
  width: fit-content;
  margin-inline: auto;
}
body.single-magazine-article .article-meta {
  display: flex;
  justify-content: space-between;
  column-gap: var(--layout-gap);
  row-gap: /* grow(8, 12) */ clamp(0.5rem, 0.4166666667rem + 0.3703703704vw, 0.75rem);
  margin-bottom: calc(-0.125 * var(--section-row-gap));
}
body.single-magazine-article .article-footer {
  font-family: var(--base-font-family);
  line-height: var(--base-line-height);
  font-size: var(--base-font-size);
}
@media (min-width: 768px) {
  body.single-magazine-article .article-footer {
    display: flex;
    gap: var(--layout-gap);
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
body.single-magazine-article .article-footer-headline {
  margin-bottom: /* grow(12, 24) */ clamp(0.75rem, 0.5rem + 1.1111111111vw, 1.5rem);
}
body.single-magazine-article .article-authors {
  flex-grow: 1;
}
@media (max-width: 767px) {
  body.single-magazine-article .article-authors + .article-topics {
    margin-top: var(--layout-gap);
  }
}
body.single-magazine-article .article-topics {
  font-size: var(--reduced-font-size);
}
@media (min-width: 768px) {
  body.single-magazine-article .article-topics {
    min-width: 180px;
  }
}
body.single-magazine-article .article-topics .article-topics-list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: /* grow(0, -8) */ clamp(-0.5rem, 0.1666666667rem + -0.7407407407vw, 0rem);
}
body.single-magazine-article .article-topics a {
  color: inherit;
}
:root.no-focus-visible body.single-magazine-article .article-topics a:focus {
  outline: 2px solid var(--focus-color, var(--black));
  outline-offset: var(--focus-offset, 3px);
}

body.single-magazine-article .article-topics a:focus:not(:focus-visible) {
  outline: none;
}
body.single-magazine-article .article-topics a:focus-visible {
  outline: 2px solid var(--focus-color, var(--black));
  outline-offset: var(--focus-offset, 3px);
}
body.single-magazine-article .article-topics a:is(:hover, :active) {
  text-decoration: underline;
  text-underline-offset: 0.15em;
  text-decoration-thickness: var(--border-width);
}
body.single-magazine-article .article-topics a:active {
  color: var(--grey);
}
body.single-magazine-article .more-articles {
  margin-top: var(--v-l);
  --container-width: var(--container-width-wide);
}
body.single-magazine-article .more-articles .more-articles-headline {
  text-align: center;
  margin-bottom: var(--v-m);
}
/* #endregion "../src/functions/magazine/article/single-article/single-article.entry.scss" */

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