.announcement-lists--rows-wrapper {
  margin-bottom: 4rem;
  position: relative;
}

.announcement-lists--rows-wrapper::before {
  content: "";
  position: absolute;
  left: 1px;
  top: 2.4rem;
  bottom: 0;
  width: 2px;
  background-color: var(--dark-grey);
  opacity: 0.3;
}

.announcement-lists--title {
  margin-bottom: 0.5rem;
  font-size: var(--font-size-l);
  font-weight: 600;
  color: var(--dark-grey);
}

.announcement-lists--row-wrapper {
  margin-bottom: 1.5rem;
}

.announcement-lists--row-wrapper:last-child {
  margin-bottom: 0;
}

.announcement-lists--title-wrapper {
  font-size: var(--font-size-m);
  line-height: var(--line-height-m);
}

.announcement-lists--body-wrapper {
  margin-top: 0.3rem;
  font-size: var(--font-size-sm);
  line-height: var(--line-height-sm);
  color: var(--dark-grey);
}

.news-lists--row-wrapper {
  display: block;
  width: 100%;
}

.news-lists--image-wrapper img {
  width: 100%;
  max-width: 260px;
  height: auto;
  border-radius: 6px;
  border: 1px solid var(--primary-color-t40);
}

@media only screen and (min-width: 860px) {
  .news-lists--row-wrapper--has-image {
    display: grid;
    gap: 1rem;
    grid-template-columns: 260px 1fr;
    align-items: start;
  }
}

.view-news,
.view-news .view-content,
.news-lists--rows-wrapper {
  width: 100%;
  max-width: 100%;
}

.news-lists--type-wrapper {
  margin: 0;
  position: absolute;
  top: -0.15rem;
  right: 0;
  z-index: 2;
}

.news-lists--content-wrapper {
  position: relative;
  padding-right: 0;
}

.news-lists--type-wrapper .node-news-full--type-link,
.news-lists--type-wrapper .node-news-full--type-link:visited {
  display: inline-block;
  font-size: 0.7rem;
  line-height: 1;
  padding: 0.34em 0.78em;
  border-radius: 999px;
  background: var(--over-primary-color, #eef4ff);
  color: var(--primary-color) !important;
  border: 1px solid var(--primary-color-t40, rgba(0, 0, 0, 0.2));
  text-decoration: none !important;
  font-weight: 600;
}

.news-lists--type-wrapper .node-news-full--type-link:hover {
  background: var(--primary-color);
  color: var(--over-primary-color, #fff) !important;
}

.news-lists--rows-wrapper::before {
  display: none;
}
