/* Click-to-load YouTube facade (ticket #30). No third-party request until tap. */
.wub-video-facade { position: relative; overflow: hidden; }
.wub-video-play { position: absolute; top: 0; left: 0; width: 100%; height: 100%; padding: 0; border: 0; background: #000; cursor: pointer; display: block; }
.wub-video-play img { width: 100%; height: 100%; object-fit: cover; display: block; }
.wub-video-play-badge { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 68px; height: 48px; background: rgba(33, 33, 33, 0.85); border-radius: 12px; }
.wub-video-play-badge::after { content: ""; position: absolute; left: 50%; top: 50%; transform: translate(-40%, -50%); border-style: solid; border-width: 10px 0 10px 18px; border-color: transparent transparent transparent #ffffff; }
.wub-video-play:hover .wub-video-play-badge, .wub-video-play:focus .wub-video-play-badge { background: rgba(137, 34, 68, 0.95); }
.wub-video-play:focus-visible { outline: 3px solid #ffffff; outline-offset: -3px; box-shadow: inset 0 0 0 6px rgba(0, 0, 0, 0.6); }
