.wp-block-acf-video-embed,
.la-video-embed {
  position: relative;
  max-width: 100%;
}
.wp-block-acf-video-embed .wp-block-embed__wrapper,
.la-video-embed .wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.wp-block-acf-video-embed .wp-block-embed__wrapper iframe,
.la-video-embed .wp-block-embed__wrapper iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: var(--la-radius, 50px);
  margin-bottom: 0;
  border: 0;
  display: block;
}
.wp-block-acf-video-embed .la-video-embed__poster,
.la-video-embed .la-video-embed__poster {
  position: relative;
  width: 100%;
  margin: 0;
  line-height: 0;
  aspect-ratio: 16/9;
}
.wp-block-acf-video-embed .la-video-embed__poster .la-video-embed__img,
.la-video-embed .la-video-embed__poster .la-video-embed__img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 16/9;
  border-radius: var(--la-radius, 50px);
  background: #000;
}
.wp-block-acf-video-embed .la-video-embed__poster .la-video-embed__play,
.la-video-embed .la-video-embed__poster .la-video-embed__play {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: none;
  border: 0;
  cursor: pointer;
  padding: 0;
}
.wp-block-acf-video-embed .la-video-embed__poster .la-video-embed__play::before,
.la-video-embed .la-video-embed__poster .la-video-embed__play::before {
  content: "";
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #ff0000;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.35), inset 0 0 0 1px rgba(255, 255, 255, 0.15);
  display: block;
}
.wp-block-acf-video-embed .la-video-embed__poster .la-video-embed__play::after,
.la-video-embed .la-video-embed__poster .la-video-embed__play::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 22px solid #fff;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  transform: translateX(4px);
}
.wp-block-acf-video-embed .la-video-embed__poster .la-video-embed__play:hover:not(:disabled)::before, .wp-block-acf-video-embed .la-video-embed__poster .la-video-embed__play:focus-visible:not(:disabled)::before,
.la-video-embed .la-video-embed__poster .la-video-embed__play:hover:not(:disabled)::before,
.la-video-embed .la-video-embed__poster .la-video-embed__play:focus-visible:not(:disabled)::before {
  filter: brightness(1.05);
  transform: scale(1.04);
  transition: transform 120ms ease, filter 120ms ease;
}
.wp-block-acf-video-embed .la-video-embed__poster .la-video-embed__play:disabled,
.la-video-embed .la-video-embed__poster .la-video-embed__play:disabled {
  cursor: default;
  opacity: 0.95;
}
.wp-block-acf-video-embed .la-video-embed__iframe,
.la-video-embed .la-video-embed__iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  border: 0;
  border-radius: var(--la-radius, 50px);
}
.wp-block-acf-video-embed.is-playing .la-video-embed__play,
.la-video-embed.is-playing .la-video-embed__play {
  display: none;
}
.wp-block-acf-video-embed .la-video-embed__controls,
.la-video-embed .la-video-embed__controls {
  margin: 0 0 1rem;
  display: grid;
  gap: 8px;
}
.wp-block-acf-video-embed .la-video-embed__placeholder,
.la-video-embed .la-video-embed__placeholder {
  display: grid;
  place-items: center;
  aspect-ratio: 16/9;
  padding: 1rem;
  text-align: center;
  background: #f0f0f0;
  border: 1px dashed #c3c4c7;
  border-radius: var(--la-radius, 50px);
  color: #757575;
}
.wp-block-acf-video-embed .la-video-embed__consent-error,
.la-video-embed .la-video-embed__consent-error {
  margin: 0.75rem 0 0;
  padding: 0.75rem 1rem;
  background: #fff3cd;
  border: 1px solid #ffc107;
  border-radius: 4px;
  font-size: 0.9rem;
  color: #333;
  line-height: 1.5;
}
.wp-block-acf-video-embed .la-video-embed__consent-error .la-video-embed__consent-btn,
.la-video-embed .la-video-embed__consent-error .la-video-embed__consent-btn {
  background: #110d3a;
}

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