/*
 * 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.
 */

@media (max-width: 520px) {
  .ht-nav-public .ht-nav-brand-text { display: none; }
  .ht-nav-public .ht-nav-sample { display: none; }
  .ht-nav-public { padding-left: 0.85rem !important; padding-right: 0.85rem !important; }
  .ht-nav-public .ht-nav-inner { gap: 0.65rem !important; }
}

@media (max-width: 860px) {
  .ht-nav-admin .ht-nav-inner { flex-wrap: wrap; row-gap: 0.5rem; }
  .ht-nav-admin .ht-nav-divider { display: none; }
}
@media (max-width: 520px) {
  .ht-nav-admin .ht-nav-brand-text { display: none; }
}
