.content-grid .sponser-stripe-wrap,
.content-grid .component-title {
  margin-bottom: var(--space-space-xl);
}
.content-grid .article-teaser-item .d-flex {
  padding-bottom: 0;
}
.content-grid .articles-wrapper .row>* {
  margin-bottom: var(--space-space-xl);
}
.overlay-active-text {
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: var(--color-foreground-foreground-on-active);
  background-color: rgba(0, 0, 0, .6);
  border-radius: var( --border-radius-border-border-radius-md);
  display: none;
}
.overlay-active-text.show {
  display: flex;
}
.three_column_layout .article-xs .tag__label,
.three_column_layout .article-md .tag__label {
  font-size: var(--typography-font-size-label3-sm);
  line-height: var(--typography-line-height-label3-sm);
}
.three_column_layout .article-xs h5,
.three_column_layout .article-md h5 {
  font-size: var(--typography-font-size-heading5-sm);
  line-height: var(--typography-line-height-heading5-sm);
}