.dp-5bf61b48-container {
    padding: 10px;
}
.dp-5bf61b48-group {
    margin-bottom: 20px;
    border: 1px solid #eee;
    border-radius: 4px;
}
.dp-5bf61b48-header-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    background: #f9f9f9;
    cursor: pointer;
    user-select: none;
}
.dp-5bf61b48-date-header {
    margin: 0;
    font-size: 1.2em;
}
.dp-5bf61b48-toggle-icon::before {
    content: '+';
    font-size: 1.5em;
    font-weight: bold;
    color: #666;
}
.dp-5bf61b48-group.is-open .dp-5bf61b48-toggle-icon::before {
    content: '−';
}
.dp-5bf61b48-list {
    list-style-type: none;
    padding: 15px;
    margin: 0;
    display: none;
}
.dp-5bf61b48-group.is-open .dp-5bf61b48-list {
    display: block;
}
.dp-5bf61b48-item {
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px dashed #eee;
}
.dp-5bf61b48-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.dp-5bf61b48-item a {
    text-decoration: none;
    font-weight: bold;
}