/* Public entity alignment corrections. Keep Latin text LTR but visually anchored
   under the Arabic primary name instead of drifting to the left edge. */
.ix-headline-credits a,
.ix-headline-credits a strong,
.ix-headline-credits a small,
.ix-credit-vertical-row__body,
.ix-credit-vertical-row__body .ix-credit-secondary-name,
.ix-filmography-row__body,
.ix-filmography-row__body [dir="ltr"],
.ix-person-secondary-name {
    text-align: right !important;
}

.ix-headline-credits a small,
.ix-credit-secondary-name,
.ix-filmography-row__body [dir="ltr"],
.ix-person-secondary-name[dir="ltr"] {
    direction: ltr;
    unicode-bidi: isolate;
}

.ix-headline-credits a {
    min-width: 0;
}

.ix-headline-credits a small,
.ix-credit-secondary-name {
    width: 100%;
    margin-inline: 0 !important;
}
