.elementor-4511 .elementor-element.elementor-element-2a67ced{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-e5db938 */.agenda-filter-container {
    margin: 20px 0;
}

.agenda-filters {
    background: #f5f5f5;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.desktop-filters {
    display: block;
}

.mobile-filters {
    display: none;
}

.filter-group {
    margin-bottom: 15px;
}

.filter-label {
    font-weight: bold;
    margin-right: 15px;
    display: inline-block;
    min-width: 80px;
}

.filter-buttons {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 10px;
}

.filter-button {
    padding: 8px 16px;
    background: white;
    border: 2px solid #ddd;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s;
    font-size: 14px;
}

.filter-button:hover {
    background: #f0f0f0;
    border-color: #007cba;
}

.filter-button.active {
    background: #007cba;
    color: white;
    border-color: #007cba;
}

.agenda-current-view {
    background: #e7f3ff;
    padding: 10px 15px;
    border-radius: 5px;
    margin-bottom: 20px;
    border-left: 4px solid #007cba;
    font-weight: 500;
}

.agenda-day-section {
    margin-bottom: 40px;
}

.agenda-day-subtitle {
    font-size: 24px;
    color: #333;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #007cba;
}

.agenda-events {
    display: grid;
    gap: 20px;
}

.agenda-event {
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    border-left: 5px solid #ddd;
    transition: transform 0.2s;
}

.agenda-event:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

.event-break {
    background: #f9f9f9;
    border-left-color: #ffc107;
}

.event-common {
    background: #fff3cd;
}

.event-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.event-time {
    font-size: 16px;
    font-weight: bold;
    color: #007cba;
}

.room-badge {
    display: inline-block;
    padding: 5px 12px;
    border-radius: 15px;
    font-size: 13px;
    font-weight: 500;
    background: #007cba;
    color: white;
}

.event-title {
    font-size: 20px;
    margin: 10px 0;
    color: #333;
}

.event-speakers {
    margin: 15px 0;
}

.event-speaker {
    display: inline-flex;
    align-items: center;
    margin-right: 15px;
    margin-bottom: 10px;
}

.speaker-mini-photo {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 8px;
    object-fit: cover;
}

.speaker-name {
    font-weight: 500;
    color: #555;
}

.event-description-wrapper {
    margin-top: 15px;
}

.event-description-toggle {
    color: #007cba;
    text-decoration: none;
    font-weight: 500;
}

.event-description {
    display: none;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 5px;
    margin-top: 10px;
}

.event-description.show {
    display: block;
}

@media (max-width: 768px) {
    .desktop-filters {
        display: none;
    }
    
    .mobile-filters {
        display: block;
    }
    
    .filter-select {
        width: 100%;
        padding: 8px;
        border: 1px solid #ddd;
        border-radius: 5px;
    }
}

.event-meta {
    display: flex;
    gap: 8px;
    align-items: center;
    flex-wrap: wrap;
}

.event-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 10px;
}

.room-badge {
    display: inline-block;
    padding: 5px 12px;
    border-radius: 15px;
    font-size: 13px;
    font-weight: 500;
    background: #007cba;
    color: white;
}

.category-badge {
    display: inline-block;
    padding: 5px 12px;
    border-radius: 15px;
    font-size: 12px;
    background: #e9ecef;
    color: #495057;
    font-style: italic;
}

@media (max-width: 768px) {
    .event-header {
        flex-direction: column;
    }
    
    .event-meta {
        margin-top: 10px;
    }
}/* End custom CSS */