.guest-language{box-sizing:border-box;display:flex;justify-content:flex-end;align-items:center;gap:12px;padding:9px clamp(14px,4vw,60px);background:#153bba;color:#fff;font:600 13px/1.3 Arial,sans-serif;position:relative;z-index:65;direction:ltr;min-height:54px}.guest-language label{display:flex;align-items:center;gap:8px}.guest-language select{color:#11255b;background:#fff;border:2px solid #fff;border-radius:6px;padding:8px 30px 8px 12px;min-height:40px;font:600 14px Arial,sans-serif;cursor:pointer;max-width:190px}.guest-language select:focus-visible{outline:3px solid #fff;outline-offset:3px}.guest-language option{color:#11255b;background:#fff}html[dir=rtl] .day,html[dir=rtl] .desk,html[dir=rtl] .list,html[dir=rtl] .hero-copy{text-align:right}@media(max-width:600px){.guest-language{justify-content:space-between;padding:8px 14px;gap:8px}.guest-language select{max-width:170px}.guest-language .welcome{display:none}}