/* ============================================
   AB Lang Switcher — componente selector idioma
   ============================================ */

.ab-lang-switcher {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.ab-lang-current {
    display: flex;
    align-items: center;
    gap: 4px;
    background: none;
    border: none;
    padding: 4px;
    cursor: pointer;
    line-height: 0;
}

.ab-lang-current:hover,
.ab-lang-current:focus {
    background: none !important;
    outline: none;
}

.ab-lang-current img {
    width: 24px;
    height: auto;
    display: block;
    border-radius: 2px;
}

.ab-lang-current i,
.ab-lang-current:hover i,
.ab-lang-current:focus i {
    color: #73748c;
}

/* Dropdown */
.ab-lang-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    margin: 4px 0 0;
    padding: 4px 0;
    list-style: none;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 9999;
    min-width: 40px;
}

.ab-lang-dropdown.is-open {
    display: block;
    margin: 0 0 0 -4px;
}

.ab-lang-dropdown li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ab-lang-dropdown li::before {
    display: none;
}

.ab-lang-dropdown li a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 8px;
    line-height: 0;
    transition: background 0.15s;
}

.ab-lang-dropdown li a:hover {
    background: #f5f5f5;
}

.ab-lang-dropdown li a img {
    width: 24px;
    height: auto;
    display: block;
    border-radius: 2px;
}

.mcb-wrap-74s2p6xg .column_column .mcb-column-inner {
    padding: 0;
}
.mcb-wrap-74s2p6xg .column_column .mcb-column-inner .column_attr {
    width: 44px !important;
    margin-left: auto;
}