/* Overschrijf de display: block uit het thema en dwing de link terug in de lopende tekst */
#short_description_content a.custom-internal-link, 
.page-product-box a.custom-internal-link {
    display: inline !important;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: inherit; /* Neemt de lettergrootte van de lopende tekst aan */
    font-weight: 700;   /* Behoudt de vette weergave die je thema daar graag wil */
}