/* ============================== */
/* BLOG PAGE FORMATTING           */
/* ============================== */

.item {
  padding-bottom: 0;
  min-width: 0;
}

.item .views-field-field-blog-image:not(:has(img)) {
  display: none;
}

.item .item-image img {
  display: block;
  width: 100%;
  height: auto;
}

.blog-author {
  font-size: 14px;
  font-weight: normal;
}

.blog-category {
  color: #ff6a00;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
  font-size: clamp(14px, 2.2vw, 22px);
  position: relative;
  display: inline-block;
  padding-bottom: .6rem;
}

.blog-category::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 5rem;
  height: 2px;
  background: currentColor;
  border-radius: 2px;
}

a.is-active {
  color: orange !important;
  font-weight: bold !important;
}

#block-in-the-news-links h2.title {
  display: none;
}