@charset "UTF-8";.astraPhoto{display:flex;flex-direction:column;align-items:center;position:relative;touch-action:pan-y;--item-aspect-width:16;--item-aspect-height:9;--overflow-aspect-width:var(--item-aspect-width);--curIndex:0;--itemsCount:1;--swipeX:0px;user-select:none}.astraPhoto .header{display:none;width:100%;text-align:center}.astraPhoto .header .headerInfo{margin-top:5px;margin-bottom:2px}.astraPhoto .footer{width:100%;text-align:center}.astraPhoto .footer .showList{margin:.4em 0}.astraPhoto .footer .showList button{appearance:none;all:unset;cursor:pointer;padding:.1em .8em;border:1px solid #aaa;border-radius:20px;font-size:inherit}.astraPhoto .footer .showList button:focus{box-shadow:0 0 5px #fff}.astraPhoto .footer .showList button:hover{border-color:#fff;background-color:rgba(255,255,255,.2)}.astraPhoto .main{flex-grow:1;flex-shrink:1;position:relative;overflow:hidden;width:100%}.astraPhoto .main .overflow{flex-grow:1;flex-shrink:1;overflow:hidden;aspect-ratio:var(--overflow-aspect-width)/var(--item-aspect-height)}.astraPhoto .main .overflow .items{width:calc(100% * var(--itemsCount) / var(--overflow-aspect-width) * var(--item-aspect-width));height:100%;display:flex;align-items:stretch;justify-content:center;min-width:100%;background:#eee;transform:translate(calc(-1 * clamp(0%, 100% * var(--curIndex) / var(--itemsCount), 100% - 100% * var(--overflow-aspect-width) / (var(--itemsCount) * var(--item-aspect-width))) + var(--swipeX)))}.astraPhoto .main .overflow .items.useTransition{transition:transform 0.4s ease-out}.astraPhoto .main .overflow .items .item{height:100%;width:auto;aspect-ratio:var(--item-aspect-width)/var(--item-aspect-height);background-repeat:no-repeat;background-size:cover;background-position:center;cursor:pointer}.astraPhoto .main .overflow .items .item.isVideo{display:flex;align-items:center;justify-content:center}.astraPhoto .main .overflow .items .item.isVideo .fa-circle-play{font-size:60px;color:#fff;background:#aaa;border-radius:50%}.astraPhoto .main .overflow .items .item.isVideo video{display:none;max-width:100%;height:auto}.astraPhoto .main .overflow .items .item.isVideo.playVideo{background-image:none!important;background:#aaa}.astraPhoto .main .overflow .items .item.isVideo.playVideo .fa-circle-play{display:none}.astraPhoto .main .overflow .items .item.isVideo.playVideo video{display:block;width:100%;height:auto;max-height:100%}.astraPhoto .main .overflow .items .item.isVideo:not(.playVideo){cursor:pointer}.astraPhoto .main .nav-prev,.astraPhoto .main .nav-next{position:absolute;display:flex;width:45px;height:100%;align-items:center;justify-content:center;cursor:pointer}.astraPhoto .main .nav-prev button,.astraPhoto .main .nav-next button{appearance:none;all:unset;width:45px;height:45px;border-radius:50%;display:flex;align-items:center;justify-content:center}.astraPhoto .main .nav-prev button:focus,.astraPhoto .main .nav-next button:focus{box-shadow:0 0 5px #fff}.astraPhoto .main .nav-prev button i,.astraPhoto .main .nav-next button i{color:#fff;font-size:37px;text-shadow:#00000061 1px 0 0}.astraPhoto .main .nav-prev{left:2px;top:0}.astraPhoto .main .nav-next{right:2px;top:0}.astraPhoto .modal-close{display:none}body.astraPhotoFullscreen{position:fixed;inset:0;overflow:hidden;touch-action:none}body.astraPhotoFullscreen .astraPhoto{background:#000;color:#fff;position:fixed;z-index:999;inset:0}body.astraPhotoFullscreen .astraPhoto .modal-close{display:block;position:fixed;top:2px;right:2px}body.astraPhotoFullscreen .astraPhoto .modal-close button{appearance:none;all:unset;width:60px;height:60px;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.34);border-radius:50%;cursor:pointer}body.astraPhotoFullscreen .astraPhoto .modal-close button:focus{box-shadow:0 0 5px #fff}body.astraPhotoFullscreen .astraPhoto .modal-close button i{font-size:34px}body.astraPhotoFullscreen .astraPhoto .main .overflow .items{transform:translate(calc(-100% * var(--curIndex) / var(--itemsCount) + var(--swipeX)));background:transparent}body.astraPhotoFullscreen .astraPhoto .header{display:block}body.astraPhotoFullscreen .astraPhoto .main .overflow{height:100%;aspect-ratio:unset}body.astraPhotoFullscreen .astraPhoto .main .overflow .items{width:calc(var(--itemsCount) * 100%)}body.astraPhotoFullscreen .astraPhoto .main .overflow .items .item{width:100%;height:100%;aspect-ratio:unset;background-size:contain}body.astraPhotoFullscreen .astraPhoto .main .overflow .items .item.playVideo{background:inherit}body.astraPhotoFullscreen .astraPhoto.listView{overflow-y:auto;touch-action:pan-y}body.astraPhotoFullscreen .astraPhoto.listView .header{display:none}body.astraPhotoFullscreen .astraPhoto.listView .header:before{content:" "}body.astraPhotoFullscreen .astraPhoto.listView .footer{display:none}body.astraPhotoFullscreen .astraPhoto.listView .main{overflow:visible}body.astraPhotoFullscreen .astraPhoto.listView .main .overflow{overflow:visible;width:100%;max-width:900px;margin:0 auto;height:auto}body.astraPhotoFullscreen .astraPhoto.listView .main .overflow .items{transform:unset!important;width:auto!important;transition:unset!important;display:flex;flex-wrap:wrap;gap:1.2px}body.astraPhotoFullscreen .astraPhoto.listView .main .overflow .items .item{aspect-ratio:var(--item-aspect-width)/var(--item-aspect-height);flex-basis:49%;flex-grow:1;max-width:50%;background-size:cover}body.astraPhotoFullscreen .astraPhoto.listView .main .overflow .items .item:first-child{flex-basis:100%;max-width:none}@media (max-width:800px){body.astraPhotoFullscreen .astraPhoto.listView .main .overflow .items .item{flex-basis:100%;max-width:none}}body.astraPhotoFullscreen .astraPhoto.listView .main .nav-prev,body.astraPhotoFullscreen .astraPhoto.listView .main .nav-next{display:none}