/* WFX Event Calendar Frontend Styles */
/* Basis-Styles werden im Template mit PHP generiert für dynamische Farben */

.wfx-ec-calendar * {
    box-sizing: border-box;
}

.wfx-ec-calendar {
    clear: both;
}

/* Print Styles */
@media print {
    .wfx-ec-event-item {
        page-break-inside: avoid;
        box-shadow: none !important;
        border: 1px solid #000 !important;
    }
}
