.blog .article-introtext {
    display: none;
}
.blog .article-header h2 a {
    text-transform: none;
    color: #252733 !important;
    font-size: 26px !important;
    line-height: 1.2 !important;
}

.blog .article {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.article-list .article  .article-body {
  position:relative;
  margin-top: 40px;
}
.article-list .article .article-info {
    position: absolute;
    top: -75px;
    left: 0px;
      z-index: 3;
}
.article-list .article .article-info .published {
    border: 5px solid #fff;
    font-size: 20px;
    background: #a41928;
    font-weight: 500;
    padding: 10px;
    max-width: 60px;
    text-align: center;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
}


.article-list .article-intro-image a {
  position: relative;
  display: inline-block;
}

.article-list .article-intro-image a::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-color: #a41928;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}

.article-list .article-intro-image a::after {
    content: '\f0c1';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 24px;
    color: #87C00D;
    background: white;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 2;
    transition: opacity 0.3s ease;
    pointer-events: none;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.article-list .article-intro-image a:hover::before,
.article-list .article-intro-image a:hover::after {
  opacity: 1;
}

.mod-articlesnews__item {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  margin-bottom:40px;
}

.newsflash-image {
  width: 80px;
  height: 80px;
  flex-shrink: 0; /* prevent shrinking */
  overflow: hidden;
  margin:0;
}

.newsflash-image img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* crop image to fill without distortion */
  display: block;
}
h4.newsflash-title a {
    text-decoration: none;
    color: #808186;
    font-weight: 500;
  font-size: 16px;
      display: block;
    line-height: 1.2;
}
