/**
 * This file was automatically generated. Please run `npm run dist` to update.
 */

.ct-subject-card {
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.2);
}
.ct-subject-card:hover {
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.2);
}
.ct-subject-card:active {
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.25);
}
.ct-subject-card {
  position: relative;
  border-radius: 0.25rem;
  width: 100%;
}
.ct-subject-card .ct-subject-card__content img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.ct-subject-card .ct-subject-card__content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 10rem;
  min-width: auto;
  padding: 1rem;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .ct-subject-card .ct-subject-card__content {
    padding: 1.5rem;
    min-height: 14rem;
    min-width: auto;
  }
}
.ct-subject-card .ct-subject-card__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.ct-subject-card .ct-subject-card__title {
  z-index: 1;
}
.ct-subject-card .ct-subject-card__title__link {
  font-size: inherit;
  line-height: inherit;
  display: flex;
  column-gap: 1rem;
}
.ct-subject-card .ct-subject-card__title__link::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.ct-subject-card .ct-subject-card__title__link .ct-link__icon {
  margin-left: auto;
  flex-shrink: 0;
}
.ct-subject-card .ct-subject-card__title__link {
  flex-direction: column;
}
@media (min-width: 0) {
  .ct-subject-card .ct-subject-card__title__link .ct-link__icon {
    font-size: 1.25rem;
  }
}
@media (min-width: 768px) {
  .ct-subject-card .ct-subject-card__title__link .ct-link__icon {
    font-size: 1.25rem;
  }
}
.ct-subject-card.ct-theme-light {
  background-color: var(--ct-subject-card-light-background-color);
}
.ct-subject-card.ct-theme-light .ct-subject-card__image {
  opacity: var(--ct-subject-card-light-image-opacity);
}
.ct-subject-card.ct-theme-dark {
  background-color: var(--ct-subject-card-dark-background-color);
}
.ct-subject-card.ct-theme-dark .ct-subject-card__image {
  opacity: var(--ct-subject-card-dark-image-opacity);
}