/* ============================================
   BREMANGER relocation articles — shared extras
   Adds a small source/translation note strip below the
   author bar. Everything else uses the shared art- blocks.
   ============================================ */
.br-note {
  background: rgba(42, 143, 138, 0.05);
  border-top: 1px solid rgba(42, 143, 138, 0.15);
  border-bottom: 1px solid rgba(42, 143, 138, 0.15);
  padding: 14px 0;
  margin-bottom: 0;
}
.br-note__inner {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 24px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.82rem;
  font-style: italic;
  line-height: 1.5;
  color: #5a6472;
  text-align: center;
}
.br-note__inner a {
  color: #2a8f8a;
  text-decoration: none;
  border-bottom: 1px solid rgba(42, 143, 138, 0.4);
}
.br-note__inner a:hover { border-bottom-color: #2a8f8a; }
