/* --- Header custom style (đen trắng) --- */

/* Style cho link active trên mobile */
.mobile-nav-link.active-link {
    background-color: #e5e7eb; /* gray-200 */
}

.mobile-nav-link.active-link span {
    color: #000; /* text-black */
}
