@charset "UTF-8";
@layer templates.single-news {
  :where(.single-news) article.news {
    gap: 2rem;
    padding-top: clamp(1.25rem, 5vh, 2.5rem);
  }
  @media screen and (min-width: 992px) {
    :where(.single-news) article.news {
      padding-top: clamp(2.5rem, 7.5vh, 3.75rem);
    }
  }
  @media screen and (min-width: 768px) {
    :where(.single-news) article.news .article-header {
      grid-column: 3/span 6;
    }
  }
  @media screen and (min-width: 992px) {
    :where(.single-news) article.news .article-header {
      grid-column: 3/span 10;
    }
  }
  :where(.single-news) article.news .article-header .back a {
    font-size: clamp(0.6rem, 0.52rem + 0.43vw, 0.78rem);
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: #2d77f8;
  }
  :where(.single-news) article.news .article-header .back a::before {
    content: "← ";
  }
  :where(.single-news) article.news .article-header .back a:hover {
    text-decoration: underline;
  }
  :where(.single-news) article.news .article-header h1 {
    font-size: clamp(2.59rem, 2.22rem + 1.85vw, 3.37rem);
    color: #0a2d6b;
    line-height: 1.125em;
  }
  :where(.single-news) article.news .article-body {
    background: #fff;
    border: 1px solid #e5e5e5;
    padding: 1rem 2rem;
    border-radius: 10px;
    box-shadow: rgba(50, 50, 93, 0.1) 0px 20px 30px -12px, rgba(0, 0, 0, 0.0625) 0px 9px 18px -18px;
  }
  @media screen and (min-width: 768px) {
    :where(.single-news) article.news .article-body {
      grid-column: 3/span 6;
    }
  }
  @media screen and (min-width: 992px) {
    :where(.single-news) article.news .article-body {
      grid-column: 3/span 10;
      padding: 2rem;
    }
  }
  :where(.single-news) article.news .article-body .type {
    padding-bottom: 1rem;
  }
  :where(.single-news) article.news .article-body .type h4 {
    font-size: clamp(0.87rem, 0.74rem + 0.62vw, 1.13rem);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #0a2d6b;
    font-family: "Rubik", sans-serif;
  }
  :where(.single-news) article.news .article-body .featured-image {
    padding-bottom: 2rem;
    aspect-ratio: 16/9;
  }
  :where(.single-news) article.news .article-body .featured-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  :where(.single-news) article.news .article-body .featured-image img {
    border-radius: 5px;
  }
  :where(.single-news) article.news .article-body .featured-image .caption {
    padding-top: 0.5rem;
    font-weight: 300;
    font-size: clamp(0.66rem, 0.58rem + 0.48vw, 0.88rem);
    font-style: italic;
    color: #aaa;
  }
  :where(.single-news) article.news .article-body .publication {
    padding-top: 2rem;
    display: grid;
    align-items: center;
    gap: 1rem 2rem;
    grid-template-columns: 6rem 1fr;
  }
  :where(.single-news) article.news .article-body .publication .logo {
    width: 6rem;
  }
  :where(.single-news) article.news .article-body .publication .byline p {
    font-size: clamp(0.66rem, 0.58rem + 0.48vw, 0.88rem);
    font-weight: bold;
    font-family: "Rubik", sans-serif;
  }
  :where(.single-news) article.news .article-body .publication .byline .date {
    padding-left: 1rem;
    opacity: 0.5;
  }
  :where(.single-news) article.news .article-body .copy-2 {
    padding-top: 2rem;
    line-height: 1.675em;
  }
  :where(.single-news) article.news .article-body h3 {
    color: #0a2d6b;
  }
  :where(.single-news) article.news .article-body h3 + * {
    margin-top: 0.5rem;
  }
  :where(.single-news) article.news .article-body .read-more {
    padding-top: 2rem;
  }
  :where(.single-news) article.news .article-footer {
    padding-top: 2rem;
  }
  @media screen and (min-width: 768px) {
    :where(.single-news) article.news .article-footer {
      grid-column: 3/span 6;
    }
  }
  @media screen and (min-width: 992px) {
    :where(.single-news) article.news .article-footer {
      grid-column: 2/span 12;
      padding-top: 4rem;
    }
  }
  :where(.single-news) article.news .article-footer .related .section-header {
    padding-bottom: 1rem;
  }
  @media screen and (min-width: 992px) {
    :where(.single-news) article.news .article-footer .related .section-header {
      padding-bottom: 2rem;
    }
  }
  :where(.single-news) article.news .article-footer .related .section-title {
    color: #0a2d6b;
  }
  :where(.single-news) article.news.news_types-in-the-press .article-body .copy-2:after {
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 75%;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  }
}