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

body {
  margin: 0;
  font-family: Arial, sans-serif;
}

main {
  padding: 16px;
}

.topbar {
  border-bottom: 1px solid #e5e7eb;
  background: #f9fafb;
  padding: 10px 16px;
}

.topbar-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.topbar-links {
  display: flex;
  gap: 10px;
  align-items: center;
}

.flash {
  margin: 0;
  padding: 10px 16px;
}

.flash-notice {
  background: #ecfdf5;
}

.flash-alert {
  background: #fef2f2;
}
