/* Cypress River Oasis isolated-shell enhancement: bilingual controls + concierge button. */
.crosh-language{display:flex;align-items:center;gap:3px;padding:3px;border:1px solid rgba(255,255,255,.2);border-radius:999px;background:rgba(255,255,255,.04)}
.crosh-language button{min-width:31px;min-height:30px;padding:0 7px;border:0;border-radius:999px;background:transparent;color:#c9d4d5;font-size:10px;font-weight:900;cursor:pointer}
.crosh-language button.active{background:#fff;color:var(--crosh-deep)}
.crosh-footer-chat{border:0;background:transparent;padding:0;color:#c9d4d5;font:inherit;font-size:13px;cursor:pointer;text-align:left}
.crosh-footer-chat:hover,.crosh-footer-chat:focus-visible{color:var(--crosh-aqua)}
@media(min-width:981px){.crosh-nav{grid-template-columns:auto 1fr auto auto auto}}
@media(max-width:980px){.crosh-nav{display:flex}.crosh-brand{margin-right:auto}.crosh-language{margin-left:auto}.crosh-menu{flex:0 0 auto}}
@media(max-width:390px){.crosh-language button{min-width:27px;padding:0 5px}.crosh-language{gap:1px;padding:2px}.crosh-brand img{width:130px}}
