.cw-craft-card-media {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 4 / 5;
  margin: 0 0 18px;
  border-radius: 18px;
  background: linear-gradient(145deg, #f5ecff, #fff6fb);
  box-shadow: 0 14px 32px #4e286b1c;
}

.cw-craft-card-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.cw-craft-card.has-image {
  min-height: 0;
}

.cw-craft-card.has-image > span {
  margin-bottom: 14px;
}

.cw-craft-visual.has-step-images {
  align-items: start;
}

.cw-craft-visual.has-step-images .cw-craft-pencil {
  display: none;
}

@media (max-width: 560px) {
  .cw-craft-card-media {
    width: min(100%, 360px);
    margin-inline: auto;
  }
}
