/* Contoh styling agar logo lebih rapat & center di header mobile */
.filament-header-mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 1rem;
    background-color: white;
    border-bottom: 1px solid #e5e7eb;
}

.filament-header-mobile .brand-logo {
    display: flex;
    justify-content: center;
    flex-grow: 1;
}

.filament-header-mobile img {
    height: 24px;
}
