/* KA Drive Video Embed – minimal styles */
.ka-drive-video { margin: 1em 0; max-width: 100%; }
.ka-drive-video__frame {
  position: relative; width: 100%; height: auto; overflow: hidden; background: #000; border-radius: 0.75rem;
}
.ka-drive-video__frame iframe,
.ka-drive-video__frame img,
.ka-drive-video__frame button { display: block; width: 100%; height: 100%; border: 0; }
.ka-drive-video__button { position: relative; cursor: pointer; background: transparent; padding: 0; line-height: 0; border: 0; }
.ka-drive-video__poster { object-fit: cover; width: 100%; height: 100%; }
/* Play badge */
.ka-drive-video__play {
  position: absolute; inset: 0; margin: auto; width: 4.25rem; height: 4.25rem; border-radius: 999px;
  background: rgba(255,255,255,0.9); box-shadow: 0 2px 10px rgba(0,0,0,0.25);
}
.ka-drive-video__play::before {
  content: ''; position: absolute; left: 38%; top: 50%; transform: translate(-30%, -50%);
  width: 0; height: 0; border-left: 18px solid #000; border-top: 12px solid transparent; border-bottom: 12px solid transparent;
}
/* Focus style for accessibility */
.ka-drive-video__button:focus-visible, .ka-drive-video__button:focus { outline: 3px solid #1e90ff; outline-offset: -3px; }
/* Hide figcaption but keep it for screen readers */
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
