/*!***************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/templates/node/news-item/full/component/news-item.full.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************/
.node--news-item.node--full .node__authors a {
  display: inline;
  background-image: linear-gradient(0deg, var(--animate-underline-gradient-color-1, currentColor) 0%, var(--animate-underline-gradient-color-2, var(--animate-underline-gradient-color-1, currentColor)) 100%);
  background-size: var(--animate-underline-background-size-width, 0%) var(--animate-underline-background-size-height, 1px);
  background-repeat: no-repeat;
  background-position: var(--animate-underline-background-position-x, left) bottom;
  transition: all 200ms ease-in-out;
}
.node--news-item.node--full .node__authors a:hover {
  --animate-underline-background-size-height: var(--animate-underline-background-size-height-hover);
  --animate-underline-background-size-width: var(--animate-underline-background-size-width-hover, 100%);
}

.node--news-item.node--full .node__header-link a {
  --a-color: var(--header-link-color);
  --a-color-hover: var(--header-link-color-hover);
  --a-font-weight: 800;
  --a-font-size: 0.7501875469rem;
  --a-display: inline-flex;
  gap: 0.5em;
}

.node--news-item.node--full .node__header {
  display: grid;
  grid-template-columns: 1fr;
  -moz-column-gap: 35.53778px;
       column-gap: 35.53778px;
  margin-bottom: 47.37186074px;
}
@media (min-width: 48em) {
  .node--news-item.node--full .node__header {
    grid-template-columns: repeat(12, 1fr);
  }
}
.node--news-item.node--full .node__header-content {
  --heading-color: currentColor;
  --header-link-color: #63aaff;
  --header-link-color-hover: #ffffff;
  color: #dddddd;
  text-align: center;
  grid-column: 3/-3;
  justify-self: center;
  grid-row: 1/-1;
  position: relative;
  margin-block: 84.1745382584px 47.37186074px;
}
.node--news-item.node--full .node__header-content > * + * {
  margin-top: 26.66px;
}
.node--news-item.node--full .node__metadata > * + * {
  margin-top: 0.25em;
}
.node--news-item.node--full .node__dates {
  display: flex;
  justify-content: center;
  gap: 0.25em;
  align-items: center;
  flex-wrap: wrap;
}
.node--news-item.node--full .node__authors a {
  --a-color: currentColor;
  --animate-underline-background-size-width: 100%;
  --animate-underline-background-size-height-hover: 4px;
}
.node--news-item.node--full .node__hero-header {
  grid-column: 1/-1;
  grid-row: 1/-1;
}
