/* Breadcrumb Navigation Styles */
.breadcrumb {
  display: none; /* Hidden to prevent white bar */
  background-color: #f8f9fa;
  padding: 0.75rem 0;
  border-bottom: 1px solid #e9ecef;
}

.breadcrumb-list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
}

.breadcrumb-list li {
  display: flex;
  align-items: center;
}

.breadcrumb-list li:not(:last-child)::after {
  content: "›";
  margin: 0 0.5rem;
  color: #6c757d;
  font-weight: bold;
}

.breadcrumb-list a {
  color: #0056b3;
  text-decoration: none;
  font-size: 0.875rem;
}

.breadcrumb-list a:hover {
  text-decoration: underline;
}

.breadcrumb-list li[aria-current="page"] {
  color: #6c757d;
  font-size: 0.875rem;
}

/* Additional SEO-friendly styles */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

/* Schema.org microdata styles */
[itemscope] {
  display: block;
}

/* Skip to content link for accessibility */
.skip-link {
  position: absolute;
  top: -40px;
  left: 6px;
  background: #000;
  color: #fff;
  padding: 8px;
  text-decoration: none;
  z-index: 1000;
}

.skip-link:focus {
  top: 6px;
}
