.article-full {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.5em;
  align-items: center;
  margin-bottom: 1.5em; }
  .article-full:last-child {
    margin-bottom: 0; }
  .article-full:has(.article-full-link:hover) .article-full-overline, .article-full:has(.article-full-link:hover) .article-full-title {
    color: #E94E24; }
  @media only screen and (min-width: 720px) {
    .article-full {
      flex-direction: row; } }
  .article-full-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    z-index: 1;
    text-indent: -9999px;
    overflow: hidden; }
  .article-full-image-container {
    width: 100%; }
    .article-full-image-container img {
      width: 100%;
      height: 100%; }
      .article-full-image-container img.article-full-image-placeholder {
        aspect-ratio: 520/293;
        object-fit: cover; }
    @media only screen and (min-width: 720px) {
      .article-full-image-container {
        width: 32%; } }
  .article-full-content {
    width: 100%; }
    @media only screen and (min-width: 720px) {
      .article-full-content {
        width: 66%;
        padding-left: 1.429em; } }
  .article-full-overline {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    font-weight: 600;
    margin-bottom: .357rem;
    transition: all .4s ease; }
  .article-full-title {
    font-size: clamp(1.357rem, 1.317rem + 0.116vw, 1.443rem);
    margin-bottom: .357rem;
    transition: all .4s ease; }
  .article-full-teaser {
    font-size: 14px;
    line-height: 1.5;
    position: relative;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: .357rem;
    z-index: 2; }
  .article-full-categories {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 1.429em;
    z-index: 2; }

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