/* dxp_content_layout:expandableSection renders as:
   .expandable-section > button.section-header[aria-expanded] > .title
                       > .content
   (light DOM — no <details>/<summary>) */

.KB2B_Accordeon_Underline .section-header {
    border-bottom: 1px solid var(--Neutral-Grey-500, #DBDBDB);
    padding-top: 20px !important;
    padding-bottom: 5px !important;
    margin-bottom: 10px !important;
   /* font-family: var(--font-family-body, "PT Sans");*/
    width: 100%;
    box-sizing: border-box;
}

.KB2B_Accordeon_Underline .title,
.KB2B_Accordeon_Underline .content,
.KB2B_Accordeon_Underline td {
    padding-left: 0px !important;
}

.KB2B_Accordeon_Underline .title,
.KB2B_Accordeon_Underline .content {
    padding-right: 0px !important;
}

/* .KB2B_Accordeon_Underline .title h3 {
    font-family: var(--font-family-body, "PT Sans") !important;
    font-style: normal !important;
    font-weight: 700 !important;
} */

.KB2B_Accordeon_Underline .content :is(h1, h2, h3, h4, h5, h6) {
    margin-top: 1em !important;
}

.KB2B_Accordeon_Underline .content {
    padding-bottom: 15px !important;
}
