/* Keep all three actions usable at every screen width without covering page content. */
body{padding-bottom:90px!important}
.floating-actions{position:fixed!important;left:0!important;right:0!important;bottom:0!important;top:auto!important;display:flex!important;justify-content:center;gap:10px;padding:12px 16px calc(12px + env(safe-area-inset-bottom));background:#191e24;z-index:1000;width:100%!important;box-sizing:border-box;border-top:1px solid #c6ad7e}
.floating-actions a{display:flex;align-items:center;justify-content:center;flex:1;max-width:240px;min-height:46px;padding:10px 16px!important;border-radius:6px;text-decoration:none;text-align:center;font-size:16px!important;line-height:1.2;box-sizing:border-box}
.floating-actions .floating-call{background:#7a4b35!important;color:#fff!important;font-weight:700}
.floating-actions .floating-book{background:#dfc293;color:#171b21;font-weight:700}
#site-menu .book-online-nav{white-space:nowrap;background:#dfc293!important;color:#171b21!important;border-radius:6px;padding:12px 16px}
@media(max-width:600px){.floating-actions{gap:6px;padding-left:8px;padding-right:8px}.floating-actions a{padding:9px 5px!important;font-size:14px!important}.site-menu .book-online-nav{display:block;text-align:center}}
