/* Wrapper utama jadi flex horizontal */
.navbar-brand {
    display: flex !important;
    flex-direction: row;
    align-items: center;
    gap: 15px;
}

/* Penting! Hilangkan block pada link pembungkus gambar */
.brand-logo {
    display: flex !important;
    align-items: center;
}

/* Atur ukuran logo */
.brand-logo img {
    width: 50px;
    height: 50px;
}

/* Style teks PTM Gloria */
.site-description {
    font-size: 20px;
    font-weight: bold;
    color: white;
}