.related-articles {
  margin: 3.43em 0 7.15rem; }
  .related-articles .inside {
    width: 90%;
    max-width: 1266px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    max-width: 1050px; }
  .related-articles-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 1em;
    margin-bottom: 3.428rem; }
  .related-articles-magazine-link {
    display: inline-flex;
    align-items: center;
    position: relative;
    margin: 0 1em 1em 0;
    padding-bottom: 2px;
    color: #000000;
    background-color: transparent; }
    .related-articles-magazine-link:after {
      content: '';
      display: inline-block;
      margin-left: 0.5em;
      width: 0.5em;
      height: 0.5em;
      transform: rotate(45deg) translateX(1px);
      transform-origin: center;
      border-style: solid;
      border-color: #000000;
      border-width: 2px 2px 0 0;
      transition: all 0.4s ease; }
    .related-articles-magazine-link:hover {
      color: #E94E24; }
      .related-articles-magazine-link:hover:after {
        border-color: #E94E24; }
    .related-articles-magazine-link:last-child {
      margin-right: 0;
      margin-bottom: 0; }
  .related-articles-heading {
    font-size: clamp(1.729rem, 1.376rem + 1.027vw, 2.486rem);
    margin-bottom: 0; }
  .related-articles-wrapper {
    position: relative;
    width: 100%; }
    @media only screen and (max-width: 1079.98px) {
      .related-articles-wrapper {
        padding: 0 2.1428rem; } }
  .related-articles .latest-article-default:has(.latest-article-default-link:hover) .latest-article-default-heading,
  .related-articles .latest-article-default:has(.latest-article-default-link:hover) .latest-article-default-overline {
    color: #E94E24;
    transition: all 0.4s ease; }
  .related-articles .latest-article-default-content {
    display: flex;
    flex-direction: column; }
  .related-articles .latest-article-default-excerpt {
    z-index: 1; }
  .related-articles .latest-article-default-tags {
    display: none; }
  .related-articles .latest-article-default-link {
    display: inline-flex;
    align-items: center;
    position: relative;
    margin: 0 1em 1em 0;
    padding-bottom: 2px;
    color: #000000;
    background-color: transparent;
    position: initial;
    text-indent: 0;
    margin: 1.44rem 0 0 0;
    order: 5; }
    .related-articles .latest-article-default-link:after {
      content: '';
      display: inline-block;
      margin-left: 0.5em;
      width: 0.5em;
      height: 0.5em;
      transform: rotate(45deg) translateX(1px);
      transform-origin: center;
      border-style: solid;
      border-color: #000000;
      border-width: 2px 2px 0 0;
      transition: all 0.4s ease; }
    .related-articles .latest-article-default-link:hover {
      color: #E94E24; }
      .related-articles .latest-article-default-link:hover:after {
        border-color: #E94E24; }
    .related-articles .latest-article-default-link:last-child {
      margin-right: 0;
      margin-bottom: 0; }
    .related-articles .latest-article-default-link:before {
      content: '';
      position: absolute;
      inset: 0; }
  .related-articles-all {
    display: inline-block;
    position: relative;
    align-content: center;
    font-family: "Noto Sans", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    padding: 1.072em 2.8em;
    color: #FFFFFF;
    background-color: #00305B;
    border: 1px solid #00305B;
    border-radius: 0;
    text-decoration: none;
    color: #000000;
    background-color: transparent;
    border-color: rgba(0, 48, 91, 0.2);
    margin: 3.428rem auto 0; }
    .related-articles-all:after {
      content: '';
      display: inline-block;
      margin-left: 0.7em;
      width: 0.7em;
      height: 0.7em;
      transform: rotate(45deg);
      transform-origin: center;
      border-style: solid;
      border-color: #E94E24;
      border-width: 2px 2px 0 0; }
    .related-articles-all:hover {
      color: #000000;
      background-color: transparent;
      border-color: rgba(0, 48, 91, 0.2); }
    .related-articles-all:active {
      scale: 0.95; }
    .related-articles-all:hover {
      color: #FFFFFF;
      background-color: #00305B;
      border-color: #00305B; }
    .related-articles-all:disabled {
      opacity: 0.5;
      pointer-events: none; }
    .related-articles-all:not(:last-of-type) {
      margin: 0 1em 1em 0; }
    .related-articles-all:last-of-type {
      margin: 3.428rem auto 0; }
  .related-articles .splide__track {
    padding-bottom: 2px; }

/*# sourceMappingURL=related-articles.css.map */
