.bd-pano-slider__viewer{
  width:100%;
  height: var(--bd-pano-height, 60vh);
  border-radius: 10px;
  overflow:hidden;
  background:#111;
  position:relative;
}

.bd-pano-slider__ui{
  display:flex;
  gap:10px;
  align-items:center;
  margin-top:12px;
}

.bd-pano-slider__thumbs{
  display:flex;
  gap:10px;
  overflow:auto;
  padding-bottom:6px;
  flex: 1 1 auto;
}

.bd-pano-slider__thumb{
  width:72px;
  height:48px;
  border-radius:8px;
  border:1px solid rgba(255,255,255,.15);
  background-size:cover;
  background-position:center;
  background-color:#222;
  cursor:pointer;
  flex:0 0 auto;
  opacity:.85;
}

.bd-pano-slider__thumb.is-active{
  outline:2px solid rgba(255,255,255,.65);
  opacity:1;
}

.bd-pano-slider__arrow{
  width:40px;
  height:40px;
  border-radius:10px;
  border:1px solid rgba(255,255,255,.18);
  background: rgba(0,0,0,.35);
  color:#fff;
  cursor:pointer;
  flex: 0 0 auto;
  font-size: 24px;
  line-height: 38px;
  padding:0;
}


.bd-pano-slider__viewer--click-load{
  display:flex;
  align-items:center;
  justify-content:center;
}

.bd-pano-slider__load{
  border:1px solid rgba(255,255,255,.22);
  background:rgba(255,255,255,.1);
  color:#fff;
  padding:12px 18px;
  border-radius:999px;
  cursor:pointer;
  font-size:15px;
  line-height:1;
}
