.priceswitcher--thumbnail {

    .priceswitcher__net:first-child:not(.priceswitcher__secondary-price),
    .priceswitcher__gross:first-child:not(.priceswitcher__secondary-price),
    .priceswitcher__net:only-child,
    .priceswitcher__gross:only-child
    {
        .priceswitcher__amount {
            color: #2f6487 !important;
            font-size: 1rem !important;
            font-weight: 900 !important;
            letter-spacing: 0 !important;
        }
    }
}