.latest-article-large {
  position: relative;
  margin-bottom: 3rem;
  z-index: 5; }
  .latest-article-large:has(.latest-article-large-link:hover) .latest-article-large-overline,
  .latest-article-large:has(.latest-article-large-link:hover) .latest-article-large-heading {
    color: #E94E24; }
  .latest-article-large-image {
    position: relative;
    z-index: -1; }
    .latest-article-large-image img {
      width: 100%;
      height: auto; }
    .latest-article-large-image .contextual-links {
      display: block;
      opacity: 0;
      margin-top: -4px !important;
      pointer-events: none;
      transition: all 0.5s ease; }
    .latest-article-large-image .contextual-links:hover,
    .latest-article-large-image button.trigger:hover + .contextual-links {
      opacity: 1;
      pointer-events: auto; }
  .latest-article-large-inner {
    display: flex;
    flex-wrap: wrap;
    background-color: #FFFFFF; }
  .latest-article-large-overline {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    font-weight: 600;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.72rem;
    margin-bottom: 0.36em;
    transition: all 0.4s ease; }
    .latest-article-large-overline .doz-badge {
      display: inline-block; }
  .latest-article-large-heading {
    font-size: clamp(1.357rem, 1.317rem + 0.116vw, 1.443rem);
    margin-bottom: 0;
    transition: all 0.4s ease; }
  .latest-article-large-excerpt {
    padding: 1.44rem 0; }
  .latest-article-large-tags {
    position: relative;
    display: inline-block;
    margin-bottom: -0.86rem;
    z-index: 5; }
    .latest-article-large-tags a {
      display: inline-block;
      margin-bottom: 0.86rem;
      transition: all 0.4s ease; }
      .latest-article-large-tags a:not(.latest-article-large-tags a:last-child) {
        margin-right: 1.72rem; }
  .latest-article-large-author-header {
    display: flex;
    align-items: center;
    margin-bottom: 0.72rem; }
    .latest-article-large-author-header *:not(p) {
      flex-shrink: 0; }
    .latest-article-large-author-header img {
      width: 4rem;
      height: 4rem;
      object-fit: cover;
      border-radius: 50%;
      margin-right: 0.72rem; }
    .latest-article-large-author-header p {
      font-size: 14px;
      line-height: 1.5;
      font-size: 0.836rem;
      color: #4A4B4D; }
  .latest-article-large-author-bio {
    font-size: 14px;
    line-height: 1.5;
    font-size: 0.836rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    color: #4A4B4D;
    max-width: 52ch;
    margin-bottom: 1.44rem; }
  .latest-article-large-author-link {
    display: inline-flex;
    align-items: center;
    position: relative;
    margin: 0 1em 1em 0;
    padding-bottom: 2px;
    color: #000000;
    background-color: transparent;
    transition: all 0.4s ease; }
    .latest-article-large-author-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; }
    .latest-article-large-author-link:hover {
      color: #E94E24; }
      .latest-article-large-author-link:hover:after {
        border-color: #E94E24; }
    .latest-article-large-author-link:last-child {
      margin-right: 0;
      margin-bottom: 0; }
  .latest-article-large-link {
    position: absolute;
    inset: 0;
    display: block; }
  @media only screen and (min-width: 1080px) {
    .latest-article-large {
      padding: 0 2.86rem 2.86rem;
      background-color: #F7F7F9; }
      .latest-article-large-inner {
        padding: 1.44rem; }
      .latest-article-large-image {
        width: calc(100% + 5.72rem);
        margin-left: -2.86rem;
        margin-bottom: -9.28rem; }
      .latest-article-large-content {
        width: calc(70% - 1.44rem);
        margin-right: 1.44rem;
        padding-right: 1.44rem;
        border-right: 1px solid rgba(0, 48, 91, 0.2); }
      .latest-article-large-author {
        width: 30%; } }
  @media only screen and (max-width: 1079.98px) {
    .latest-article-large-author {
      padding-top: 2.2rem; }
    .latest-article-large-inner {
      position: relative;
      max-width: 90%;
      margin: 0 auto 4.5rem;
      padding: 5% 0 0; }
    .latest-article-large-excerpt, .latest-article-large-author, .latest-article-large-tags {
      position: relative;
      width: 100%;
      z-index: 5; } }

/*# sourceMappingURL=latest-article-large.css.map */
