/* Gestão de Parceiros - Estilos */

.logo-cell {
    width: 80px;
    text-align: center;
}

.logo-thumbnail {
    max-width: 60px;
    max-height: 60px;
    object-fit: contain;
}

.btn-group {
    display: flex;
    gap: 0.25rem;
}

.btn-group .btn {
    white-space: nowrap;
}
