.PhotoGallery-container{padding:1.5rem 0}.PhotoGallery-grid{grid-template-rows:repeat(2,1fr);grid-template-columns:repeat(4,1fr);gap:.5rem;height:500px;display:grid;position:relative}@media (max-width:768px){.PhotoGallery-grid{grid-template-rows:auto;grid-template-columns:1fr;height:auto}}.PhotoGallery-item{cursor:pointer;background-color:var(--muted);border-radius:16px;position:relative;overflow:hidden}.PhotoGallery-item:first-child{grid-area:span 2/span 2}@media (max-width:768px){.PhotoGallery-item:first-child{aspect-ratio:4/3;grid-area:span 1/span 1}.PhotoGallery-item:not(:first-child){display:none}}.PhotoGallery-image{object-fit:cover;width:100%;height:100%;transition:transform .4s}.PhotoGallery-item:hover .PhotoGallery-image{transform:scale(1.05)}.PhotoGallery-overlay{opacity:0;background:#0000004d;justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:absolute;inset:0}.PhotoGallery-item:hover .PhotoGallery-overlay{opacity:1}.PhotoGallery-counter{color:#fff;background:#000000b3;border-radius:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;position:absolute;bottom:1rem;right:1rem}.PhotoGallery-showAll{z-index:1;color:#000000b8;cursor:pointer;white-space:nowrap;background:#fff;border:none;border-bottom:2px solid #f2f2f2;border-radius:12px;align-items:center;gap:7px;height:44px;padding:0 15px;font-size:.8125rem;font-weight:500;transition:opacity .15s;display:flex;position:absolute;bottom:1rem;right:1rem;box-shadow:0 2px 5px #676e7614,0 0 0 1px #676e7629,0 1px 1px #0000001f}.PhotoGallery-showAll:hover{opacity:.85}.PhotoGallery-placeholder{background:var(--muted);height:500px;color:var(--muted-foreground);border-radius:1rem;justify-content:center;align-items:center;display:flex}[data-theme=dark] .PhotoGallery-showAll,[data-theme=dark-glass] .PhotoGallery-showAll{color:#ffffffd9;background:#ffffff14;border-bottom-color:#ffffff0d;box-shadow:0 2px 5px #0003,0 0 0 1px #ffffff1a,0 1px 1px #0003}
.Amenities-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}@media (min-width:768px){.Amenities-grid{grid-template-columns:repeat(3,1fr)}}.Amenities-item{align-items:center;gap:12px;display:flex}.Amenities-iconBox{background:#fff;border-bottom:2px solid #f2f2f2;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;min-width:36px;height:36px;padding:4px;display:flex;box-shadow:0 2px 5px #676e7614,0 0 0 1px #676e7629,0 1px 1px #0000001f}.Amenities-label{color:#000000b8;font-size:.8125rem;font-weight:500}[data-theme=dark] .Amenities-iconBox,[data-theme=dark-glass] .Amenities-iconBox{background:#ff99de;border-bottom:2px solid #ff70d1;border-radius:12px;box-shadow:0 2px 5px #ff8fdb14,0 0 0 1px #ff8fdb29,0 1px 1px #0000001f}[data-theme=dark] .Amenities-iconBox svg path,[data-theme=dark-glass] .Amenities-iconBox svg path{fill:#3a2534}[data-theme=dark] .Amenities-label,[data-theme=dark-glass] .Amenities-label{color:#ffffffb8}
