/* #region "../src/functions/news/single/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
 ******************************/
.single-post section.main {
  --container-width: min(864px, 100%);
  --outer-container-width: min(1090px, var(--100vw) - 2 * var(--container-padding));
  --content-margin: calc((100 * var(--vw) - var(--container-width, calc(100 * var(--vw)))) / 2);
  --breakout-offset: calc((var(--outer-container-width) - var(--container-width)) / -2);
}
.single-post section.main .wpce-image,
.single-post section.main .wpce-testimonial {
  margin-block: clamp(1.25rem, -0.0480769231rem + 5.7692307692vw, 5rem) !important;
  margin-left: var(--breakout-offset) !important;
  width: var(--outer-container-width);
  max-width: var(--outer-container-width);
}
.single-post.news-type-news section.main > .hero-section + .page-section {
  --section-padding-top: var(--reduced-section-padding);
}
.single-post.news-type-news .single-post-meta-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  row-gap: 1em;
  column-gap: 3em;
  font-size: var(--reduced-font-size);
  flex-wrap: wrap;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #D1D1D1;
  padding: 0.75em 0;
  margin: clamp(1.25rem, 0.6009615385rem + 2.8846153846vw, 3.125rem) 0 clamp(1.25rem, 0.6009615385rem + 2.8846153846vw, 3.125rem);
}
.single-post.news-type-news .single-post-meta {
  display: flex;
  align-items: center;
  gap: 1ch;
}
.single-post.news-type-news .single-post-meta .single-post-meta-author-image img {
  border-radius: 50%;
  width: 32px;
  height: 32px;
}
.single-post.news-type-news .single-post-meta.single-post-share {
  gap: clamp(0.5rem, 0.4134615385rem + 0.3846153846vw, 0.75rem);
}
.single-post.news-type-news .single-post-meta.single-post-share a {
  color: var(--primary);
  border-radius: 2px;
  --focus-offset: 4px;
}
:root.no-focus-visible .single-post.news-type-news .single-post-meta.single-post-share a:focus {
  outline: 2px solid var(--focus-color, var(--primary));
  outline-offset: var(--focus-offset, 3px);
}

.single-post.news-type-news .single-post-meta.single-post-share a:focus:not(:focus-visible) {
  outline: none;
}
.single-post.news-type-news .single-post-meta.single-post-share a:focus-visible {
  outline: 2px solid var(--focus-color, var(--primary));
  outline-offset: var(--focus-offset, 3px);
}
.single-post.news-type-news .single-post-meta.single-post-share a:hover {
  color: var(--primary-lighter-1);
}
.single-post.news-type-news .single-post-meta.single-post-share a:active {
  color: var(--primary-darker-1);
}
.single-post.news-type-news .single-post-meta.single-post-share svg {
  display: block;
}
.single-post.news-type-news section.main > .news-swiper {
  --section-padding-top: var(--default-section-padding);
  border-top: 1px solid var(--shade-color);
}
.single-post.news-type-news article.section-item > :first-child, .single-post.news-type-news article.section-item > link:first-child + *, .single-post.news-type-news article.section-item > .lead-text:first-child > *:first-child {
  margin-top: 0;
}
.single-post.news-type-news article.section-item > :last-child, .single-post.news-type-news article.section-item > .lead-text:last-child > *:last-child {
  margin-bottom: 0;
}
.single-post.news-type-story section.main > .hero-section + .page-section {
  --section-padding-top: var(--reduced-section-padding);
}
.single-post.news-type-story .single-post-meta-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(1.25rem, 0.9903846154rem + 1.1538461538vw, 2rem);
  line-height: 1.2;
  margin-bottom: clamp(3.75rem, 3.3173076923rem + 1.9230769231vw, 5rem);
  text-align: center;
}
@media (min-width: 768px) {
  .single-post.news-type-story .single-post-meta-wrapper {
    flex-direction: row;
    text-align: left;
  }
}
.single-post.news-type-story .single-post-meta-wrapper img {
  border-radius: 50%;
}
.single-post.news-type-story .single-post-meta-wrapper .news-story-title {
  margin: 0;
  line-height: 1;
}
.single-post.news-type-story .single-post-meta-wrapper .news-story-subtitle {
  font-size: var(--large-font-size);
  margin: 0;
  margin-top: clamp(0.75rem, 0.75rem + 0vw, 0.75rem);
  text-wrap: balance;
}
.single-post.news-type-story .single-post-content > :first-child, .single-post.news-type-story .single-post-content > link:first-child + *, .single-post.news-type-story .single-post-content > .lead-text:first-child > *:first-child {
  margin-top: 0;
}
.single-post.news-type-story .single-post-content > :last-child, .single-post.news-type-story .single-post-content > .lead-text:last-child > *:last-child {
  margin-bottom: 0;
}
.single-post .single-post-share-wrapper {
  margin-bottom: clamp(0.75rem, 0.3173076923rem + 1.9230769231vw, 2rem);
}
/* #endregion "../src/functions/news/single/single-post.entry.scss" */

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