/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
 */

/* Import accessibility styles for WCAG AA compliance */
@import url("/assets/accessibility-b3bcea76.css");

/* Hide scrollbar for filter ribbon */
.filter-ribbon-scroll {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.filter-ribbon-scroll::-webkit-scrollbar {
  display: none;
}

/* Ensure dropdown menus are visible and positioned correctly */
[data-dropdown-menu-id] {
  position: absolute !important;
  z-index: 50 !important;
  background: white !important;
  border: 1px solid #d1d5db !important;
  border-radius: 8px !important;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
}

[data-dropdown-menu-id].hidden {
  display: none !important;
}

/* Custom prose styling for Trix editor content - admin only, loaded dynamically */
