/*
 * Header brand refinement — v1.6.9
 *
 * The original three-stripe mark was drawn by the child theme with the
 * ::before pseudo-element. Hide only that decorative mark, leaving the
 * existing header layout, navigation, link destination, and responsive rules
 * intact. The matching standalone icon is included in the update package.
 */

.lbr-brand a::before {
  content: none !important;
  display: none !important;
  margin-right: 0 !important;
}

.lbr-brand .lbr-brand-mark {
  display: none !important;
}

.lbr-brand .lbr-brand-title {
  color: #23313a !important;
  margin-left: 0 !important;
}
