.plg-content-dpcalendar-contact-events .dp-list,
.plg-content-dpcalendar-user-events .dp-list {
list-style-type: none;
margin: 0;
padding: 0;
}
.plg-content-dpcalendar-contact-events .dp-list > li,
.plg-content-dpcalendar-user-events .dp-list > li {
padding: 1em;
border-bottom: 1px solid rgb(221, 221, 221);
}
.plg-content-dpcalendar-contact-events .dp-list > li:first-child,
.plg-content-dpcalendar-user-events .dp-list > li:first-child {
border-top: 1px solid rgb(221, 221, 221);
}
.plg-content-dpcalendar-contact-events .dp-list > li:nth-of-type(odd),
.plg-content-dpcalendar-user-events .dp-list > li:nth-of-type(odd) {
background-color: #f2f2f2;
}
.plg-content-dpcalendar-contact-events__header,
.plg-content-dpcalendar-user-events__header {
margin-top: 1rem;
font-size: xx-large;
font-weight: bold;
}
.plg-content-dpcalendar-contact-events .dp-event__link,
.plg-content-dpcalendar-user-events .dp-event__link {
display: block;
margin-bottom: 0.5rem;
}
/*# sourceMappingURL=events.css.map */