/* Buat override lebih spesifik dari aturan aslinya */
.user-menu .custom-user-dropdown {
    min-width: 180px !important;
    width: 180px !important;
    padding: 0.4rem 0.3rem !important;
    border-radius: 0.4rem;
}

.user-menu .custom-user-dropdown .dropdown-item {
    font-size: 0.9rem !important;
    padding: 0.4rem 0.9rem !important;
}

.user-menu .custom-user-dropdown .dropdown-item i {
    width: 16px;
    text-align: center;
}

#map { 
    height: 400px; 
}

/* custom.css */
.mt-6  { margin-top: 3.5rem !important; }
.mt-7  { margin-top: 4rem !important; }
.mt-8  { margin-top: 4.5rem !important; }
.mt-10 { margin-top: 6rem !important; }