.tbk-link {
    text-decoration: underline;
    font-weight: 500;
    font-size: var(--sd-ec-text-paragraph-medium-fontsize);
    font-family: var(--sd-ec-font-font-family-medium);
    color: var(--sd-ec-color-brand-secondary-100);
    display: flex;
    align-items: center;
}

.tbk-link:visited, .tbk-link:link {
    color: var(--sd-ec-color-brand-secondary-100);
    text-decoration: underline;
}

.tbk-link.slim {
    text-decoration: none;
    font-size: var(--sd-ec-text-heading-small-fontsize);
    font-family: var(--sd-ec-font-font-family-medium);
    color: var(--sd-ec-color-brand-secondary-100);
    display: flex;
    align-items: center;
}

.tbk-link.slim:visited {
    color: var(--sd-ec-color-brand-secondary-100);
}

.tbk-link:focus,
.tbk-link.slim:focus {
    box-shadow: 0 0 0 0.375rem var(--sd-ec-color-neutral-000);
    outline: 0.125rem solid var(--sd-ec-color-brand-secondary-100);
    outline-offset: 0.125rem;
}
