.mpm-youtube-embed {
  width: 100%;
}

.mpm-youtube-embed__title {
  margin: 0 0 0.75rem;
  font-weight: 700;
  line-height: 1.25;
}

.mpm-youtube-embed__frame {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #071426;
  aspect-ratio: var(--mpm-youtube-aspect-ratio, 16 / 9);
}

.mpm-youtube-embed__iframe {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.mpm-youtube-embed__placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  gap: 0.875rem;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 100%;
  border: 0;
  padding: 1rem;
  background:
    linear-gradient(rgba(0, 35, 96, 0.58), rgba(0, 35, 96, 0.58)),
    #071426;
  color: #fff;
  cursor: pointer;
  font: inherit;
}

.mpm-youtube-embed__placeholder:hover,
.mpm-youtube-embed__placeholder:focus-visible {
  background:
    linear-gradient(rgba(0, 35, 96, 0.44), rgba(0, 35, 96, 0.44)),
    #071426;
}

.mpm-youtube-embed__play {
  display: grid;
  place-items: center;
  width: 4rem;
  height: 4rem;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.28);
}

.mpm-youtube-embed__play::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-left: 0.25rem;
  border-top: 0.75rem solid transparent;
  border-bottom: 0.75rem solid transparent;
  border-left: 1.1rem solid #002360;
}

.mpm-youtube-embed__placeholder-label {
  font-weight: 700;
}

.mpm-youtube-embed.is-empty {
  border: 1px dashed #8c8f94;
  padding: 1rem;
}

.mpm-youtube-embed.is-empty p {
  margin: 0;
}
