.gallery-grid{display:flex;gap:10px;padding:20px 10px}.gallery-column{flex:1;display:flex;flex-direction:column;gap:10px;min-width:0}.gallery-item{border:2px solid var(--dsc-vibrant-orange);border-radius:4px;overflow:hidden;line-height:0;cursor:pointer}.gallery-item img{width:100%;height:auto;display:block}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.gallery-item .news-video-player{position:relative;display:grid;grid-template-rows:minmax(0,1fr) auto;align-items:stretch;cursor:default}.gallery-item .news-video-element{width:100%;height:auto;display:block;background:#000}.gallery-item .news-video-overlay-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:60px;height:60px;border:1px solid rgba(255,140,0,.7);border-radius:50%;background:#080b14b8;color:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;z-index:2}.gallery-item .news-video-overlay-play svg{width:28px;height:28px;display:block}.gallery-item .news-video-btn svg{width:18px;height:18px;display:block}.gallery-item .news-video-controls{display:grid;grid-template-columns:auto auto auto minmax(0,1fr) auto auto;align-items:center;gap:6px;padding:8px 6px;border-top:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,#0a0d18f0,#000000f0)}.gallery-item .news-video-btn{display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(255,140,0,.45);background:#ff8c001f;color:#fff;border-radius:8px;padding:4px;min-width:30px;min-height:30px;font-family:var(--font-tech);font-size:.68rem;line-height:1;cursor:pointer}.gallery-item .news-video-progress{width:100%;min-width:0;margin:0}.gallery-item .news-video-time{color:#ffffffc2;font-size:.72rem;white-space:nowrap}.gallery-item .news-video-player.is-idle .news-video-controls{display:none}.gallery-item .news-video-player:not(.is-idle) .news-video-overlay-play{display:none}.gallery-lightbox{position:fixed;inset:0;z-index:9999;background:#000000eb;display:flex;align-items:center;justify-content:center;cursor:pointer}.gallery-lightbox img{max-width:94vw;max-height:94vh;border-radius:4px}@media(max-width:768px){.gallery-item .news-video-overlay-play{width:46px;height:46px}.gallery-item .news-video-overlay-play svg{width:22px;height:22px}.gallery-item .news-video-controls{grid-template-columns:24px 24px 24px minmax(0,1fr) auto 24px;gap:4px;padding:6px 4px}.gallery-item .news-video-btn{min-width:24px;min-height:24px;padding:3px;border-radius:6px}.gallery-item .news-video-btn svg{width:14px;height:14px}.gallery-item .news-video-time{font-size:.6rem}}
