.ghostkit-video.is-style-icon-only.ghostkit-video-style-icon-only-align-left {
  margin-left: unset !important;
  margin-top: 1rem;
}

.ghostkit-video.is-style-icon-only:after {
  content: "Lire la vidéo";
  position: absolute;
  left: 4rem;
  transform: translateY(50%);
  word-break: keep-all;
  white-space: nowrap;
  font-size: 1.25rem;
  font-style: italic;
  color: var(--yellow);
  /* opacity: 0.5; */
  transition: 0.2s;
}

/* .ghostkit-video.is-style-icon-only:hover:after {
  opacity: 1;
} */

.ghostkit-video.is-style-icon-only .ghostkit-video-play-icon {
  background-color: white;
  color: var(--blue);
  aspect-ratio: 1 / 1;
  width: 2.5rem;
  height: auto;
  /* display: flex;
  justify-content: center;
  align-items: center; */
  font-size: 1.5rem;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 0 0 0.5rem rgba(255, 255, 255, 0.5);
  transition: 0.2s ease-out;
}

.ghostkit-video.is-style-icon-only:hover .ghostkit-video-play-icon {
  background-color: var(--yellow);
  box-shadow: 0 0 0 0.75rem rgba(255, 255, 255, 0.5);
  transform: none;
}

/* .wp-block-button.is-style-play-video a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding: 0;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.5);
  transition: 0.2s;
} */

/* .wp-block-button.is-style-play-video a:before {
  content: "";
  background-color: white;
  color: var(--blue);
  aspect-ratio: 1 / 1;
  width: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.25rem;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 0 0 0.75rem rgba(255, 255, 255, 0.5);
  transition: 0.2s ease-out;
}

.wp-block-button.is-style-play-video:hover a:before {
  background-color: var(--yellow);
  box-shadow: 0 0 0 0.75rem rgba(255, 255, 255, 0.5);
} */

.ghostkit-video-fullscreen-close {
  transform: scale(2);
  opacity: 100% !important;
}
