/**
 * Copyright 2024-2025 Kronseder & Reiner GmbH, smartics
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/**
 * Render Breadcrumbs.
 */
#breadcrumb-section #breadcrumbs {
  overflow: visible;
}
#breadcrumb-section #breadcrumbs li {
  display: inline;
  white-space: normal;
  padding: 5px 5px 5px 0;
}
#breadcrumbs li {
  display: inline-block;
  font-size: 14px;
  color: #333;
}
#breadcrumbs {
  padding: 0;
  margin: 0;
  font-size: 0;
}

#breadcrumb-section #breadcrumbs li span,
#breadcrumb-section #breadcrumbs li span a {
  line-height: 18px;
  font-size: 14px;
}
#breadcrumb-section #breadcrumbs li span a {
  color: #0052CC;
}
#breadcrumb-section #breadcrumbs li:before {
  padding: 0 2px 0 2px;
}
#breadcrumbs li:before {
  content: "/";
  display: inline-block;
  padding: 0 2px 0 6px;
}
/* ... /Render Breadcrumbs ... */
