/* Web Bilingüe — selector de idioma */
.oep-bilingual .oep-tabs {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    width: 100% !important;
    margin: 0 0 20px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    gap: 12px !important;
}

.oep-bilingual .oep-tabs button {
    display: inline-flex !important;
    align-items: center !important;
    gap: 5px !important;
    margin: 0 !important;
    padding: 4px 0 !important;
    border: 0 !important;
    border-width: 0 !important;
    outline: none !important;
    box-shadow: none !important;
    background: transparent !important;
    color: inherit !important;
    border-radius: 0 !important;
    cursor: pointer;
    line-height: 1 !important;
    font: inherit;
}

.oep-bilingual .oep-tabs button:hover,
.oep-bilingual .oep-tabs button:focus,
.oep-bilingual .oep-tabs button.active {
    border: 0 !important;
    outline: none !important;
    box-shadow: none !important;
    background: transparent !important;
}

.oep-bilingual .oep-label {
    display: inline-block !important;
    font-size: 0.9em !important;
    font-weight: 600 !important;
    line-height: 1 !important;
}

.oep-bilingual .oep-flag {
    display: inline-block !important;
    width: 22px !important;
    height: 15px !important;
    flex: 0 0 22px !important;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

/* Cataluña: amarillo con exactamente cuatro barras rojas */
.oep-bilingual .oep-flag-ca {
    background:
        linear-gradient(to bottom,
            #f7d117 0%, #f7d117 10%,
            #c91528 10%, #c91528 20%,
            #f7d117 20%, #f7d117 30%,
            #c91528 30%, #c91528 40%,
            #f7d117 40%, #f7d117 50%,
            #c91528 50%, #c91528 60%,
            #f7d117 60%, #f7d117 70%,
            #c91528 70%, #c91528 80%,
            #f7d117 80%, #f7d117 100%) !important;
}

/* España */
.oep-bilingual .oep-flag-es {
    background:
        linear-gradient(to bottom,
            #aa151b 0%, #aa151b 25%,
            #f1bf00 25%, #f1bf00 75%,
            #aa151b 75%, #aa151b 100%) !important;
}


/* Web Bilingüe v8: borde únicamente en el idioma activo */
.oep-bilingual .oep-tabs button {
    border: 1px solid transparent !important;
    border-radius: 3px !important;
    box-sizing: border-box !important;
}

.oep-bilingual .oep-tabs button.active {
    border: 1px solid #999 !important;
    border-radius: 3px !important;
    box-sizing: border-box !important;
}
