/* ── "Поддержать автора" button — canonical styles for <support-btn> (components/support-btn.js).
   Single source of truth: don't add a new .btn-support rule elsewhere, link this file instead. */
.btn-support {
  display: flex; align-items: center; justify-content: center; gap: 6px;
  width: 100%; margin-top: 4px; padding: 12px 20px; border-radius: 12px;
  font-size: 12px; font-weight: 500; text-decoration: none;
  color: #fff; background: rgb(36 36 36);
  transition: background .15s;
}
.btn-support:hover { background: rgb(50 50 50); }
.btn-support svg { flex-shrink: 0; fill: #fff; stroke: none; }
