.nettoge-contextual-links {
  background: var(--nettoge-retro-side-bg, var(--color_gray, #f7f7f7));
  border: 1px solid var(--nettoge-retro-card-border, #8294a2);
  border-radius: 0;
  box-shadow: var(--nettoge-retro-card-shadow, none);
  clear: both;
  margin-block: clamp(2rem, 5vw, 3rem);
  padding: 0;
  overflow: hidden;
}

.nettoge-contextual-links__title {
  margin: 0;
  padding: 7px 10px;
  color: var(--nettoge-retro-side-title-fg, #fff);
  background: var(--nettoge-retro-side-title-bg);
  border-bottom: 1px solid var(--nettoge-retro-side-title-border, #1a2b39);
  font-size: 12px;
  font-weight: 700;
  text-shadow: var(--nettoge-retro-side-title-shadow);
}

.nettoge-contextual-links > :not(.nettoge-contextual-links__title) {
  padding-inline: 12px;
}

.nettoge-contextual-links > :not(.nettoge-contextual-links__title):first-of-type {
  padding-top: 10px;
}

.nettoge-contextual-links > :last-child {
  padding-bottom: 12px;
}

.nettoge-contextual-links ul {
  margin-block: 0 0.75rem;
  padding-inline-start: 1.4em;
}

.nettoge-contextual-links li + li {
  margin-block-start: 0.4rem;
}

.nettoge-contextual-links > p:last-child {
  margin-block-end: 0;
  text-align: right;
}
