.elementor-4249 .elementor-element.elementor-element-52be63b{--display:flex;}.elementor-4249 .elementor-element.elementor-element-3302e54{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-c137bdb */.agenda-filter-container {
    max-width: 100%;
    margin: 2em 0;
}

.desktop-filters {
    display: block;
}

.mobile-filters {
    display: none;
}

/* Filtry desktop */
.agenda-filters.desktop-filters {
    display: flex;
    flex-direction: column;
    gap: 1.5em;
    padding: 1.5em;
    background: #f5f5f5;
    border-radius: 8px;
    margin-bottom: 2em;
}

.desktop-filters .filter-group {
    display: flex;
    flex-direction: column;
    gap: 0.8em;
}

.desktop-filters .filter-label {
    font-weight: 600;
    color: #444;
    font-size: 1.1em;
}

.desktop-filters .filter-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5em;
}

.desktop-filters .filter-button {
    padding: 0.6em 1.2em;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 0.9em;
    font-weight: 500;
}

.desktop-filters .filter-button:hover {
    border-color: #999;
}

.desktop-filters .filter-button.active {
    background: #007cba;
    color: white;
    border-color: #007cba;
}

/* Filtry mobile */
.agenda-filters.mobile-filters {
    padding: 1.5em;
    background: #f5f5f5;
    border-radius: 8px;
    margin-bottom: 2em;
}

.mobile-filters .filter-group {
    display: flex;
    align-items: flex-start;
    gap: 1em;
    margin-bottom: 1em;
}

.mobile-filters .filter-group:last-child {
    margin-bottom: 0;
}

.mobile-filters label {
    font-weight: 600;
    color: #444;
    min-width: 80px;
}

.mobile-filters .filter-select {
    flex: 1;
    padding: 0.8em 1em;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: white;
    font-size: 1em;
    cursor: pointer;
    transition: border-color 0.3s ease;
}

.mobile-filters .filter-select:focus {
    border-color: #007cba;
    outline: none;
}

/* Media queries dla tabletów i mobile */
@media (max-width: 768px) {
    .desktop-filters {
        display: none !important;
    }
    
    .mobile-filters {
        display: block !important;
    }
    
    .event-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5em;
    }
    
    .event-room {
        margin-left: 0;
    }
    
    .event-speakers {
        flex-direction: column;
    }
    
    .event-title {
        font-size: 1.2em;
    }
}

.agenda-current-view {
    font-size: 1.1em;
    font-weight: 500;
    color: #333;
    padding: 0.8em 1.5em;
    background: #e8f4f8;
    border-left: 4px solid #007cba;
    margin-bottom: 2em;
    border-radius: 4px;
}

.agenda-events-container {
    min-height: 200px;
}

.agenda-day-section {
    margin-bottom: 2em;
}

.agenda-day-subtitle {
    font-size: 1.4em;
    color: #333;
    margin: 1.5em 0 1em 0;
    padding-bottom: 0.5em;
    border-bottom: 2px solid #e0e0e0;
}

.agenda-events {
    display: flex;
    flex-direction: column;
    gap: 1em;
}

.agenda-event {
    background: #fafafa;
    border-radius: 8px;
    padding: 1.5em;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

.agenda-event:hover {
    background: #f7f7f7;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

.event-break {
    background: #f0f0f0;
    opacity: 0.7;
    padding: 1em 1.5em;
}

.event-common {
    background: #f0f7ff !important;
    border-left-color: #0073aa !important;
}

.event-common-badge {
    display: inline-block;
    background: #0073aa;
    color: white;
    font-size: 0.75em;
    padding: 0.3em 0.8em;
    border-radius: 3px;
    margin-bottom: 0.8em;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.event-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1em;
}

.event-time {
    font-weight: 600;
    color: #666;
    font-size: 1.1em;
}

.room-badge {
    padding: 0.3em 0.8em;
    border-radius: 4px;
    font-size: 0.85em;
    font-weight: 500;
}

.event-title {
    font-size: 1.3em;
    margin: 0 0 0.5em 0;
    color: #222;
    line-height: 1.3;
}

.event-break .event-title {
    font-size: 1.1em;
}

.event-speakers {
    margin: 0.8em 0;
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
}

.event-speaker {
    display: flex;
    align-items: center;
    gap: 0.5em;
}

.speaker-mini-photo {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.speaker-name {
    font-weight: 500;
    color: #444;
    font-size: 0.95em;
}

.speaker-company {
    color: #666;
    font-size: 0.9em;
}

.event-description-wrapper {
    margin-top: 0.8em;
}

.event-description-toggle {
    color: #007cba;
    text-decoration: none;
    font-size: 0.9em;
    font-weight: 500;
    display: inline-block;
    padding: 0.2em 0;
    transition: color 0.3s ease;
}

.event-description-toggle:hover {
    color: #005a87;
    text-decoration: underline;
}

.event-description {
    display: none;
    margin-top: 1em;
    padding-top: 1em;
    border-top: 1px solid #e0e0e0;
    line-height: 1.6;
    color: #555;
}

.event-description.show {
    display: block;
}

.event-description h5 {
    margin: 0.5em 0;
    font-size: 1em;
    color: #444;
}

.event-description p {
    margin: 0.5em 0;
}

.no-events {
    text-align: center;
    padding: 3em;
    color: #666;
    font-style: italic;
    background: #f5f5f5;
    border-radius: 8px;
}/* End custom CSS */
/* Start custom CSS */a {
    color: var( --e-global-color-865ccd0 );
}/* End custom CSS */