/* Exchange brand marks — shared EN/ES/DE rendering contract.
   Each SVG uses the same 120x28 artboard with optically normalized artwork. */
.xchg-logo{
  width:112px;
  height:30px;
  padding:4px 8px;
  background:#f7f8fa;
  border:1px solid #d8dde3;
  display:flex;
  align-items:center;
  justify-content:center;
  flex:none;
  overflow:hidden;
}
.xchg-logo img{
  width:100%;
  height:100%;
  object-fit:contain;
  display:block;
}
