.tag-video-frame {
  max-width: 320px;
  height: 640px;
  margin: 20px auto;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  background: #fff;
  text-align: center;
  font-family: inherit;
}

.tag-video-frame .video-wrapper {
  aspect-ratio: 9 / 16;
  width: 100%;
  background: #eee;
}

.tag-video-frame iframe {
  width: 100%;
  height: 640px;
  border: none;
  display: block;
}

.tag-video-frame img {
  width: 100%;
  height: auto;
  display: block;
}

.tag-video-cta {
  display: block;
  padding: 10px 0;
  background: #ed096f;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s ease;
}

.tag-video-cta:hover {
  background: #b51151;
}
