.d5tl-module { position: relative; display: block; box-sizing: border-box; max-width: 100%; overflow: visible; clear: both; line-height: 0; }
.d5tl-trigger { position: relative; display: block; text-decoration: none; max-width: 100%; box-sizing: border-box; overflow: visible; line-height: 0; }
.d5tl-poster { position: relative; display: block; box-sizing: border-box; max-width: 100%; overflow: hidden; border-radius: 14px; margin: 0 auto; }
.d5tl-image { display: block; width: 100%; height: 100%; object-fit: cover; border-radius: 14px; }
.d5tl-sr-only { position:absolute!important; width:1px!important; height:1px!important; padding:0!important; margin:-1px!important; overflow:hidden!important; clip:rect(0,0,0,0)!important; white-space:nowrap!important; border:0!important; }
.d5tl-overlay { position:absolute; inset:0; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:12px; background:rgba(0,0,0,.28); border-radius:14px; }
.d5tl-trigger:hover .d5tl-overlay { background: rgba(0,0,0,.42); }
.d5tl-play-button { display:inline-flex; align-items:center; justify-content:center; width:74px; height:74px; border-radius:999px; background:rgba(255,255,255,.92); color:#111; font-size:28px; line-height:1; }
.d5tl-overlay-text { color:#fff; font-size:18px; font-weight:600; text-align:center; padding:0 16px; line-height:1.2; }
.d5tl-lightbox { position:fixed; inset:0; z-index:999999; background:rgba(0,0,0,.86); display:flex; align-items:center; justify-content:center; padding:24px; }
.d5tl-lightbox-inner { position:relative; width:min(100%,960px); aspect-ratio:16 / 9; }
.d5tl-iframe { width:100%; height:100%; border:0; border-radius:12px; background:#000; }
.d5tl-lightbox-close { position:absolute; top:-16px; right:-16px; width:44px; height:44px; border:0; border-radius:999px; background:#fff; color:#111; font-size:30px; cursor:pointer; line-height:1; }
.d5tl-no-scroll { overflow:hidden; }
.d5tl-module--empty { padding:16px; border:1px dashed #bbb; border-radius:10px; background:#fafafa; line-height:1.4; }
.d5tl-trigger--inactive { cursor: default; }
.d5tl-trigger--inactive .d5tl-overlay { opacity: .92; }
