/* ========================================================================
   File: css/followers.css
   Purpose: Micro-styles for Followers CTA/link, non-invasive.
   Keep dark theme; do not change existing palette.
   ======================================================================== */

/* ==================== Section(View List Link)Start ================= */
.bd-followers-link{
  display:inline-block;
  margin-left:6px;
  font-size:.95em;
  text-decoration:none;
  border-bottom:1px dotted rgba(255,255,255,.35);
}
.bd-followers-link:hover{ border-bottom-style:solid; }
/* ==================== Section(View List Link)End =================== */

/* ==================== Section(Inline Toggle A11y)Start ============= */
.bd-follow-toggle:focus{
  outline:2px solid rgba(255,255,255,.25);
  outline-offset:2px;
}
.bd-follow-toggle[data-following="1"]{ opacity:.95; } /* subtle, keeps your colors */
/* ==================== Section(Inline Toggle A11y)End =============== */
