/* Dropdown creación rápida más ancho */
.dropdown-menu.dropdown-menu-right.animated.fadeIn.tw-text-base {
    min-width: 420px !important;
}

.dropdown-menu li a {
    display: flex;
    align-items: center;
    gap: 10px;
}

.dropdown-menu li a span {
    white-space: nowrap;
}

/* FIX lupa buscador */
body #top_search_button {
    left: calc(-38vw + 16px) !important;
}

