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

.more-link {
  display: block;
  text-align: right; /* LTR */
}

[dir="rtl"] .more-link {
  text-align: left;
}
