
.related-articles-title {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.15em;
  line-height: 1;
  margin: 0 auto 104px;
  max-width: 1140px;
  padding: 0 50px;
  text-transform: uppercase;
}

.related-articles-title svg {
  display: inline-block;
  margin-right: 30px;
  vertical-align: middle;
}

.related-article-listing {
  margin: 0 auto;
  max-width: 1140px;
  padding: 0 50px;
}

.related-article-wrapper.hidden-article {
  display: none;
}

.related-article-wrapper:first-child .related-article {
  border-top: 0;
}

.related-article-thumbnail {
  overflow: hidden;
  position: relative;
}

.related-article-thumbnail a {
  background: #c4c4c4;
  display: block;
  height: 155px;
  position: relative;
  width: 100%;
}

.related-article-thumbnail img {
  display: block;
  left: 50%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@supports (object-fit: cover) {
  .related-article-thumbnail img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
  }
}

.related-article-content {
  padding: 20px 20px 50px;
}

.related-article-content h3 {
  color: #1d1d1d;
  font-family: Avenir, sans-serif;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.3;
}

.related-article-content h3 a {
  color: #1D1D1D;
}

.related-article-content h3 a:hover,
.related-article-content h3 a:focus {
  color: #EA596A;
}

.related-article-readmore {
  color: #000;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 16px;
  margin-top: 16px;
  text-decoration: none;
  text-transform: uppercase;
}

.related-article-readmore svg {
  display: inline-block;
  fill: #e62656;
  font-size: 15px;
  height: 1em;
  line-height: 1;
  margin-right: 8.5px;
  stroke-width: 0;
  stroke: #e62656;
  vertical-align: top;
  width: 1em;
}

.load-more-related-articles {
  text-align: center;
}

.btn-load-related-articles {
  border-radius: 0;
  display: inline-block;
  font-family: Avenir, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.5px;
  line-height: 16px;
  margin-top: 75px;
  padding: 18px 23px;
  text-transform: uppercase;
}

.btn-load-related-articles:hover,
.btn-load-related-articles:focus {
  background-color: #000000;
  border-color: #000;
}

@media (min-width: 768px) {
  .related-article {
    align-items: center;
    border-top: 1px solid #ebebeb;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 195px;
    grid-template-columns: 1fr 195px;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-template-areas: "postContent postThumbnail";
    padding: 21px 0 21px 10px;
  }
  
  .related-article-thumbnail {
    grid-area: postThumbnail;
  }

  .related-article-content {
    grid-area: postContent;
    padding: 0 10px 0 0;
  }

  .related-article-content h3 {
    margin-bottom: 0;
  }

  .related-article-readmore {
    display: none;
  }
}

@media (max-width: 1024px) {
  .related-articles-title {
    padding: 0 50px;
  }
}

@media (max-width: 767px) {
  .related-articles-title {
    padding: 0 30px;
  }

  .related-article-listing {
    padding: 0;
  }

  .related-article-thumbnail:after {
    background: #fff;
    bottom: -9px;
    content: "";
    display: block;
    height: 18.96px;
    left: 24px;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 18.96px;
  }

  .related-article-thumbnail a {
    height: 250px;
  }

  .related-article-content h3 {
    font-family: "Eina 03", sans-serif;
    font-size: 25px;
    font-weight: 800;
    letter-spacing: .25px;
    line-height: 27.5px;
    margin-bottom: 10px;
    margin-top: 10px;
  }
}
