.bw-reactions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 1.5rem 0;
  padding: 1rem;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  background: #f8fafc;
}
.bw-react-btn {
  appearance: none;
  border: 1px solid #e2e8f0;
  background: #fff;
  border-radius: 8px;
  padding: 0.45rem 0.85rem;
  cursor: pointer;
  font: inherit;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}
.bw-react-btn:hover,
.bw-react-btn.is-active {
  border-color: #c41e3a;
  color: #c41e3a;
}
.bw-react-count {
  font-size: 0.85rem;
  opacity: 0.8;
}
.bw-newsletter-form {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
}
.bw-newsletter-form input[type="email"] {
  flex: 1;
  min-width: 160px;
  padding: 0.55rem 0.75rem;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  font: inherit;
}
.bw-newsletter-form button {
  appearance: none;
  border: 0;
  background: #c41e3a;
  color: #fff;
  padding: 0.55rem 1rem;
  border-radius: 8px;
  font-weight: 700;
  cursor: pointer;
  font: inherit;
}
.bw-newsletter-form button:hover { background: #e0244a; }
.bw-nl-message { width: 100%; margin: 0.35rem 0 0; font-size: 0.9rem; }
.bw-nl-message.is-ok { color: #0a7a3e; }
.bw-nl-message.is-err { color: #c41e3a; }
.bw-popular-list,
.bw-cat-posts-list,
.bw-breaking-shortcode ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.bw-popular-list li,
.bw-cat-posts-list li {
  padding: 0.4rem 0;
  border-bottom: 1px solid #e2e8f0;
}
.bw-views-count { opacity: 0.65; font-size: 0.85em; }
.bw-share-ui {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
  margin: 1rem 0;
}
.bw-share-link {
  display: inline-block;
  padding: 0.35rem 0.7rem;
  border-radius: 6px;
  border: 1px solid #e2e8f0;
  background: #fff;
  color: #1a1f2e;
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 600;
}
.bw-share-link:hover { border-color: #c41e3a; color: #c41e3a; }
.bw-share-views { font-size: 0.85rem; opacity: 0.8; }
html.bw-dark .bw-reactions,
html.bw-dark .bw-react-btn,
html.bw-dark .bw-newsletter-form input,
html.bw-dark .bw-share-link {
  background: #121a2a;
  border-color: #243049;
  color: #e8ecf4;
}
