/* Reepost Bilingual Text - éditeur FR/EN avec switch */
.reepost-bilingual-text-wrapper {
    width: 100%;
}

.reepost-bilingual-switch-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.reepost-bilingual-switch {
    display: inline-flex;
    align-items: center;
    gap: 0.25em;
}

.reepost-bilingual-switch-btn {
    border: none;
    padding: 0.2em 0.5em;
    cursor: pointer;
    font: inherit;
    transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
}

/* Style minimal : pas de fond ni bordure */
.reepost-bilingual-switch-style-minimal .reepost-bilingual-switch-btn {
    background: none !important;
    border: none !important;
}

.reepost-bilingual-switch-btn:hover {
    opacity: 0.85;
}

.reepost-bilingual-switch-btn.active {
    font-weight: 600;
    cursor: default;
}

.reepost-bilingual-switch-btn.active:hover {
    opacity: 1;
}

.reepost-bilingual-switch-sep {
    opacity: 0.5;
    user-select: none;
}

.reepost-bilingual-content-wrap {
    position: relative;
    width: 100%;
}

.reepost-bilingual-content {
    width: 100%;
}

.reepost-bilingual-content[hidden] {
    display: none !important;
}

.reepost-bilingual-content p:first-child {
    margin-top: 0;
}

.reepost-bilingual-content p:last-child {
    margin-bottom: 0;
}
