/* #region "../src/functions/news/elements/news-box/news-box.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
 ******************************/
.news-box {
  --card-padding-y: clamp(0.75rem, -1.6607142857rem + 10.7142857143cqw, 1.125rem);
  width: fit-content;
  height: fit-content;
}
.news-box .news-header {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  align-items: first baseline;
}
.news-box .news-time {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 600;
}
.news-box .news-title {
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  line-height: var(--heading-line-height);
  font-size: clamp(1.5rem, 1.5rem + 0vw, 1.5rem);
  line-height: 1.2;
  margin: 0;
  hyphens: auto;
}
.news-box .news-excerpt > :first-child, .news-box .news-excerpt > link:first-child + *, .news-box .news-excerpt > .lead-text:first-child > *:first-child {
  margin-top: 0;
}
.news-box .news-excerpt > :last-child, .news-box .news-excerpt > .lead-text:last-child > *:last-child {
  margin-bottom: 0;
}
.news-box .card-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.875rem;
}
.news-box .news-more {
  align-self: initial;
  pointer-events: none;
}
.news-box .card-image {
  border-radius: 0.25rem;
}
/* #endregion "../src/functions/news/elements/news-box/news-box.scss" */

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