
/* Braker Zeitung V26 – Widerruf unübersehbar, aber nicht aufdringlich */

/* Desktop-Hauptnavigation: Widerruf als eigener Button/Pill */
@media (min-width:1181px){
  .bzv7-nav > a[href="/widerruf"],
  .desktop-nav > a[href="/widerruf"]{
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    min-height:34px !important;
    padding:0 11px !important;
    border:1px solid rgba(169,22,43,.85) !important;
    border-bottom:1px solid rgba(169,22,43,.85) !important;
    border-radius:999px !important;
    background:rgba(169,22,43,.12) !important;
    color:#fff !important;
    font-weight:900 !important;
    letter-spacing:.01em !important;
  }

  .bzv7-nav > a[href="/widerruf"]:hover,
  .desktop-nav > a[href="/widerruf"]:hover,
  .bzv7-nav > a[href="/widerruf"][aria-current="page"],
  .desktop-nav > a[href="/widerruf"][aria-current="page"]{
    background:#a9162b !important;
    border-color:#a9162b !important;
    color:#fff !important;
  }
}

/* Mobile Navigation: klar als eigener Zugriff */
.bzv7-mobile-nav > a[href="/widerruf"],
.mobile-panel a[href="/widerruf"]{
  margin:8px 0 4px !important;
  padding:11px 12px !important;
  border:1px solid rgba(169,22,43,.72) !important;
  border-radius:8px !important;
  background:rgba(169,22,43,.12) !important;
  color:#fff !important;
  font-weight:900 !important;
}

/* Mitmachen-Fenster */
.bz-action-hub-item--withdrawal{
  border:1px solid rgba(169,22,43,.60) !important;
  background:rgba(169,22,43,.10) !important;
}
.bz-action-hub-item--withdrawal .bz-action-hub-icon{
  background:#a9162b !important;
  color:#fff !important;
}
.bz-action-hub-item--withdrawal .bz-action-hub-copy b{
  color:#fff !important;
}
.bz-action-hub-item--withdrawal:hover,
.bz-action-hub-item--withdrawal:focus-visible{
  background:rgba(169,22,43,.20) !important;
  border-color:#a9162b !important;
  outline:none !important;
}

/* Footer: Widerruf nicht wie irgendein unauffälliger Link */
body > footer.bzv7-footer.bzv7-footer .bzv7-footer-col a[href="/widerruf"]{
  color:#fff !important;
  font-weight:850 !important;
  border-left:3px solid #a9162b !important;
  padding-left:8px !important;
}
