/* Braker Zeitung V61 – finaler Header-Feinschliff
   1) Keine Such-/Lupen-Schaltfläche im Header.
   2) Widerruf-Pill auf allen Header-Typen identisch zum Startseitenstandard.
   Diese Datei wird als letzte Header-Regel geladen und soll ältere Varianten neutralisieren. */

/* Suche/Lupe sitewide im Header ausblenden. Das mobile Menü bleibt erhalten. */
html body header .bzv7-icon-btn,
html body header a[aria-label*="suche" i],
html body header button[aria-label*="suche" i],
html body header a[title*="suche" i],
html body header button[title*="suche" i],
html body header [class*="header-search" i],
html body header [class*="search-button" i],
html body header [class*="search-btn" i],
html body header [class*="search-toggle" i],
html body header [data-search-toggle],
html body header .bzv7-header-actions > a,
html body header .bzv7-header-actions > button:not(.bzv7-menu-btn) {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* Desktop: Widerruf als dezente, saubere Pill – überall identisch. */
@media (min-width: 760px) {
  html body header .bzv7-nav > a[href="/widerruf"],
  html body header .desktop-nav > a[href="/widerruf"] {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-sizing: border-box !important;
    min-height: 34px !important;
    height: 34px !important;
    padding: 0 12px !important;
    margin: 0 !important;
    border: 1px solid rgba(169, 22, 43, .88) !important;
    border-bottom: 1px solid rgba(169, 22, 43, .88) !important;
    border-radius: 999px !important;
    background: transparent !important;
    color: rgba(255,255,255,.82) !important;
    -webkit-text-fill-color: rgba(255,255,255,.82) !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 12px !important;
    font-style: normal !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
    text-decoration: none !important;
    text-transform: none !important;
    box-shadow: none !important;
    outline: 0 !important;
    transform: none !important;
  }

  /* Allgemeine Aktiv-Markierungen dürfen die Pill nicht durchschneiden. */
  html body header .bzv7-nav > a[href="/widerruf"]::before,
  html body header .bzv7-nav > a[href="/widerruf"]::after,
  html body header .desktop-nav > a[href="/widerruf"]::before,
  html body header .desktop-nav > a[href="/widerruf"]::after {
    content: none !important;
    display: none !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  html body header .bzv7-nav > a[href="/widerruf"].active,
  html body header .bzv7-nav > a[href="/widerruf"][aria-current="page"],
  html body header .desktop-nav > a[href="/widerruf"].active,
  html body header .desktop-nav > a[href="/widerruf"][aria-current="page"] {
    border: 1px solid rgba(169, 22, 43, .92) !important;
    border-bottom: 1px solid rgba(169, 22, 43, .92) !important;
    background: rgba(169, 22, 43, .055) !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    box-shadow: none !important;
  }

  html body header .bzv7-nav > a[href="/widerruf"]:hover,
  html body header .bzv7-nav > a[href="/widerruf"]:focus-visible,
  html body header .desktop-nav > a[href="/widerruf"]:hover,
  html body header .desktop-nav > a[href="/widerruf"]:focus-visible {
    border-color: #a9162b !important;
    border-bottom-color: #a9162b !important;
    background: rgba(169, 22, 43, .12) !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    outline: none !important;
  }
}
