/*
    - Name: "teaser.scss"
*/
/* VARIABLES */
/* TYPOGRAPHY */
/* Google Fonts */
.ui-autocomplete {
  border-color: #002855;
  border-color: rgba(0, 40, 85, 0.5);
  background-clip: padding-box;
}
.ui-autocomplete li a {
  display: block;
  color: #002855;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  font-size: var(--font-16);
  text-decoration: none;
}
.ui-autocomplete li a.ui-state-active, .ui-autocomplete li a:hover {
  border-color: #002855;
  background-color: #CCD5E2;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  color: #002855;
}

.node--type-report.node--view-mode-teaser {
  position: relative;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #F5F7F9;
  text-decoration: none;
}
.node--type-report.node--view-mode-teaser::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 0;
  height: 4px;
  margin: 0 auto;
  background-color: #405D8F;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
.node--type-report.node--view-mode-teaser:hover::after {
  width: 100%;
}
.node--type-report.node--view-mode-teaser * {
  height: 100%;
}
.node--type-report.node--view-mode-teaser > .node__content {
  display: grid;
}
.node--type-report.node--view-mode-teaser > .node__content::after {
  display: none;
}
.node--type-report.node--view-mode-teaser > .node__content .section__header .layout__region--content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px;
}
.node--type-report.node--view-mode-teaser > .node__content .section__header .layout__region--content * {
  height: unset;
}
.node--type-report.node--view-mode-teaser > .node__content .section__header .layout__region--content .block-field__title .field--name-title a {
  text-decoration: none;
}
.node--type-report.node--view-mode-teaser > .node__content .section__header .layout__region--content .block-field__title .field--name-title a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
.node--type-report.node--view-mode-teaser > .node__content .section__header .layout__region--content .block-field__title .field--name-title a h3 {
  margin: 0;
  padding: 0;
  color: #002855;
  font-weight: 700;
  font-size: var(--font-18);
  line-height: 1.5rem;
  text-decoration: none;
  text-transform: uppercase;
}
.node--type-report.node--view-mode-teaser > .node__content .section__header .layout__region--content .block-field__topic {
  display: inline-block;
  width: -moz-max-content;
  width: max-content;
  padding: 2px 10px;
  border-radius: 3px;
  background: #CCD5E2;
}
.node--type-report.node--view-mode-teaser > .node__content .section__header .layout__region--content .block-field__topic .field__item {
  color: #002855;
  font-size: var(--font-14);
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}
.node--type-report.node--view-mode-teaser > .node__content .section__header .layout__region--content .block-field__body .field--name-body {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.node--type-report.node--view-mode-teaser > .node__content .section__header .layout__region--content .block-field__body .field--name-body p {
  margin-bottom: 0;
  color: #002855;
}
/*# sourceMappingURL=teaser.css.map */
