.representation-filter select { border-radius: 0; border-color: #CED4DA; }

.representation-list .logo-wrapper { height: 120px; display: flex; align-items: center; justify-content: center; padding: 6px; background-color: #fff; }

.representation-list .logo-img { max-height: 100%; width: auto; object-fit: contain; }

.representation-list .card { transition: box-shadow 0.25s ease, transform 0.25s ease, filter 0.25s ease; box-shadow: 0 1px 4px rgba(0,0,0,0.10); }

.representation-list .card:hover, .representation-list .card:active, .representation-list .card:focus { transform: translateY(-3px); box-shadow: 0 4px 8px rgba(0,0,0,0.22); filter: brightness(1.02); }

.representation-list .logo-wrapper { background-color: #969696; }
