/* Floral Bloom stacking fix: keep header menus above page content. */
html[data-theme="floral"] .modern-header {
  position: sticky !important;
  top: 0;
  z-index: 950 !important;
  overflow: visible;
}

html[data-theme="floral"] .modern-header-inner,
html[data-theme="floral"] .modern-header-actions {
  position: relative;
  overflow: visible;
}

html[data-theme="floral"] .profile-dropdown {
  z-index: 1200 !important;
}
