.date-list{
    max-height:300px;
    overflow-y:auto;
    padding-left:16px;
}

.date-list li{
    background:#ecfdf5;
    border-left:4px solid #10b981;
    padding:12px;
    margin-bottom:10px;
    border-radius:10px;
}
