.debug-message {
  display: none !important;
}

/* .debug-message {
  display: block !important;
  background: #000;
  color: #0f0;
  padding: 6px;
  font-size: 12px;
} */

.page-logo {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}

.page-logo img {
  max-width: 300px;
  height: auto;
}

.page-container {
  background-size: cover;
  background-position: center;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0 0 1rem 0;
  background: transparent;
}

.breadcrumb-item {
  display: flex;
  align-items: center;
  font-size: 0.9rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "›";  /* Or "/" if you prefer */
  padding: 0 0.5rem;
  color: #555;
}

.breadcrumb-item a {
  color: #007bff;
  text-decoration: none;
}

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

.breadcrumb-item.active {
  color: #6c757d;
}
