/* ========================================
   BREADCRUMBS
   ======================================== */

.breadcrumbs {
  padding: 1rem 2rem;
  font-size: 0.9rem;
  color: #666;
  background-color: #f8f9fa;
  border-bottom: 1px solid #eee;
  margin-bottom: 1.5rem;
}

.breadcrumbs a {
  color: #1a3d2b;
  text-decoration: none;
  font-weight: 500;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

.breadcrumbs .separator {
  margin: 0 0.5rem;
  color: #aaa;
  font-weight: 300;
}

.breadcrumbs .current {
  color: #1a3d2b;
  font-weight: 600;
}

/* Mobile */
@media (max-width: 768px) {
  .breadcrumbs {
    padding: 0.75rem 1rem;
    font-size: 0.85rem;
  }
}