/*
Theme Name: 360 Partners
Theme URI: https://360partners.nl
Description: Custom theme for 360 Partners, converted from Next.js.
Author: 360 Partners
Author URI: https://360partners.nl
Version: 1.0
*/
/* style.css */

/* Zorg dat lijsten binnen de content weer bolletjes hebben */
.entry-content ul {
    list-style-type: disc;
    padding-left: 1.5rem;
    margin-bottom: 1.5rem;
}

.entry-content li {
    margin-bottom: 0.5rem;
}

/* Voor genummerde lijsten */
.entry-content ol {
    list-style-type: decimal;
    padding-left: 1.5rem;
    margin-bottom: 1.5rem;
}