/* Internal LTR alignment for customer portal pages. */
html[dir="ltr"] :is(.orders-page,.user-portal,.user-tickets-page,.notifications-page,.profile-page){direction:ltr;text-align:left}
html[dir="ltr"] .orders-hero:after{right:auto;left:-35px}
html[dir="ltr"] .orders-table th,html[dir="ltr"] .orders-table td{text-align:left}
html[dir="ltr"] .order-number{text-align:left}
html[dir="ltr"] .order-errors ul{padding-left:17px;padding-right:0}
html[dir="ltr"] .tickets-page-hero,html[dir="ltr"] .tickets-card__header,html[dir="ltr"] .notifications-hero,html[dir="ltr"] .notifications-card__head{direction:ltr;text-align:left}
html[dir="ltr"] .ticket-row__arrow,html[dir="ltr"] .tickets-primary i,html[dir="ltr"] .tickets-hero-link i{transform:scaleX(-1)}
html[dir="ltr"] .ticket-row__unread,html[dir="ltr"] .notification-item__meta{margin-left:auto;margin-right:0}
html[dir="ltr"] .notification-item,html[dir="ltr"] .invoice-row{direction:ltr;text-align:left}
html[dir="ltr"] .profile-hero:after{right:-60px;left:auto}
html[dir="ltr"] .profile-summary__cover:after{right:22px;left:auto}
html[dir="ltr"] .profile-summary__email{text-align:left}
html[dir="ltr"] .profile-summary__item span{margin-left:auto;margin-right:0}
html[dir="ltr"] .profile-actions{justify-content:flex-start}
html[dir="ltr"] .profile-actions small{margin-right:auto;margin-left:0}
