
.custom-agenda{--agenda-accent:#e40d75;position:relative;width:100%}
.custom-agenda *{box-sizing:border-box}
.custom-agenda .agenda-tabs{display:flex;gap:12px;flex-wrap:wrap;margin:0 0 30px}
.custom-agenda .agenda-tab{appearance:none;border:1px solid #ddd;background:#fff;padding:14px 22px;cursor:pointer;text-align:left;transition:.2s ease}
.custom-agenda .agenda-tab span,.custom-agenda .agenda-tab small{display:block}
.custom-agenda .agenda-tab small{margin-top:4px;opacity:.7}
.custom-agenda .agenda-tab.active{background:#e40d75;border-color:#e40d75;color:#fff}
.custom-agenda .agenda-day{display:none}
.custom-agenda .agenda-day.active{display:block}
.custom-agenda .detailed-agenda-content .agenda-day.active{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;align-items:stretch}
.custom-agenda .agenda-date-title{margin:35px 0 20px}
.custom-agenda .agenda-item{display:grid;grid-template-columns:160px 1fr;gap:32px;padding:26px 0;border-bottom:1px solid #e5e5e5}
.custom-agenda .agenda-time{font-weight:700;color:#e40d75;font-size:1.08rem}
.custom-agenda .agenda-details h3{margin:0 0 14px}
.custom-agenda .agenda-description{margin-top:16px}
.custom-agenda .agenda-speakers{display:flex;flex-wrap:wrap;gap:20px;margin-top:16px}
.custom-agenda .agenda-modal-box h2, .custom-agenda .agenda-modal-box h3, .custom-agenda .agenda-modal-box h4 {color: #080047;}
.custom-agenda .agenda-modal-box h2 {font-size: 2.5rem;}
.custom-agenda .agenda-speaker{display:flex;gap:12px;align-items:flex-start;max-width:440px}
.custom-agenda .agenda-speaker img{width:64px;height:64px;border-radius:50%;object-fit:cover}
.custom-agenda .agenda-speaker-content strong,.custom-agenda .agenda-speaker-content span,.custom-agenda .agenda-speaker-content a{display:block}
.custom-agenda .agenda-speaker-content a{margin-top:4px;color:#e40d75}
.custom-agenda .agenda-speaker-bio{margin-top:8px}
.custom-agenda .detailed-tabs{justify-content:center}
.custom-agenda .detailed-session-card{width:100%;min-width:0;display:flex;flex-direction:column;gap:14px;border:0;padding:24px;margin:0;background:#f3f3f3;text-align:left;color:#171717;transition:transform .2s ease,box-shadow .2s ease;overflow:hidden;min-height:260px;height:100%}
.custom-agenda button.detailed-session-card{cursor:pointer;font:inherit}
.custom-agenda button.detailed-session-card:hover{transform:translateY(-2px);box-shadow:0 10px 25px rgba(0,0,0,.12)}
.custom-agenda .detailed-session-card.card-color-gold{background:#bf9930}
.custom-agenda .detailed-session-card.card-color-blue{background:#080047}
.custom-agenda .detailed-session-card.card-color-blue * , .custom-agenda .detailed-session-card.card-color-default *, .custom-agenda .detailed-session-card.card-color-red *, .custom-agenda .detailed-session-card.card-color-oblue * {color: #fff !important;}
.custom-agenda .detailed-session-card.card-color-green{background:#06d7bc}
.custom-agenda .detailed-session-card.card-color-red{background:#0099bb}
.custom-agenda .detailed-session-card.card-color-gray{background:#efefef}
.custom-agenda .detailed-session-card.card-color-oblue{background:#0099bb}
.custom-agenda .detailed-session-card.card-color-default{background:#000000}
.custom-agenda .detailed-session-card .session-time,.custom-agenda .detailed-session-card h3,.custom-agenda .detailed-session-card p,.custom-agenda .detailed-session-card span{color:inherit}
.custom-agenda .session-time{font-weight:700;color:#e40d75}
.custom-agenda .session-card-content h3{margin:0 0 7px}
.custom-agenda .session-type{font-weight:600;opacity:.7;margin:0 0 10px}
.custom-agenda .session-speakers-preview{display:flex;flex-wrap:wrap;gap:12px;margin-top:16px}
.custom-agenda .speaker-preview{display:flex;align-items:center;gap:8px}
.custom-agenda .speaker-preview img{width:34px;height:34px;border-radius:50%;object-fit:cover}
.custom-agenda .agenda-modal{position:fixed;inset:0;z-index:99999;display:none;align-items:center;justify-content:center;padding:20px}
.custom-agenda .agenda-modal.is-open{display:flex}
.custom-agenda .agenda-modal-overlay{position:absolute;inset:0;background:rgba(0,0,0,.68)}
.custom-agenda .agenda-modal-box{position:relative;z-index:1;background:#fff;width:min(840px,100%);max-height:88vh;overflow:auto;padding:36px;box-shadow:0 20px 60px rgba(0,0,0,.3)}
.custom-agenda .agenda-modal-close{position:absolute;right:14px;top:10px;border:0;background:none;font-size:32px;line-height:1;cursor:pointer}
.custom-agenda .modal-meta{display:flex;flex-wrap:wrap;gap:10px 24px;padding:16px 0;border-top:1px solid #eee;border-bottom:1px solid #eee;margin:20px 0}
.custom-agenda .modal-meta p{margin:0}
.custom-agenda .modal-speaker{display:flex;gap:18px;padding:18px 0;border-bottom:1px solid #eee}
.custom-agenda .modal-speaker img{width:90px;height:90px;border-radius:50%;object-fit:cover}
.custom-agenda .modal-speaker h4{margin:0 0 5px}
.custom-agenda .modal-speaker h4 a{display:inline-flex;width:24px;height:24px;align-items:center;justify-content:center;margin-left:8px;background:#0a66c2;color:#fff;text-decoration:none;font-size:13px}
.custom-agenda .fade-up{opacity:0;transform:translateY(18px);transition:opacity .55s ease,transform .55s ease}
.custom-agenda .fade-up.is-visible{opacity:1;transform:none}
body.agenda-modal-open{overflow:hidden}
@media(max-width:1100px){
  .custom-agenda .detailed-agenda-content .agenda-day.active{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:767px){
  .custom-agenda .detailed-agenda-content .agenda-day.active{grid-template-columns:1fr}
  .custom-agenda .agenda-item{grid-template-columns:1fr;gap:10px}
  .custom-agenda .detailed-session-card{min-height:0;gap:10px}
  .custom-agenda .agenda-tabs{display:grid;grid-template-columns:1fr 1fr}
  .custom-agenda .agenda-tab{padding:12px}
  .custom-agenda .agenda-modal-box{padding:28px 20px}
  .custom-agenda .modal-speaker{flex-direction:column}
  .custom-agenda .detailed-agenda-content .agenda-day.active { grid-template-columns: repeat(1, minmax(0, 1fr));}
}
