/**
 * @file
 * Styles for external link icons.
 */

.external-link {
  .external-link-icon {
    font-size: 0.75rem;
    padding-left: 5px;
    vertical-align: inherit !important;
    font-weight: 400;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    text-decoration: inherit;
    white-space: nowrap;
  }
}
