ds-home-news .home-news-content {
  visibility: hidden;
  min-height: 22rem;
}

ds-home-news .home-news-content.dspace-sandbox-home {
  visibility: visible;
  min-height: 0;
}

ds-home-news .dspace-sandbox-home-panel {
  max-width: 980px;
}

ds-home-news .dspace-sandbox-kicker {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  margin-bottom: 1rem;
  padding: .35rem .75rem;
  border: 1px solid rgb(255 255 255 / 45%);
  border-radius: 999px;
  background: rgb(255 255 255 / 14%);
  font-size: .9rem;
  font-weight: 700;
  letter-spacing: .02em;
  text-transform: uppercase;
}

ds-home-news .dspace-sandbox-title {
  max-width: 840px;
  margin-bottom: 1rem;
  font-size: clamp(2.2rem, 5vw, 4.4rem);
  line-height: 1;
  font-weight: 800;
}

ds-home-news .dspace-sandbox-lead {
  max-width: 800px;
  font-size: 1.35rem;
  line-height: 1.45;
}

ds-home-news .dspace-sandbox-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin: 2rem 0 1.25rem;
}

ds-home-news .dspace-sandbox-card {
  padding: 1rem;
  border: 1px solid rgb(255 255 255 / 26%);
  border-radius: 8px;
  background: rgb(0 0 0 / 20%);
}

ds-home-news .dspace-sandbox-card h2 {
  margin: 0 0 .4rem;
  font-size: 1.05rem;
  font-weight: 800;
}

ds-home-news .dspace-sandbox-card p {
  margin: 0;
  font-size: .98rem;
  line-height: 1.45;
}

ds-home-news .dspace-sandbox-note {
  max-width: 780px;
  margin: 1rem 0 0;
  font-size: 1rem;
}

@media (max-width: 767.98px) {
  ds-home-news .dspace-sandbox-grid {
    grid-template-columns: 1fr;
  }

  ds-home-news .dspace-sandbox-lead {
    font-size: 1.1rem;
  }
}
