/* Client logo showcase grid */
.client-logo-card {
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    min-height: 110px;
    transition: box-shadow .15s ease-in-out;
}

.client-logo-card__img {
    max-width: 100%;
    max-height: 70px;
    object-fit: contain;
}

.client-logo-card:hover {
    box-shadow: 0 .5rem 1rem rgba(var(--bs-primary-rgb), .15) !important;
}

.client-modal__img {
    max-width: 100%;
    max-height: 90px;
    object-fit: contain;
}
