/*
 * 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 > header {
  text-align: left;
}

header nav {
  font-size: 0.9rem;
}

header nav a {
  text-decoration: none;
  color: inherit;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font: inherit;
  cursor: pointer;
}

header nav a:hover {
  text-decoration: underline;
}

.title-link {
  text-decoration: none !important;
  color: inherit !important;
  background: none !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  font: inherit !important;
  cursor: pointer;
}

.title-link:hover {
  text-decoration: none !important;
  opacity: 0.8;
}

nav[aria-label="breadcrumb"] {
  margin-bottom: 1rem;
  font-size: 0.9rem;
  color: var(--text-light, #666);
}

nav[aria-label="breadcrumb"] a {
  text-decoration: none;
  color: var(--accent, #0066cc);
}

nav[aria-label="breadcrumb"] a:hover {
  text-decoration: underline;
}

main {
  padding: 0;
}
