/**
 * [tc_short_specs] — short description rendered as a spec bullet list
 * in the "Tutte le caratteristiche" section of the product page.
 */
.tc-short-specs {
    margin: 0 0 1em 1.2em;
    padding: 0;
    list-style: disc;
}

.tc-short-specs li {
    margin: 0 0 0.35em;
}
