/* Custom styles for company logos in dark mode */
.dark .company-logo-dark {
    filter: brightness(0) invert(1) !important;
    opacity: 1 !important;
}

/* Override any other styles that might be affecting the logos */
.dark .company-card img {
    filter: brightness(0) invert(1) !important;
    opacity: 1 !important;
}
