.sr-shot-wrap{background:#070b09}
.sr-shot-frame{position:relative;background:#070b09;overflow:hidden}
.sr-shot-frame img{display:block;width:100%;height:auto;opacity:1;transition:opacity .65s ease}
.sr-shot-frame img.is-fading{opacity:.18}
.sr-shot-caption{display:flex;justify-content:center;padding:14px 16px 16px;background:#070b09}
.sr-shot-badge{display:inline-flex;align-items:center;gap:12px;max-width:calc(100% - 24px);border:1px solid rgba(255,255,255,.11);border-radius:999px;background:rgba(255,255,255,.035);padding:8px 10px 8px 13px;box-shadow:0 10px 26px rgba(0,0,0,.22)}
.sr-shot-icon{display:flex;height:24px;width:24px;flex:0 0 24px;align-items:center;justify-content:center;border-radius:999px;background:rgba(62,207,142,.1);color:#3ecf8e}
.sr-shot-icon img{height:17px;width:17px}
.sr-shot-icon svg{height:14px;width:14px;stroke:currentColor}
.sr-shot-copy{display:flex;align-items:baseline;gap:7px;min-width:0;white-space:nowrap}
.sr-shot-kicker{font-size:9px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:#79817c;line-height:1}
.sr-shot-title{font-size:12px;font-weight:750;color:#edf2ef;line-height:1}
.sr-shot-note{font-size:11px;color:#858d88;line-height:1}
.sr-shot-dots{display:flex;flex:0 0 auto;align-items:center;gap:5px;margin-left:2px}
.sr-shot-dot{height:5px;width:5px;border-radius:999px;background:rgba(255,255,255,.24);transition:all .35s ease}
.sr-shot-dot.is-active{width:15px;background:#3ecf8e}
.sr-shot-controls{display:flex;align-items:center;gap:4px;margin-left:2px}
.sr-shot-control{display:flex;height:25px;width:25px;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.09);border-radius:999px;background:rgba(255,255,255,.04);color:#dce4df;font-size:13px;line-height:1;cursor:pointer;transition:background .2s ease,border-color .2s ease,color .2s ease}
.sr-shot-control:hover{border-color:rgba(62,207,142,.34);background:rgba(62,207,142,.09);color:#3ecf8e}
@media (max-width:760px){
  .sr-shot-wrap{overflow-x:auto}
  .sr-shot-frame img{min-width:980px}
  .sr-shot-caption{min-width:980px}
  .sr-shot-badge{padding:7px 9px;gap:9px}
}
