.render-links li:nth-child(4) a {
  background-color: #42a73d !important;
  color: white !important;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  display: inline-block;
}

.render-links li:nth-child(4) a:hover, .render-links li:nth-child(4) a:active {
  background-color: #3e9337 !important;
}

.zui-lozenge-notice {
  background-color: var(--K15t-background-danger);
  color: var(--K15t-foreground-on-danger);
  border-style: solid;
  border-width: 1px;
  border-radius: var(--K15t-radius-small);
  display: inline-block;
  font-size: var(--K15t-font-size-medium);
  letter-spacing: .005em;
  line-height: 1;
  margin: 0;
  overflow: hidden;
  padding: .25rem;
  text-decoration: none;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
}


