/* CAMALARM T163 — bandeau réparation liens client */
#t163LinkBanner {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  background:#eff6ff;
  color:#0f3d67;
  border:1px solid #bfdbfe;
  border-radius:12px;
  padding:10px 14px;
  margin:0 0 12px;
  font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
  font-size:13px;
  box-shadow:0 1px 3px rgba(15,23,42,.06);
}
#t163LinkBanner strong { font-weight:850; }
#t163LinkBanner button {
  border:1px solid #0f3d67;
  background:#0f3d67;
  color:white;
  border-radius:9px;
  padding:7px 10px;
  font-size:12px;
  font-weight:850;
  cursor:pointer;
}
#t163LinkBanner button:hover {
  background:#e65100;
  border-color:#e65100;
}
