/* Custom styles for the public panel */
.fi-topbar-start {
    /* Override the default hidden class to make it visible on all screen sizes */
    display: flex !important;
}

/* Adjust logo size for mobile */
@media (max-width: 1024px) {
    .fi-logo {
        height: 5rem !important; /* Smaller logo on mobile */
    }
}
