/* #region "../src/functions/magazine/post/single-post/single-post.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-post .single-post-header {
  max-width: var(--container-width-narrow);
  margin-inline: auto;
  text-align: center;
}
body.single-magazine-post .single-post-cover {
  width: fit-content;
  margin-inline: auto;
}
body.single-magazine-post .single-post-title:last-child {
  margin-bottom: 0;
}
body.single-magazine-post .wpce-image-container:is(.size-single-post-book) {
  width: fit-content;
  max-width: 60vw;
  margin-inline: auto;
}
@media (max-width: 539px) {
  body.single-magazine-post .wpce-image-container:is(.size-single-post) {
    margin-inline: calc(-1 * var(--container-padding));
  }
}
@media (min-width: 992px) {
  body.single-magazine-post .wpce-image-container:is(.size-single-post) {
    --image-size: 834px;
    width: var(--image-size);
    margin-left: min(-0.5 * (var(--image-size) - var(--container-width)), 0px);
    margin-right: initial;
  }
}
body.single-magazine-post .post-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-post .post-footer {
  font-family: var(--base-font-family);
  line-height: var(--base-line-height);
  font-size: var(--base-font-size);
  display: flex;
  column-gap: var(--v-l);
  row-gap: var(--v-s);
  justify-content: flex-start;
  flex-wrap: wrap;
}
body.single-magazine-post .post-footer-headline {
  margin-bottom: /* grow(12, 24) */ clamp(0.75rem, 0.5rem + 1.1111111111vw, 1.5rem);
}
body.single-magazine-post .post-topics .post-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-post .post-issue a {
  display: block;
  width: fit-content;
  margin-top: /* grow(0, -8) */ clamp(-0.5rem, 0.1666666667rem + -0.7407407407vw, 0rem);
}
body.single-magazine-post :is(.post-topics, .post-issue) {
  font-size: var(--reduced-font-size);
}
body.single-magazine-post :is(.post-topics, .post-issue) a {
  color: inherit;
}
:root.no-focus-visible body.single-magazine-post :is(.post-topics, .post-issue) a:focus {
  outline: 2px solid var(--focus-color, var(--black));
  outline-offset: var(--focus-offset, 3px);
}

body.single-magazine-post :is(.post-topics, .post-issue) a:focus:not(:focus-visible) {
  outline: none;
}
body.single-magazine-post :is(.post-topics, .post-issue) a:focus-visible {
  outline: 2px solid var(--focus-color, var(--black));
  outline-offset: var(--focus-offset, 3px);
}
body.single-magazine-post :is(.post-topics, .post-issue) a:is(:hover, :active) {
  text-decoration: underline;
  text-underline-offset: 0.15em;
  text-decoration-thickness: var(--border-width);
}
body.single-magazine-post :is(.post-topics, .post-issue) a:active {
  color: var(--grey);
}
/* #endregion "../src/functions/magazine/post/single-post/single-post.entry.scss" */

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