/* ===== Add-ons Smart Building (garde la DA identique) ===== */
.topRight{
  display:flex;
  gap:10px;
  align-items:center;
  justify-content:flex-end;
}

.chipLink{
  cursor:pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.chipLink:hover{
  transform: translateY(-1px);
  box-shadow: var(--shadow);
}
