youtube-embed [slot=button] {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
youtube-embed [slot=button]::after {
  background-color: #fff;
  display: block;
  content: "";
  position: absolute;
  width: 2em;
  height: 2em;
}
youtube-embed .icon {
  color: #f00;
  font-size: 4em;
  fill: currentcolor;
  position: relative;
  z-index: 1;
}
youtube-embed[playing] [slot=button] {
  display: none;
}

/*# sourceMappingURL=index.css.map*/