/******************
    User custom CSS
    ---------------

    In this file you can add your own custom CSS
    It will be loaded last, so you can override any other property.
    Also, it will never be updated. So if you inheritate a core template and just add here some CSS, you'll still benefit of all the updates
*/

.navbar-brand {
    display: flex;
    align-items: center;
    height: 100%; /* Ensure the container takes full height */
}

.map-image img {
    width: 100%;      /* Default width: fills available space */
    max-width: 100px; /* Maximum width: prevents images from exceeding 400px */
    height: auto;     /* Maintain aspect ratio */
}


