/* Breadcrumb styling for non-front pages */
body:not(.path-frontpage) .breadcrumb {
  background: #f8f9fa;
  padding: 1rem;
  border-radius: 0.375rem;
}

body:not(.path-frontpage) .breadcrumb-item + .breadcrumb-item::before {
  color: #6c757d;
}

body:not(.path-frontpage) .breadcrumb-item a {
  color: #0d6efd;
  text-decoration: none;
}

body:not(.path-frontpage) .breadcrumb-item.active {
  color: #6c757d;
}

/* Page title and breadcrumb styling */
.page-title {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 3rem 0 2rem;
}

.page-title h1 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.breadcrumb {
  background: transparent;
  padding: 0;
  margin: 0;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.7);
}

.breadcrumb-item a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}

.breadcrumb-item.active {
  color: white;
}

/* Content area styling */
.node-content,
.article-content {
  background: white;
  padding: 2rem;
  border-radius: 0.5rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  margin-bottom: 2rem;
}
