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

/* Navbar dropdown buttons */
.nav-dropdown-btn {
  display: inline-flex;
  align-items: center;
  font-size: 0.875rem;
  font-weight: 500;
  transition: color 0.15s;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

.nav-dropdown-btn:hover {
  color: #111827;
}

.nav-dropdown-btn.text-blue-600 {
  border-bottom: 2px solid #2563eb;
  padding-bottom: 4px;
}
