.sh-anchor {
    height: auto;
    padding: 0;
    min-width: auto;
    line-height: 1.2;
    color: var(--buttonTextColor);
    text-align: left;
    border-style: none;
    outline: none;
    border: 0;
    background-color: transparent;
}

.sh-anchor.primary {
    color: var(--primaryColor);
}