/* ==========================================================================
   AWD Custom Block CSS
========================================================================== */

/* ==========================
   Video Popup
========================== */
.awd-fancybox-video-wrap { position: relative; display: inline-block; max-width: 100%; cursor: pointer; overflow: hidden; background-color: transparent; line-height: 0; }
.awd-fancybox-video, .awd-fancybox-video img { display: block; width: 100%; }
.awd-fancybox-video { position: relative; overflow: hidden; text-decoration: none; color: inherit; }
.awd-fancybox-video-wrap img { height: auto; object-fit: cover; aspect-ratio: 16 / 9; border-radius: 8px; }
.awd-overlay { position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5)); display: flex; align-items: center; justify-content: center; pointer-events: none; }
.awd-overlay-content { color: #fff; text-align: center; padding: 1rem; pointer-events: none; }
.awd-play-icon { display: inline-block; width: 64px; height: 64px; background: rgba(255, 255, 255, 0.2); border-radius: 50%; transition: background 0.3s ease; }
.awd-play-icon svg { display: block; width: 100%; height: 100%; }
.awd-fancybox-video:hover .awd-play-icon { background: rgba(255, 255, 255, 0.4); }
.awd-overlay-title { margin-top: 0.75rem; font-size: 1.1rem; font-weight: 500; line-height: 1.3; text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4); }
@media (max-width:480px) {
   .awd-play-icon { width: 48px; height: 48px; }
   .awd-overlay-title { font-size: 1rem; }
}
