#amenities .costa-expanded{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:48px 32px}
#amenities .costa-expanded img{width:100%;height:auto;aspect-ratio:16/9;object-fit:cover}
#amenities .costa-expanded h3{margin:22px 0 10px}
#amenities .costa-expanded p{margin:0}
.costa-indoor{max-width:850px;margin:56px auto 0;padding:32px;background:#eee9dd;border-radius:12px}
.costa-indoor h3{margin:14px 0}.costa-indoor p{margin:0}
@media(max-width:700px){#amenities .costa-expanded{grid-template-columns:1fr;gap:32px}.costa-indoor{padding:24px}}
