/* Breathtaking Lagoon 6.1.7 — reading-first mobile controls.
   On phones, Share Trip, Travel Alerts and Help live in normal document flow
   before the footer instead of floating over readable content. */
.bl617-mobile-tools{display:none}
@media (max-width:760px){
  .bl617-mobile-tools{
    display:block;
    width:min(100% - 24px,760px);
    margin:22px auto 18px;
    padding:14px;
    border:1px solid rgba(121,231,205,.22);
    border-radius:18px;
    background:rgba(7,29,43,.055);
    box-sizing:border-box;
    font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
    clear:both;
  }
  html[data-theme="dark"] .bl617-mobile-tools,
  body[data-theme="dark"] .bl617-mobile-tools{
    background:rgba(255,255,255,.035);
    border-color:rgba(121,231,205,.24);
  }
  .bl617-mobile-tools__title{
    margin:0 0 10px;
    font:800 12px/1.2 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
    letter-spacing:.08em;
    text-transform:uppercase;
    opacity:.68;
  }
  .bl617-mobile-tools__row{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:8px;
  }
  .bl617-mobile-tools .bl615-share-launch,
  .bl617-mobile-tools .bl-push-trigger-fixed,
  .bl617-mobile-tools #bl-assistant-launcher{
    position:static!important;
    inset:auto!important;
    left:auto!important;
    right:auto!important;
    top:auto!important;
    bottom:auto!important;
    z-index:auto!important;
    visibility:visible!important;
    pointer-events:auto!important;
    display:inline-flex!important;
    width:100%!important;
    min-width:0!important;
    min-height:46px!important;
    height:46px!important;
    margin:0!important;
    padding:8px 7px!important;
    border-radius:13px!important;
    transform:none!important;
    box-shadow:none!important;
    justify-content:center!important;
    align-items:center!important;
    gap:5px!important;
    font-size:12px!important;
    line-height:1.1!important;
    white-space:normal!important;
    text-align:center!important;
  }
  .bl617-mobile-tools #bl-assistant-launcher .bl-assistant-launcher-label{font-size:12px!important}
  .bl617-mobile-tools #bl-assistant-launcher > span[aria-hidden="true"]{font-size:17px!important}
  .bl617-mobile-tools .bl-push-trigger-fixed .bl-push-dot{width:10px!important;height:10px!important;flex:0 0 10px!important}
  .bl617-mobile-tools .bl615-share-launch:hover,
  .bl617-mobile-tools .bl615-share-launch:focus-visible,
  .bl617-mobile-tools #bl-assistant-launcher:hover{transform:none!important}
  /* Existing panels/dialogs remain overlays only after the visitor opens a tool. */
  .bl-push-panel{bottom:max(12px,env(safe-area-inset-bottom))!important}
  .bl615-toast{bottom:max(16px,env(safe-area-inset-bottom))!important}
}
@media (max-width:390px){
  .bl617-mobile-tools{width:calc(100% - 16px);padding:10px;margin:18px auto 14px}
  .bl617-mobile-tools__row{gap:6px}
  .bl617-mobile-tools .bl615-share-launch,
  .bl617-mobile-tools .bl-push-trigger-fixed,
  .bl617-mobile-tools #bl-assistant-launcher{font-size:11px!important;padding:7px 5px!important}
  .bl617-mobile-tools #bl-assistant-launcher .bl-assistant-launcher-label{font-size:11px!important}
}
