/* Galería ordenada y calendario visible */
.gallery{grid-template-columns:repeat(3,1fr)!important;grid-auto-flow:row!important}.gallery figure,.gallery figure:nth-child(n){grid-column:auto!important;grid-row:auto!important;aspect-ratio:4/5!important}.gallery figure img{object-position:center}.booking-calendar{margin:4px 0 22px;padding:17px;border:1px solid #e4d4c8;background:#fff9f4}.calendar-title{font:600 15px Georgia,serif;text-align:center;margin-bottom:13px}.calendar-week,.calendar-days{display:grid;grid-template-columns:repeat(7,1fr);text-align:center;gap:4px}.calendar-week{font-size:9px;color:#796960;margin-bottom:7px}.calendar-days button{border:0;background:#f1e6de;height:34px;cursor:pointer;font:12px Arial,sans-serif}.calendar-days button:hover,.calendar-days button.selected{background:#6d393b;color:#fff}@media(max-width:850px){.gallery{grid-template-columns:repeat(2,1fr)!important}}
