/**
 * CB Events - Public Styles
 * Customize in your theme or via Elementor
 */

.cb-event-card {
    margin-bottom: 20px;
}

.cb-event-date {
    color: #666;
    font-size: 0.9em;
}

.cb-event-location {
    color: #888;
    font-size: 0.85em;
}

.cb-event-highlight {
    border-left: 3px solid #f0a000;
    padding-left: 10px;
}

.cb-event-sold-out {
    opacity: 0.7;
}

.cb-event-sold-out::after {
    content: "Ausgebucht";
    display: inline-block;
    background: #c00;
    color: #fff;
    padding: 2px 8px;
    font-size: 0.75em;
    border-radius: 3px;
    margin-left: 10px;
}
