.wp-block-sp-youtube-embed > .wp-block-embed {
  margin-bottom: 0;
}

.wp-block-sp-youtube-embed__placeholder {
  position: relative;
  aspect-ratio: 16/9;
  padding: 5rem 2rem 2rem;
  display: -moz-box;
  display: flex;
  gap: 1rem;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
}
@media only screen and (max-width: 781px) {
  .wp-block-sp-youtube-embed__placeholder {
    padding: 1rem 2rem;
  }
}

.wp-block-sp-youtube-embed__image-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: var(--radius-xlarge);
  background-color: var(--wp--preset--color--black);
  overflow: clip;
}

img.wp-block-sp-youtube-embed__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  border-radius: inherit;
  opacity: 0.5;
}

.wp-block-sp-youtube-embed__unblock {
  isolation: isolate;
  z-index: 10;
  background-color: var(--wp--preset--color--orange);
  color: var(--wp--preset--color--white);
  text-decoration: none;
  font-size: 1rem;
  font-weight: bold;
  padding: 0.375rem 1.75rem;
  padding-left: 3.5rem;
  border-radius: 1.5rem;
  border-width: 0.125rem;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: 1.75rem 50%;
  background-size: auto 1.25em;
  background-image: url("data:image/svg+xml,%3Csvg role='img' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.498 6.186a3.016 3.016 0 0 0-2.122-2.136C19.505 3.545 12 3.545 12 3.545s-7.505 0-9.377.505A3.017 3.017 0 0 0 .502 6.186C0 8.07 0 12 0 12s0 3.93.502 5.814a3.016 3.016 0 0 0 2.122 2.136c1.871.505 9.376.505 9.376.505s7.505 0 9.377-.505a3.015 3.015 0 0 0 2.122-2.136C24 15.93 24 12 24 12s0-3.93-.502-5.814zM9.545 15.568V8.432L15.818 12l-6.273 3.568z' fill='%23ffffff'/%3E%3C/svg%3E");
}
@media only screen and (max-width: 599px) {
  .wp-block-sp-youtube-embed__unblock {
    font-size: 0.875rem;
  }
}

.wp-block-sp-youtube-embed__blocked-notice {
  isolation: isolate;
  z-index: 10;
  text-align: center;
  max-width: 22.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  margin: 0;
  color: var(--wp--preset--color--white);
}
.wp-block-sp-youtube-embed__blocked-notice a {
  text-decoration: underline;
}
@media only screen and (max-width: 599px) {
  .wp-block-sp-youtube-embed__blocked-notice {
    font-size: 0.75rem;
  }
}
