.treatment-video {
  max-width: 360px;
  margin: 0 auto;
}

.treatment-video__card {
  position: relative;
  padding: 0.6rem;
  border-radius: 22px;
  background: radial-gradient(circle at 0% 0%, rgba(232, 62, 140, 0.08), transparent 55%),
    radial-gradient(circle at 100% 100%, rgba(236, 72, 153, 0.08), transparent 55%),
    #ffffff;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.18);
  border: 1px solid rgba(248, 250, 252, 0.9);
  overflow: hidden;
}

.treatment-video__card::before {
  content: '';
  position: absolute;
  inset: 10px;
  border-radius: 18px 32px 22px 26px;
  border: 1px dashed rgba(232, 62, 140, 0.3);
  pointer-events: none;
}

.treatment-video__image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 18px;
}
