.pgal {
  margin-top:28px
}
.pgal-strip {
  display:flex;
  gap:16px;
  overflow-x:auto;
  scroll-behavior:auto;
  padding-bottom:2px;
  scrollbar-width:none
}
.pgal-strip::-webkit-scrollbar {
  display:none
}
.pgal-strip figure {
  margin:0;
  flex:0 0 auto;
  height:300px;
  border-radius:12px;
  overflow:hidden;
  cursor:zoom-in;
  border:1px solid #E3E9F0;
  background:#F4F8FC
}
.pgal-strip img {
  height:100%;
  width:auto;
  display:block;
  object-fit:cover
}
.pgal-ctrl {
  display:flex;
  align-items:center;
  gap:14px;
  margin-top:20px;
  max-width:760px
}
.pgal-arrow {
  flex:0 0 auto;
  width:42px;
  height:42px;
  border-radius:50%;
  border:1px solid #C9D6E5;
  background:#fff;
  color:#2F6FB3;
  font-size:20px;
  line-height:1;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:center;
  transition:.15s
}
.pgal-arrow:hover {
  background:#2F6FB3;
  color:#fff;
  border-color:#2F6FB3
}
.pgal-track {
  flex:1;
  height:6px;
  background:#DCE6F0;
  border-radius:6px;
  position:relative;
  cursor:pointer
}
.pgal-thumb {
  position:absolute;
  top:0;
  left:0;
  height:6px;
  min-width:44px;
  background:#2F6FB3;
  border-radius:6px;
  cursor:grab
}
#pglb {
  display:none;
  position:fixed;
  inset:0;
  background:rgba(7,14,36,.92);
  z-index:9999;
  align-items:center;
  justify-content:center;
  padding:24px;
  cursor:zoom-out
}
#pglb img {
  max-width:96%;
  max-height:92vh;
  border-radius:8px;
  box-shadow:0 24px 70px rgba(0,0,0,.55)
}
#pglb .x {
  position:absolute;
  top:16px;
  right:26px;
  color:#fff;
  font-size:34px;
  cursor:pointer;
  opacity:.85
}
