#country_selector {
    position: relative;
}

#country_selector .country-selector-wrapper {
    position: relative;
    display: inline-block;
}

#country_selector .expand-more {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    padding: 0.25rem 0.5rem;
    background-color: transparent;
    min-width: auto;
    width: auto;
    color: #fff;
}

#country_selector .expand-more:hover {
    text-decoration: none;
}

#country_selector .expand-more i {
    margin-left: 0.5rem;
}

#country_selector .dropdown-menu.change-country-language {
    padding: 1rem;
    border-radius: 0.25rem;
    margin-top: 5px;
    border: 1px solid #000;
    position: absolute !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    min-width: 280px;
    right: auto !important;
    top: 100% !important;
}

/* Bocadillo hacia arriba */
#country_selector .dropdown-menu.change-country-language::before {
    content: '';
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #000;
}
/* Bocadillo hacia arriba */
#country_selector .dropdown-menu.change-country-language::after {
    content: '';
    position: absolute;
    top: -7px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
}

#country_selector .dropdown-header {
    color: #495057;
    font-weight: 600;
    font-size: 0.875rem;
    padding: 0.75rem 1rem 0.5rem;
    margin: 0;
    border: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

#country_selector .dropdown-divider {
    margin: 1rem 0;
    border-top: 1px solid #dee2e6;
}

.language-section , .country-section{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.language-section select, .country-section select{
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    width: 100%;
    min-width: 150px;
}
/* Estilos para móvil */
/* @media (max-width: 767px) {
    #country_selector .dropdown-menu.change-country-language {
        min-width: 250px;
        left: auto;
        right: 0;
        padding: 0.75rem;
        margin-top: 5px;
    }
    
    #country_selector .dropdown-menu.change-country-language::before {
        right: 20px;
        left: auto;
    }
    
    #country_selector .dropdown-menu.change-country-language::after {
        right: 20px;
        left: auto;
    }
} */
