.jw-cf-video-wrap {
  position: relative;
  padding-top: 56.25%;
  background: #000;
  border-radius: 3px;
  overflow: hidden;
}

.jw-cf-video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.jw-cloudflare-video-editor {
  padding: 24px;
  background: #f0f0f0;
  border: 1px dashed #999;
  border-radius: 3px;
}

.jw-cloudflare-video-editor label {
  display: block;
  font-weight: 600;
  margin-bottom: 8px;
}

.jw-cloudflare-video-editor .components-text-control__input {
  width: 100%;
}

.jw-cloudflare-video-editor .jw-cf-video-error {
  color: #cc1818;
  margin-top: 8px;
  font-size: 13px;
}

.jw-cloudflare-video-editor .jw-cf-video-preview {
  margin-top: 16px;
}

.jw-cloudflare-video-editor .jw-cf-video-change {
  margin-top: 12px;
}
