.gm-story-container{display:flex;overflow-x:auto;gap:16px;padding:16px;scroll-behavior:smooth}.gm-story-item{width:90px;height:90px;border-radius:50%;overflow:hidden;border:3px solid #2f3e5c;box-shadow:0 4px 10px rgb(0 0 0 / .4);flex-shrink:0;position:relative;background:#000;display:flex;align-items:center;justify-content:center;transition:transform 0.3s ease}.gm-story-item:hover{transform:scale(1.05)}.gm-story-thumb video{width:100%;height:100%;object-fit:cover;border-radius:50%;pointer-events:none}.gm-story-popup{display:none;position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999999;background:rgb(0 0 0 / .85);justify-content:center;align-items:center}.gm-story-popup-overlay{position:absolute;width:100%;height:100%;top:0;left:0}.gm-story-popup-container{position:relative;width:360px;height:640px;max-width:90%;max-height:85vh;background:#000;border-radius:16px;overflow:hidden;display:flex;align-items:center;justify-content:center}.gm-story-popup-container video{width:100%;height:100%;object-fit:cover}.gm-story-popup-close{position:absolute;top:8px;right:12px;font-size:30px;color:#fff;cursor:pointer;z-index:10000000}