.listadoidiomas {
    display: flex;
    flex-direction: column;
}
.listadoidiomas.gtranslate_wrapper {
    display: flex;
    flex-direction: column;
}
.listadoidiomas.gtranslate_wrapper .gtranslate_flags {
    display: flex;
    flex-direction: row;
    gap: 10px;
}
.listadoidiomas.gtranslate_wrapper .gtranslate_flags a{
    display: block;
}
.listadoidiomas.gtranslate_wrapper .gtranslate_flags img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.listadoidiomas a.glink.nturl.notranslate {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    font-size: 13px !important;
}
/* Estilo específico para el logo que sobrescribirá los estilos de WooCommerce */
.drua-logo {
    width: 110px !important; /* Ajusta este valor al tamaño que necesites */
    height: auto !important;
    max-width: 110px !important;
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
    min-height: 3em;
    background-color: #000;
    color: #fff;
    border-radius: 6px;
}