/*
 Theme Name:   Thrive Child Theme
 Theme URI:    https://thrive.axiomthemes.com/
 Description:  Thrive Child Theme
 Author:       AxiomThemes
 Author URI:   https://axiomthemes.com/
 Template:     thrive
 Version:      1.0
 Tags:         flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
 Text Domain:  thrive
*/


/* =Child-Theme customization starts here
------------------------------------------------------------ */

/*Header*/
/* Contenedor principal */
.ehu-lang-selector {
    position: relative;
    display: inline-block;
}

/* El botón que dice "Hizkuntza" */
.ehu-lang-label {
    background-color: transparent;
    padding: 8px 15px;
    border: 1px solid #333;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.ehu-lang-label::after {
    content: '▼';
    font-size: 8px;
    margin-left: 8px;
}

/* La lista de idiomas (oculta por defecto) */
.ehu-lang-list {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 120px;
    box-shadow: 0px 8px 16px rgba(0,0,0,0.1);
    z-index: 999;
    list-style: none;
    padding: 0;
    margin: 0;
    border-radius: 4px;
    top: 100%;
}

/* Mostrar la lista al pasar el ratón */
.ehu-lang-selector:hover .ehu-lang-list {
    display: block;
}

/* Estilo de cada idioma en la lista */
.ehu-lang-list li a {
    color: #333;
    padding: 10px 15px;
    text-decoration: none;
    display: block;
    transition: background 0.3s;
}

/* Color de fondo al pasar por encima (puedes usar tu Primary de Figma) */
.ehu-lang-list li a:hover {
    background-color: #5FD790; 
    color: white;
}

/*Ardatz estrategikoak*/
.elementor-flip-box__layer__title {
    margin-bottom: 0 !important;
}



