.ce-teaser--0 .swiper {
  padding-inline: 1px;
}

.ce-teaser--0 .swiper-slide {
  height: auto;
}

.ce-teaser__title {
  font-weight: bold;
}

.ce-teaser__item {
  display: flex;
  flex-direction: column;
  gap: 15px;
  height: 100%;
  padding: 2rem;
  border: 1px solid #dee2e6;
  border-radius: 0.5rem;
}

.ce-teaser__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ce-teaser__action {
  margin-top: auto;
}

.ce-teaser__action a {
  display: block;
  padding-block: 0.5rem;
  padding-inline: 1rem;
  font-size: 1.1875rem;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: 1px solid #00315e;
  border-radius: 0.5rem;
  background-color: transparent;
  text-decoration: none;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}

.ce-teaser__action a:hover {
  color: #ffffff;
  background-color: #00315e;
}
