.pdecf-calendar{--pdecf-border:#ddd;--pdecf-accent:#b51f2e;font-family:inherit}.pdecf-calendar-nav{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.pdecf-calendar-nav h2{margin:0;text-transform:capitalize}.pdecf-calendar-nav a{display:grid;place-items:center;width:42px;height:42px;border:1px solid var(--pdecf-border);text-decoration:none;font-size:28px}.pdecf-weekdays,.pdecf-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr))}.pdecf-weekdays>div{font-weight:700;padding:10px;text-align:center;background:#f5f5f5;border:1px solid var(--pdecf-border);border-bottom:0}.pdecf-day{min-height:125px;padding:8px;border:1px solid var(--pdecf-border);background:#fff}.pdecf-day-number{font-weight:700;margin-bottom:8px}.pdecf-event-link{display:block;padding:5px 6px;margin:0 0 5px;border-left:3px solid var(--pdecf-accent);background:#f7f7f7;text-decoration:none;font-size:.88em;line-height:1.3}.pdecf-event-link span{display:block;font-size:.82em;opacity:.75}.pdecf-empty{background:#fafafa}.pdecf-list-item{display:flex;gap:15px;padding:15px 0;border-bottom:1px solid #ddd}.pdecf-list-date{flex:0 0 58px;text-align:center}.pdecf-list-date strong,.pdecf-list-date span{display:block}.pdecf-list-item h3{margin:0 0 4px}.pdecf-list-item p{margin:0}@media(max-width:800px){.pdecf-weekdays{display:none}.pdecf-grid{display:block}.pdecf-empty{display:none}.pdecf-day{min-height:0;margin-bottom:8px}.pdecf-day:not(:has(.pdecf-event-link)){display:none}}