﻿.logo-container {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%; 
    overflow: hidden; 
    flex-shrink: 0; 
    background-color: white; 
}

.logo-container img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
}