/**
 * @file
 * Styles for the markup generated by the more_link #type.
 */

.more-link {
  display: block;
  text-align: right; /* LTR */
  [dir="rtl"] & {
    text-align: left;
  }
}
