/* ML3T Custom Styles */

/* Override DaisyUI styles here */
.ml3t-container {
    @apply container mx-auto px-4;
}

/* Navbar Adaptive Styles */
.navbar-adaptive {
    @apply bg-white/95 backdrop-blur-sm;
}

.navbar-transparent {
    @apply bg-transparent backdrop-blur-none;
}

.navbar-solid {
    @apply bg-white shadow-md;
}

.navbar-scrolled {
    @apply bg-white/98 backdrop-blur-md;
}

.navbar-text {
    @apply text-gray-700;
}

.navbar-transparent .navbar-text {
    @apply text-white;
}

.navbar-link {
    @apply text-gray-700;
}

.navbar-transparent .navbar-link {
    @apply text-white;
}

/* Additional custom styles */
