.simplified-youtube-embed {
  position: relative;
  max-width: 100%;
  cursor: pointer;
}

.simplified-youtube-embed .video-thumbnail {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  overflow: hidden;
}

.simplified-youtube-embed .video-thumbnail img {
  width: 100%;
  height: auto;
  display: block;
}

.simplified-youtube-embed iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.simplified-youtube-embed-editor .simplified-youtube-embed-preview {
  margin-top: 10px;
}

.simplified-youtube-embed-editor .simplified-youtube-embed-preview img {
  max-width: 100%;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.simplified-youtube-embed-editor button {
  margin-top: 5px;
  display: inline-block;
  padding: 5px 10px;
  background-color: #0073aa;
  color: #fff;
  border: none;
  border-radius: 3px;
  cursor: pointer;
}

.simplified-youtube-embed-editor button:hover {
  background-color: #005a8c;
}
