/* Sitemap Page - aptekamiodowa */
#sitemap {
  padding: 20px 0;
}
#sitemap h1 {
  font-size: 24px;
  color: #333;
  margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: 2px solid #e8a000;
}
.sitemap-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 20px;
}
.sitemap-section {
  flex: 1 1 200px;
  min-width: 180px;
}
.sitemap-section h3 {
  font-size: 15px;
  font-weight: bold;
  color: #e8a000;
  margin-bottom: 12px;
  padding-bottom: 6px;
  border-bottom: 1px solid #eee;
}
.sitemap-section h3 a {
  color: inherit;
  text-decoration: none;
}
.sitemap-section h3 a:hover {
  text-decoration: underline;
}
.sitemap-section ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sitemap-section ul li {
  padding: 3px 0;
}
.sitemap-section ul li a {
  font-size: 13px;
  color: #555;
  text-decoration: none;
  padding-left: 12px;
  position: relative;
  display: block;
  line-height: 1.5;
}
.sitemap-section ul li a:before {
  content: '›';
  position: absolute;
  left: 0;
  color: #e8a000;
}
.sitemap-section ul li a:hover {
  color: #e8a000;
}
/* Nested subcategories */
.sitemap-section ul ul {
  padding-left: 15px;
  margin-top: 3px;
}
.sitemap-section ul ul li a {
  font-size: 12px;
  color: #777;
}
.sitemap-section ul ul li a:before {
  content: '–';
  color: #bbb;
}
/* Pages section */
.sitemap-pages,
.sitemap-categories,
.sitemap-manufacturers,
.sitemap-suppliers,
.sitemap-shops {
  margin-bottom: 25px;
}
.sitemap-pages h3,
.sitemap-categories h3,
.sitemap-manufacturers h3,
.sitemap-suppliers h3,
.sitemap-shops h3 {
  font-size: 16px;
  color: #333;
  font-weight: bold;
  margin-bottom: 12px;
  padding-left: 10px;
  border-left: 3px solid #e8a000;
}
