/* Editorial depth and a complete five-image gallery for every stay type. */
.stable-stay-editorial{display:grid;grid-template-columns:1.1fr .9fr;gap:50px;align-items:start;border-top:1px solid #ded7c8}.stable-stay-editorial p{font-size:1.12rem;line-height:1.9;color:#435b4d;margin:0}.stable-stay-editorial aside{background:#e9e0ce;padding:30px;border-radius:18px}.stable-stay-editorial aside>span{display:block;color:#9c6922;font-weight:800;font-size:.78rem;letter-spacing:.08em;margin-bottom:12px}.stable-stay-editorial aside ul{list-style:none;padding:0;margin:22px 0 0}.stable-stay-editorial aside li{padding:10px 0;border-top:1px solid rgba(22,72,50,.16);font-weight:700}.stable-stay-editorial aside li:before{content:'•';color:#a8752b;margin-inline-end:9px}.stable-stay-gallery>div{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:22px}.stable-stay-gallery figure{margin:0;grid-column:span 2}.stable-stay-gallery figure:nth-child(1),.stable-stay-gallery figure:nth-child(2){grid-column:span 3}.stable-stay-gallery img{height:320px}@media(max-width:800px){.stable-stay-editorial{grid-template-columns:1fr}.stable-stay-gallery figure,.stable-stay-gallery figure:nth-child(1),.stable-stay-gallery figure:nth-child(2){grid-column:auto}}
