.starter-kit[data-v-1l13lp9dz] {
  color: white;
  text-decoration: inherit;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 1em 1.2em;
  border-radius: 0.75em;
  overflow: hidden;
  text-align: left;
  transition: all 0.4s ease;
  width: 18em;
  height: 26em;
}
.starter-kit[data-v-1l13lp9dz]:hover {
  transform: scale(1.2);
  filter: drop-shadow(0.2rem 0.2rem 0.25rem rgba(0, 0, 30, 0.5));
}
.starter-kit.reduced-hover[data-v-1l13lp9dz]:hover {
  transform: scale(1.02);
}
.action-description[data-v-1l13lp9dz] {
  font-size: 1em;
  font-weight: bold;
  position: absolute;
  right: 0.5em;
  bottom: 1em;
  max-width: 50%;
}
.details[data-v-1l13lp9dz] {
  overflow: hidden;
  max-height: 0px;
  opacity: 0;
  transition: all 0.4s ease;
}
@media (hover: hover) {
.card:hover .details[data-v-1l13lp9dz] {
    max-height: 100%;
    opacity: 1;
}
}
@media (hover: none) {
.card .details[data-v-1l13lp9dz] {
    max-height: 100%;
    opacity: 1;
}
}