.tool-feature--flatlay {
  min-height: 0;
  overflow: hidden;
  padding: 0;
  background:
    radial-gradient(ellipse at 16% 12%, rgba(255, 253, 247, 0.88) 0%, rgba(255, 253, 247, 0) 50%),
    radial-gradient(ellipse at 84% 18%, rgba(250, 226, 185, 0.8) 0%, rgba(250, 226, 185, 0) 58%),
    linear-gradient(140deg, #f8ecd8 0%, #f7e2bf 52%, #efd0a4 100%);
}

.tool-feature--flatlay .tool-feature-sheet {
  width: 100%;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  border-radius: 0;
  box-shadow: none;
  transform: none;
}

.tool-feature--flatlay .tool-feature-sheet img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 580px) {
  .tool-feature--flatlay {
    min-height: 0;
    padding: 0;
  }
}
