/* VARIABLES */
.view-content .is-program {
  position: relative;
}
.view-content .is-program::after {
  width: 100%;
  top: -13px;
  z-index: -1;
  left: 1px;
  height: 105%;
  content: "";
  position: absolute;
  display: block;
  background-image: url(/themes/custom/aphp_bootstrap/assets/icons/program-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 991.98px) {
  .view-content .is-program::after {
    height: 81%;
  }
}
@media (max-width: 575.98px) {
  .view-content .is-program::after {
    height: 107%;
  }
}

.article-wrapper {
  padding: 10px;
}

.eno-teaser {
  /* Card variables */
  --card-radius: 16px;
  --blue: #1c5cc1;
  --blue-200: #aabce2;
  --chip-bg: #fff;
  --shadow: 0 14px 30px rgba(28, 92, 193, 0.18);
  z-index: 9;
}
.eno-teaser__favorite {
  position: absolute;
  display: none;
  top: 4px;
  right: 4px;
  z-index: 5;
  width: 2rem;
  height: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(21, 61, 138, 0.18);
  background: #f4e4d9;
  box-shadow: 0 0.75rem 1.25rem rgba(21, 61, 138, 0.12);
  color: #153d8a;
}
.eno-teaser__favorite:focus-visible {
  outline: 3px solid rgba(6, 70, 173, 0.35);
  outline-offset: 2px;
}
@media (min-width: 992px) {
  .eno-teaser__favorite {
    display: inline-flex;
  }
}
.eno-teaser__favorite-icon {
  width: 1.25rem;
  height: 1.25rem;
}
.eno-teaser__favorite-icon .icon__svg {
  width: 100%;
  height: 100%;
  display: block;
}
.eno-teaser .font-italic {
  font-style: italic;
}
.eno-teaser__institution {
  font-size: 0.7rem;
}
.eno-teaser {
  position: relative;
}
.eno-teaser .program-label {
  z-index: 99;
  border: 1px solid #1f4e8c;
  border-radius: 16px;
  color: white;
  top: -15px;
  padding: 4px 16px;
  background: #1f4e8c;
  text-transform: uppercase;
  font-size: 0.875rem;
}
.eno-teaser .field--type-image img,
.eno-teaser .field--type-entity-reference {
  margin: 0;
  padding: 0;
}
.eno-teaser__theme-dot {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  left: -15px;
  top: 58%;
  transform: translateY(-50%);
}
.eno-teaser__container {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: rgb(98.13, 138.45, 203.34);
  border-radius: var(--card-radius);
  box-shadow: var(--shadow);
}
.eno-teaser__container.access-free-color {
  background: #03265f;
}
.eno-teaser__container.notes-color {
  background: #86a1d5;
}
.eno-teaser__container.checklist-color {
  background: #1d5cc0;
}
.eno-teaser__image {
  position: relative;
  overflow: hidden;
}
.eno-teaser__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.eno-teaser__title-tags_wrapper {
  background: #fff;
  padding: 22px 12px 10px;
  border-radius: 0 0 15px 15px;
}
.eno-teaser__label h5 {
  margin: 0 0 14px;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 700;
  min-height: 60px;
}
.eno-teaser__label h5 a {
  color: var(--blue);
  text-decoration: none;
}
.eno-teaser__label h5 a:hover, .eno-teaser__label h5 a:focus {
  text-decoration: underline;
}
.eno-teaser__tags_wrapper {
  display: flex;
  gap: 5px;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
}
.eno-teaser {
  /* Each tag container */
}
.eno-teaser__tag_name {
  display: inline-flex;
  align-items: center;
  font-weight: normal;
}
.eno-teaser__tag_name--duration {
  position: relative;
}
.eno-teaser__tag_name--duration .eno-teaser__chip {
  padding-left: 25px;
  font-weight: normal;
}
.eno-teaser__tag_name--duration::after {
  background-image: url("/themes/custom/aphp_bootstrap/assets/icons/clock-blue.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  height: 15px;
  width: 15px;
  content: "";
  position: absolute;
  left: 6px;
}
.eno-teaser__tag_name--accessibility_type {
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(6, 70, 173, 0.5);
  width: 27px;
  height: 27px;
}
.eno-teaser__tag_name--accessibility_type .icon {
  display: block;
  width: 23px;
  height: 23px;
  line-height: 1.1;
  padding: 1px;
}
.eno-teaser__chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
  border-radius: 999px;
  box-shadow: 0 0 0 1px rgba(6, 70, 173, 0.5);
  background: var(--chip-bg);
  color: var(--blue);
  font-size: 10px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: wrap;
}
.eno-teaser__tag_name.is-round .eno-teaser__chip {
  width: 28px;
  padding: 0;
}
.eno-teaser__status {
  width: 100%;
  color: white;
  font-weight: bold;
  margin: 0.4rem;
  text-align: center;
}
.eno-teaser__status-text {
  margin: 1rem 0 0 0;
  width: 100%;
  border: 0;
  color: #fff;
  background: none;
}
.eno-teaser .access-level {
  display: flex;
}
.eno-teaser .access-level__icon {
  width: 24px;
  height: 24px;
}
.eno-teaser .access-level__icon svg {
  --icon-color: #fff;
  fill: white;
}
.eno-teaser .access-level__label {
  line-height: 2;
}

.is-program .eno-teaser__theme-dot {
  top: 67%;
}
/*# sourceMappingURL=search-card.css.map */
