/* Reservation + Passenger Information: same error-box proportions as Contact. */
html body #home-view #form-error-msg,
html body #checkout-view #checkout-form-error-msg{
    display:none;
    width:100%!important;
    color:#f3d7a1!important;
    background:linear-gradient(135deg,rgba(223,184,107,.085),rgba(223,184,107,.025))!important;
    border:1px solid rgba(223,184,107,.38)!important;
    border-left:2px solid var(--accent-gold)!important;
    border-radius:7px!important;
    padding:5.5px 13px!important;
    font-family:var(--font-ui)!important;
    font-size:.78rem!important;
    font-weight:500!important;
    line-height:1.5!important;
    letter-spacing:.01em!important;
    text-align:center!important;
    box-shadow:0 10px 28px rgba(0,0,0,.24)!important;
    box-sizing:border-box!important;
}
html body #home-view #form-error-msg[style*="display: block"],
html body #home-view #form-error-msg[style*="display:block"],
html body #checkout-view #checkout-form-error-msg[style*="display: block"],
html body #checkout-view #checkout-form-error-msg[style*="display:block"]{
    display:block!important;
}

/* Restore previous language-menu behavior: dropdown below the selected language block. */
html body header .language-menu{
    top:calc(100% + 7px)!important;
    bottom:auto!important;
    padding-top:6px!important;
    left:50%!important;
    right:auto!important;
    transform:translateX(-50%)!important;
    transform-origin:top center!important;
}
