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

/* Navigation Styles */
.navbar-brand {
  font-weight: bold;
  font-size: 1.5rem;
}

.dropdown-item[type="submit"] {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  padding: 0.25rem 1rem;
  cursor: pointer;
}

.dropdown-item[type="submit"]:hover {
  background-color: #f8f9fa;
}

/* Main Content */
body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.container {
  flex: 1;
}
