.stay-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:28px 0}.stay-gallery img{width:100%;height:230px;object-fit:cover;border-radius:16px}.stay-columns{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(0,1fr);gap:38px}.stay-calendar{background:white;padding:24px;border:1px solid #dfe7df;border-radius:20px}.stay-calendar table{width:100%;table-layout:fixed;text-align:center;border-spacing:5px;margin:20px 0}.stay-calendar td{padding:8px 0;border-radius:6px}.stay-calendar caption{font-weight:700;padding:12px}.stay-calendar label{display:grid;gap:8px;margin:12px 0}.stay-calendar input{font:inherit;border:1px solid #aabfb0;border-radius:8px;padding:10px;width:100%}.stay-calendar .available{background:#e0f0da;color:#214d2a}.stay-calendar .unavailable{background:#ffe3df;color:#8b2922;text-decoration:line-through}.stay-calendar .past{color:#777;background:#eee}a:focus-visible,button:focus-visible,input:focus-visible{outline:3px solid #df8833;outline-offset:3px}@media(max-width:760px){.stay-columns{grid-template-columns:1fr}.stay-gallery{grid-template-columns:repeat(2,minmax(0,1fr))}.stay-gallery img{height:170px}.stay-calendar{padding:16px}}@media(max-width:400px){.stay-gallery img{height:130px}}
