.c-agenda-wrap { display: flex; gap: 40px; max-width: 1200px; margin: 40px auto 0 auto; }
.c-tabs-agenda { width: 200px; }
.c-tabs-ul { list-style: none; padding: 0; margin: 0; }
.c-tabs-ul li { margin-bottom: 2px; }
.c-tabs-ul a { display: block; background: white; text-decoration: none; color: #231815; padding: 16px 12px 16px 20px; transition: all 0.3s ease; font-weight: bold; text-align: left; }
.c-tabs-ul a.active { background: #111 !important; color: white !important; }
.c-tabs-ul a.active .c-tab-day { color: white !important; }
.c-tabs-ul a.active .c-tab-date { color: white !important; }
.c-tab-day { font-size: 11px; font-weight: 600; margin: 0; text-transform: uppercase; letter-spacing: 0.5px; }
.c-tab-date { font-size: 22px; font-weight: 800; margin: 0; }
.c-content-agenda { flex: 1; background: #000; padding: 20px; border-radius: 12px; }
.agenda-tab { display: none; }
.agenda-tab:first-child { display: block; }
.c-session-row { display: flex; gap: 20px; margin-bottom: 24px; background: #111; padding: 20px; color: white; border-radius: 6px; }
.c-session-times { width: 130px; font-weight: bold; text-transform: uppercase; font-size: 24px; color: white; display: flex; align-items: center; justify-content: flex-start; }
.c-session-content { flex: 1; background: #1a1a1a; padding: 24px 40px; border-radius: 6px; color: white; }
.c-session-title { font-size: 24px; font-weight: 800; margin: 0 0 10px; color: white; }
.c-location-line { font-size: 13px; font-weight: 700; text-transform: uppercase; color: #ccc; margin-top: 10px; }
.c-speakers-list { margin-top: 20px; border-top: 1px solid #333; padding-top: 12px; }
.c-speaker-row { display: flex; align-items: center; gap: 14px; margin-top: 16px; }
.c-speaker-avatar img { width: 56px; height: 56px; border-radius: 50%; object-fit: cover; border: 2px solid #fdb435; box-shadow: 0 0 0 3px #1a1a1a; }
.c-speaker-info { flex: 1; }
.c-speaker-row-name { margin: 0; font-weight: 700; font-size: 18px; text-transform: uppercase; color: white; }
.c-speaker-row-title { margin: 0; font-size: 13px; color: #ccc; }
.c-location { font-size: 14px; font-weight: bold; text-transform: uppercase;}

.c-tabs-ul.c-filter-tabs { display: flex; flex-wrap: wrap; justify-content: space-between; margin-bottom: 40px; padding: 0; }
.c-tabs-ul.c-filter-tabs li { flex: 1 1 16.66%; margin-bottom: 0; }
.c-tabs-ul.c-filter-tabs a { text-align: center; padding: 16px; font-weight: bold; display: block; border: 1px solid #1E65CD; transition: all 0.3s ease; }
.c-tabs-ul.c-filter-tabs a:hover { color: #000; }
.c-tabs-ul.c-filter-tabs a.active:hover { color: #fff;  }
.c-yellow { color: #fdb435; }
.c-location.c-yellow { margin-bottom: 20px;}

.c-single-speaker-wrap { margin-bottom: 60px !important;}
.ta-center { text-align: center;}
.c-speaker-avatar.c-bigger-avatar img { width: 100% !important; height: auto !important; border-radius: 0 !important; object-fit: cover; border: none !important; box-shadow: none !important; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;}
.c-single-speaker-wrap .c-speaker-row-name { color: #000 !important; margin-top: 20px !important; border-radius: none !important;}
.c-single-speaker-wrap .c-speaker-row-title { color: #666 !important;}
.single-c_speaker .c-content-agenda { background: #fff !important; padding-top: 0 !important;}

@media (max-width: 768px) {
.c-agenda-wrap { flex-direction: column; gap: 40px; margin: 10px auto 0 auto;}
.c-tabs-agenda { width: 100%; }
.c-tabs-ul a { width: 100%; }
.c-content-agenda { width: 100%; }
.c-session-row { flex-direction: column; padding: 0 !important; background: none !important; }
.c-session-times { width: 100%; font-size: 18px; justify-content: center; text-align: center; }
.c-session-content { width: 100%; padding: 16px; }
.c-session-title { font-size: 18px; }
.c-speaker-row-name { font-size: 14px;  }
.c-tabs-ul.c-filter-tabs li { flex: 1 1 50%; margin-bottom: 10px; }
.c-single-speaker-wrap { margin-bottom: 30px !important;}

}
