/* Reepost Credit Text - styles externalisés (sélecteurs classe) */
.reepost-credit-text-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.reepost-credit-text-wrapper .reepost-credit-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.reepost-credit-text-wrapper .reepost-credit-item[data-current-layout="column"] {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: 0;
    width: 100%;
}

.reepost-credit-text-wrapper .reepost-credit-item[data-current-layout="column"] .reepost-credit-role {
    text-align: right;
    display: block;
    flex: 1 1 0;
    min-width: 0;
    max-width: 50%;
    box-sizing: border-box;
}

.reepost-credit-text-wrapper .reepost-credit-item[data-current-layout="column"] .reepost-credit-noms {
    text-align: left;
    display: block;
    flex: 1 1 0;
    min-width: 0;
    max-width: 50%;
    box-sizing: border-box;
}

.reepost-credit-text-wrapper .reepost-credit-item[data-current-layout="centered"] {
    flex-direction: column;
    text-align: center;
    width: 100%;
}

.reepost-credit-text-wrapper .reepost-credit-item[data-current-layout="centered"] .reepost-credit-role,
.reepost-credit-text-wrapper .reepost-credit-item[data-current-layout="centered"] .reepost-credit-noms {
    text-align: center;
    width: 100%;
}

.reepost-credit-text-wrapper .reepost-credit-noms {
    display: flex;
    flex-direction: column;
}

.reepost-credit-text-wrapper .reepost-credit-nom-item {
    display: block;
}
