/* Zalo OA widget — vị trí không đè float dock */
.zalo-chat-widget {
  position: fixed !important;
  right: max(14px, env(safe-area-inset-right, 0px)) !important;
  bottom: calc(168px + env(safe-area-inset-bottom, 0px)) !important;
  z-index: 8000 !important;
}

.zalo-chat-widget iframe {
  position: fixed !important;
  right: max(14px, env(safe-area-inset-right, 0px)) !important;
  bottom: calc(168px + env(safe-area-inset-bottom, 0px)) !important;
  z-index: 8000 !important;
}

iframe[id*="zalo" i],
iframe[src*="zalo" i] {
  position: fixed !important;
  right: max(14px, env(safe-area-inset-right, 0px)) !important;
  bottom: calc(168px + env(safe-area-inset-bottom, 0px)) !important;
  left: auto !important;
  top: auto !important;
  z-index: 8000 !important;
}

@media (max-width: 849px) {
  .zalo-chat-widget,
  .zalo-chat-widget iframe,
  iframe[id*="zalo" i],
  iframe[src*="zalo" i] {
    right: max(10px, env(safe-area-inset-right, 0px)) !important;
    bottom: calc(200px + env(safe-area-inset-bottom, 0px)) !important;
  }
}

/* Ẩn float bar cũ nếu còn trong HTML tĩnh */
.menu-float-right:not(.cms-float-dock) {
  display: none !important;
}
