/* Container & Typografie voor BEIDE omschrijvingen */
#page .rte.custom-rte-design,
#page #short_description_content {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
    line-height: 1.7 !important;
    color: #2c3e50 !important;
    font-size: 15px !important;
}

/* Koppen binnen de omschrijvingen */
#page .rte.custom-rte-design h2, #page #short_description_content h2,
#page .rte.custom-rte-design h3, #page #short_description_content h3 {
    color: #111111 !important;
    font-weight: 600 !important;
    margin-top: 20px !important;
    margin-bottom: 10px !important;
}

/* Tabellen in beide secties moderniseren */
#page .rte.custom-rte-design table,
#page #short_description_content table {
    width: 100% !important;
    max-width: 100% !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    margin: 20px 0 !important;
    background-color: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 6px !important;
    overflow: hidden !important;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05) !important;
}

#page .rte.custom-rte-design table td:first-child,
#page #short_description_content table td:first-child {
    font-weight: 600 !important;
    color: #1a202c !important;
    width: 30% !important;
    background-color: #f8fafc !important;
}

#page .rte.custom-rte-design table td,
#page #short_description_content table td {
    padding: 10px 15px !important;
    border-bottom: 1px solid #edf2f7 !important;
    font-size: 14px !important;
}

#page .rte.custom-rte-design table tr:last-child td,
#page #short_description_content table tr:last-child td {
    border-bottom: none !important;
}

/* Lijsten / Bulletpoints strakker maken (Zeer belangrijk voor short desc!) */
#page .rte.custom-rte-design ul,
#page #short_description_content ul {
    list-style: none !important;
    padding-left: 5px !important;
    margin: 15px 0 !important;
}

#page .rte.custom-rte-design ul li,
#page #short_description_content ul li {
    position: relative !important;
    padding-left: 22px !important;
    margin-bottom: 8px !important;
}

#page .rte.custom-rte-design ul li::before,
#page #short_description_content ul li::before {
    content: "•" !important;
    position: absolute !important;
    left: 5px !important;
    top: 0px !important;
    color: #3b82f6 !important; /* Jouw accentkleur */
    font-weight: bold !important;
    font-size: 18px !important;
}