.place-single-page{background:#fff;padding:18px 0 60px}.place-single-container{margin:0 auto;max-width:1280px;padding:0;width:min(1280px,calc(100% - 60px))}.place-single-breadcrumb{align-items:center;color:rgba(0,0,0,.66);display:flex;flex-wrap:wrap;font-size:12px;gap:8px;line-height:1.2;margin:0 0 14px}.place-single-breadcrumb-link{color:rgba(0,0,0,.66);text-decoration:none}.place-single-breadcrumb-link:hover{color:rgba(0,0,0,.86)}.place-single-breadcrumb-separator{color:rgba(0,0,0,.46)}.place-single-breadcrumb-text{color:rgba(0,0,0,.66)}.place-single-layout{align-items:start;display:grid;gap:69px;grid-template-columns:minmax(0,1fr) 292px}.place-single-cover-wrap{background:#d9e4f5;border-radius:2px;overflow:hidden}.place-single-cover{aspect-ratio:3/1.6;display:block;-o-object-fit:cover;object-fit:cover;width:100%}.place-single-title{color:#111827;font-size:48px;font-weight:400;line-height:1.04;margin:14px 0 10px}.place-info-list,.place-recommended-info-list{display:flex;flex-direction:column;gap:6px;list-style:none;margin:0;padding:0}.place-info-item,.place-recommended-info-item{align-items:center;display:flex;gap:7px;min-height:20px}.place-info-icon,.place-recommended-info-icon{align-items:center;display:inline-flex;flex:0 0 16px;height:16px;justify-content:center;width:16px}.place-info-icon img,.place-recommended-info-icon img{height:16px;-o-object-fit:contain;object-fit:contain;width:16px}.place-info-icon svg,.place-recommended-info-icon svg{display:block;height:16px;width:16px}.place-info-text,.place-info-text:hover,.place-recommended-info-text,.place-recommended-info-text:hover{color:rgba(0,0,0,.72);font-size:14px;font-weight:400;line-height:1.35;text-decoration:none;word-break:break-word}.place-single-content{color:rgba(0,0,0,.88);font-size:18px;font-weight:400;line-height:1.62;margin-top:12px}.place-single-content p{margin:0 0 11px}.place-single-content p:last-child{margin-bottom:0}.place-single-gallery-section{margin-top:22px}.place-single-gallery-title{color:#111827;font-size:36px;font-weight:400;line-height:1.02;margin:0 0 10px}.place-single-gallery-grid{display:grid;gap:10px;grid-template-columns:repeat(3,minmax(0,1fr))}.place-single-gallery-item{background:#d9e4f5;border-radius:2px;cursor:pointer;display:block;overflow:hidden}.place-single-gallery-image{aspect-ratio:16/10;display:block;-o-object-fit:cover;object-fit:cover;width:100%}.place-single-sidebar{justify-self:end;padding-top:2px;width:292px}.place-single-recommended-list{display:flex;flex-direction:column;gap:10px;height:640px;overflow-y:auto;padding-right:0;width:292px}.place-single-recommended-card{background:#fff;border:1px solid #bfd4ef;border-radius:4px;flex:0 0 auto;overflow:hidden}.place-single-recommended-image-link{display:block}.place-single-recommended-image{display:block;height:264px;-o-object-fit:cover;object-fit:cover;width:100%}.place-single-recommended-body{padding:16px 20px}.place-single-recommended-title{color:#111827;display:block;font-size:28px;font-weight:400;line-height:1.02;margin:0 0 8px;text-decoration:none}.place-single-recommended-title:hover{color:#111827}.place-single-recommended-read{color:rgba(0,0,0,.82);display:inline-flex;font-size:16px;font-weight:500;line-height:1.2;margin-top:16px;text-decoration:none}.place-recommended-info-list{gap:5px}.place-recommended-info-item{gap:6px;min-height:18px}.place-recommended-info-text,.place-recommended-info-text:hover{color:rgba(0,0,0,.66);font-size:14px;font-weight:400;line-height:1.25}.place-single-empty{color:rgba(0,0,0,.6);font-size:14px;margin:0}.place-single-story-section{margin-top:42px;width:100%}.place-single-story-title{color:#111827;font-size:36px;font-weight:400;line-height:1.05;margin:0 0 12px}.place-single-story-content{width:100%}.place-single-story-content iframe{border:0;display:block;height:clamp(320px,42vw,620px);max-width:100%;width:100%}.place-single-map-section{margin-top:42px;width:100%}.place-single-map-title{color:#111827;font-size:36px;font-weight:400;line-height:1.05;margin:0 0 12px}.place-single-map-content{width:100%}.place-single-map-content iframe{border:0;display:block;height:clamp(320px,42vw,620px);max-width:100%;width:100%}.public-lightbox{align-items:center;background:rgba(5,10,18,.78);display:flex;inset:0;justify-content:center;opacity:0;padding:36px 24px;pointer-events:none;position:fixed;transition:opacity .42s cubic-bezier(.22,1,.36,1),visibility 0s linear .42s;visibility:hidden;z-index:1200}.public-lightbox.is-mounted{transition-delay:0s;visibility:visible}.public-lightbox.is-open{opacity:1;pointer-events:auto}.public-lightbox__content{margin:0;max-width:calc(100vw - 48px);opacity:0;transform:translateY(18px) scale(.97);transition:transform .44s cubic-bezier(.22,1,.36,1),opacity .3s ease;width:auto}.public-lightbox.is-open .public-lightbox__content{opacity:1;transform:translateY(0) scale(1)}.public-lightbox__image{background:transparent;border-radius:4px;box-shadow:0 22px 60px rgba(2,6,23,.55);display:block;height:auto;max-height:calc(100vh - 48px);max-width:calc(100vw - 48px);-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;width:auto}.public-lightbox__close{align-items:center;backdrop-filter:blur(10px);background:rgba(15,23,42,.58);border:1px solid hsla(0,0%,100%,.36);border-radius:14px;cursor:pointer;display:inline-flex;height:46px;justify-content:center;position:absolute;right:18px;top:18px;transition:transform .22s ease,background .22s ease,border-color .22s ease,box-shadow .22s ease;width:46px}.public-lightbox__close:hover{background:rgba(30,41,59,.74);border-color:hsla(0,0%,100%,.52);box-shadow:0 12px 24px rgba(2,6,23,.35);transform:translateY(-1px) scale(1.02)}.public-lightbox__close:focus-visible{outline:2px solid #99c0fa;outline-offset:2px}.public-lightbox__close-icon{display:block;height:19px;position:relative;width:19px}.public-lightbox__close-icon:after,.public-lightbox__close-icon:before{background:hsla(0,0%,100%,.94);border-radius:999px;content:"";height:2px;inset:0;margin:auto;position:absolute;width:19px}.public-lightbox__close-icon:before{transform:rotate(45deg)}.public-lightbox__close-icon:after{transform:rotate(-45deg)}body.public-lightbox-open{overflow:hidden}@media (max-width:1200px){.place-single-layout{grid-template-columns:minmax(0,1fr)}.place-single-sidebar{width:100%}.place-single-recommended-list{display:grid;gap:12px;grid-template-columns:repeat(2,minmax(0,1fr));height:auto;overflow:visible;width:100%}}@media (max-width:1279px){.place-single-container{padding:0;width:min(1280px,calc(100% - 40px))}}@media (max-width:767px){.place-single-page{padding:14px 0 36px}.place-single-container{padding:0;width:min(1280px,calc(100% - 28px))}.place-single-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.place-single-recommended-list{grid-template-columns:minmax(0,1fr)}.public-lightbox{padding:20px 14px}.public-lightbox__close{border-radius:12px;height:40px;right:10px;top:10px;width:40px}.public-lightbox__content,.public-lightbox__image{max-width:calc(100vw - 28px)}.public-lightbox__image{max-height:calc(100vh - 28px)}}
