.tuf-editorial-media {
  margin: clamp(1.5rem, 4vw, 2.5rem) 0;
}

.tuf-editorial-media__image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 18px;
}

.tuf-editorial-media__caption {
  margin-top: 0.65rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #64748b;
}

@media (max-width: 640px) {
  .tuf-editorial-media {
    margin: 1.25rem 0;
  }

  .tuf-editorial-media__image {
    border-radius: 14px;
  }
}
