/*

Custom style

You can override the default class or style here

This file will not be overwritten by the updater

*/

h1.item-title {
  font-weight: bold;
  padding-bottom: 10px;
  font-size: 1.3rem;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  margin-top: 20px;
}

h2 {
  font-weight: bold;
  padding-bottom: 10px;
  font-size: 1.3rem;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  margin-top: 20px;
}

.breadcrumbs ol { 
  list-style: none; 
  padding: 0; 
  margin: 10px 0 15px; 
  display: flex; 
  flex-wrap: wrap; 
  gap: 8px; 
}
.breadcrumbs li { 
  font-size: 14px; 
}
.breadcrumbs li::after { 
  content: "/"; 
  margin-left: 8px; 
  opacity: 0.5; 
}
.breadcrumbs li:last-child::after { 
  content: ""; 
}
.breadcrumbs a { 
  text-decoration: none; 
}
