.anchor-link__wrapper {
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: center;
    justify-content: center;
}
.anchor-link__svg path {
    stroke: rgb(var(--layout-text-color));
}
.anchor-link__title {
    font: var(--base-heading-xs-font);
}
.anchor-link__text {
    font: var(--base-body-m-font);
    opacity: 0.7;
}
.anchor-link {
    height: 0!important;
}
.anchor-link.anchor-link-visible {
    height: auto!important;
}