.wp-kernfakten-box {
    margin: 40px 0 24px 0;
    border-radius: 4px;
    overflow: hidden;
}

.wp-kernfakten-box h2.wp-kernfakten-box__header {
    background: #2f90d4 !important;
    color: #ffffff !important;
    font-weight: 700;
    font-size: 1.1em;
    margin: 0;
    padding: 14px 20px;
}

.wp-kernfakten-box__list {
    background: #f2f2f2;
    margin: 0;
    padding: 16px 20px 16px 40px;
    list-style: disc;
    border: 1px solid #e0e0e0;
}

.wp-kernfakten-box__list li {
    margin: 0 0 8px 0;
    line-height: 1.5;
}

.wp-kernfakten-box__list li:last-child {
    margin-bottom: 0;
}
