.case-content-anchors__block {
  margin-bottom: 24px;
}
.case-content-anchors__block:last-child {
  margin-bottom: 0;
}
.case-content-anchors__title {
  margin-bottom: 4px;
}
.case-content-anchors__link {
  display: block;
  margin-bottom: 4px;
  color: var(--color-blue);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.case-content-anchors__link:last-child {
  margin-bottom: 0;
}
@media (hover: hover) {
  .case-content-anchors__link:hover {
    text-decoration: none;
  }
}