/* Prisliste Plugin Frontend Styles - Minimal */

/* Only essential styles to maintain structure, let your theme handle the rest */

.pris-side {
    /* Keep basic structure */
}

.toc {
    /* Keep basic structure */
}

.prisliste-wrapper {
    /* Keep basic structure */
}

.price-list {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem 0;
    /* Removed background and box-shadow to let theme handle styling */
}

.price-list li {
    /* Removed all styling to let theme handle */
}

.pris {
    /* Removed all styling to let theme handle */
}
