.tw-menu {
    display: flex;
    gap: 1rem; /* optional: space between items */
}

.tw-max-w-screen-xl {
    max-width: 1380px;
}

ul.tw-menu li a.tw-active {
    border-radius: 10px;
}

.mobile-app-login, 
html:has(.mobile-app-header), 
body:has(.mobile-app-header), 
:has(.mobile-app-header) .tw-navbar, 
:has(.mobile-app-header) .tw-bg-white {
    background: #FEFAF5;
}