/* Ship2Buy — Node: hartknop uiterlijk */
.s2b-heartlink{
  display:inline-flex; align-items:center; justify-content:center;
  width:36px; height:36px; border-radius:999px;
  background:#fff; border:1px solid #e5e7eb;
  box-shadow:0 2px 8px rgba(0,0,0,.10);
  transition:transform .12s, box-shadow .12s, opacity .12s;
  text-decoration:none !important;
  background-image:none !important;
  font-size:0; color:inherit; text-indent:0; overflow:hidden; white-space:nowrap;
}
.s2b-heartlink:hover{ transform:translateY(-1px); box-shadow:0 3px 12px rgba(0,0,0,.12); }
.s2b-heartlink .s2b-heart-icon{ width:18px; height:18px; display:block; }

/* Dark mode: donkere knop-achtergrond */
.is-dark .s2b-heartlink{
  background:#0b0b0d; border-color:#1a1a1e; box-shadow:0 2px 10px rgba(0,0,0,.35);
}

/* Kill legacy background/pseudo icons */
.schepen-fav a, .schepen-fav button{ background-image:none !important; }
.schepen-fav a::before, .schepen-fav button::before{ content:none !important; }

/* Mocht 'visually-hidden' toch ergens blijven hangen in .schepen-fav */
.schepen-fav .s2b-flag-original.visually-hidden{
  position: static !important;
  clip: auto !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  white-space: normal !important;
}

