/* calendario */
#wcec-calendar {
    background:#fff;
    padding:10px;
    border-radius:8px;
    box-shadow:0 2px 6px rgba(0,0,0,0.1);
    margin-bottom:20px;
}

/* panel detalles */
#wcec-details {
    background:#fff;
    padding:12px;
    border-radius:8px;
    box-shadow:0 2px 6px rgba(0,0,0,0.1);
}
.wcec-event { border-bottom:1px solid #eee; padding:8px 0; }
.wcec-event:last-child { border-bottom:none; }
.wcec-event h4 { margin:0 0 6px; }
.wcec-thumb img { max-width:80px; float:left; margin:0 10px 5px 0; }

/* puntos */
.wcec-dot-marker {
    width:10px;
    height:10px;
    border-radius:50%;
    margin:0 2px;
    border:none !important;
}

/* que varios puntos salgan alineados en fila */
.fc-daygrid-event-harness {
    display:flex !important;
    justify-content:center;
    gap:3px;
}
.fc-daygrid-day-events {
    display:flex !important;
    justify-content:center;
}


.fc-h-event {
	border: none!important;
	background: transparent!important;
}