@media (min-width: 1024px) {
    nav > div.hidden.lg\:flex {
        display: flex !important;
    }
}

@media (max-width: 1023px) {
    nav > div.hidden.lg\:flex {
        display: none !important;
    }
}

.navbar .space-x-4 a,
.navbar .space-y-2 a {
    color: #ffffff !important;
    text-decoration: none !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-size: 1.1rem !important;
    opacity: 0.95;
}

.navbar .space-x-4 a:hover,
.navbar .space-y-2 a:hover {
    opacity: 1;
    background: rgba(255, 255, 255, 0.12) !important;
}

.navbar .space-x-4 a.bg-gray-200,
.navbar .space-y-2 a.bg-gray-600 {
    background: rgba(255, 255, 255, 0.18) !important;
    opacity: 1;
}

.navbar .space-x-4 a {
    font-size: 0.9rem !important;
}

.navbar .space-y-2 a {
    font-size: 1.1rem !important;
}

@media (min-width: 768px) {
    .navbar .space-x-4 a {
        font-size: 1.0rem !important;
    }
}

@media (min-width: 1024px) {
    .navbar .space-x-4 a {
        font-size: 1.1rem !important;
    }
}