.taxonomy-term.v--campus.t--view-mode-teaser-detailed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.5rem;
  padding: 0 0 1.5rem 0;
  -webkit-box-shadow: rgba(100, 100, 111, 0.15) 0 7px 29px 0;
          box-shadow: rgba(100, 100, 111, 0.15) 0 7px 29px 0;
}
.taxonomy-term.v--campus.t--view-mode-teaser-detailed a {
  text-decoration: none;
}
.taxonomy-term.v--campus.t--view-mode-teaser-detailed a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  border-radius: #252525;
  outline-offset: 0;
  outline: transparent solid 3px;
  cursor: pointer;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.taxonomy-term.v--campus.t--view-mode-teaser-detailed a:hover, .taxonomy-term.v--campus.t--view-mode-teaser-detailed a:focus, .taxonomy-term.v--campus.t--view-mode-teaser-detailed a:focus-visible {
  outline: none;
}
.taxonomy-term.v--campus.t--view-mode-teaser-detailed a:hover:before, .taxonomy-term.v--campus.t--view-mode-teaser-detailed a:focus:before, .taxonomy-term.v--campus.t--view-mode-teaser-detailed a:focus-visible:before {
  outline-offset: 3px;
  outline-color: #252525;
}
.taxonomy-term.v--campus.t--view-mode-teaser-detailed > * {
  margin: 0;
  text-align: start;
  padding: 0 1.5rem;
}
.taxonomy-term.v--campus.t--view-mode-teaser-detailed .image {
  padding: 0;
  width: 100%;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
}
.taxonomy-term.v--campus.t--view-mode-teaser-detailed .image * {
  width: 100%;
}
.taxonomy-term.v--campus.t--view-mode-teaser-detailed .image img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}