/*!
 * ===========================
 * Author: Steve Gotthardt
 * Created: 1/2026
 * ===========================
 */

.title-block .breadcrumbs a {
  font-weight:600;
}
@media screen and (min-width: 960px) {
  .title-block__content {
    background: linear-gradient(to right, rgba(255,255,255,0.1) 0%,rgba(255,255,255,0) 100%);
    color:#262626;
    &::before {
      background: rgba(255,255,255,0.1);
    }
  }
  .title-block .page-title,
  .title-block .breadcrumbs,
  .title-block .breadcrumbs a,
  .title-block .sfContentBlock {
    color:#262626;
    text-shadow:none;
  }
  .title-block .breadcrumbs a:hover,
  .title-block .breadcrumbs a:focus {
    color:#262626;
  }
}