/* Show category names exactly as stored — the theme capitalizes every word in
   the sidebar widget, which wrongly uppercases Swedish connectors (och/till/för)
   and abbreviations (bl.a.) that are stored correctly. */
.widget_product_categories .product-categories li,
.widget_product_categories .product-categories li a {
    text-transform: none;
}
