.related-links .entry-element {
  max-width: 48.5rem;
  margin-top: 2rem;
  margin-bottom: 3rem;
}

.related-links .related-links-content {
  max-width: calc(100% - 4rem);
  margin: 1rem auto 2rem auto;
}

ul.related-links-list {
  list-style-type: none;
  margin-left: 1rem;
  margin-right: 3rem;
}

.related-links-header {
    display: block;
    color: #000;
    text-transform: uppercase;
    position: relative;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.5rem;
    margin: 0 auto 1.5rem auto;
    padding-bottom: 0.25rem;
    border-bottom: 1px solid #ccc;
    width: calc(100% - 6rem);
}

.related-links-title {
    display: inline-block;
    position: relative;
    font-weight: 700;
    font-size: 1.125rem;
    margin-bottom: 1rem;
    padding-bottom: 0.25rem;
}

.related-links-item {
    display: flex;
    position: relative;
    flex-wrap: nowrap;
    margin-bottom: 0.5rem;
    padding: 0;
    align-items: center;
    box-sizing: border-box;
    line-height: 1rem;
}

.related-links-item:before {
  position: relative;
  display: block;
  content: ' ';
  background-image: url('/newsinteractives/content/common/arrow-right.svg');
  background-size: 1rem 1rem;
  height: 1rem;
  width: 1rem;
  flex-shrink: 0;
}

.related-links-text {
  text-decoration: none;
  margin-left: 1rem;
  padding: 0;
  font-size:.85rem;
  line-height: 1rem;
}
.related-links-text .related-links-title {
    font-weight: 700;
}
.related-links-text .related-links-excerpt {
    font-weight: 500;
}

.related-links-thumbnail {
  display: flex;
  flex-wrap: nowrap;
  justify-content: left;
  align-items: center;
  margin-left: 1rem;
}
.related-links-thumbnail .related-links-text {
  margin-left: 0.5rem;
}
.related-links-thumbnail img {
  max-width: 4rem;
  border-radius: 0.125rem;
  overflow: hidden;
}
a.entry-related-link {
  text-decoration: none;
}

a.entry-related-link:hover .related-links-text,
a.entry-related-link:hover>figure.related-links-item>figcaption.related-links-text>span.related-links-title,
a.entry-related-link:focus-within>figure.related-links-item>figcaption.related-links-text>span.related-links-title,
a.entry-related-link:focus>figure.related-links-item>figcaption.related-links-text>span.related-links-title {
  color: #013ACE;
  text-decoration: underline;
}

a.entry-related-link:focus-within>figure.related-links-item>figcaption.related-links-text>span,
a.entry-related-link:focus>figure.related-links-item>figcaption.related-links-text>span {
  color: #013ACE;
  text-decoration: underline;
}
