.schedule-container { max-width: 1200px; margin: 0 auto; }
.rdsmt-filter { display: flex; flex-wrap: wrap; gap: 10px; }
.rdsmt-chip { background: #333; color: white; padding: 8px 12px; border-radius: 20px; cursor: pointer; }
.rdsmt-chip input:checked + .label { text-decoration: underline; }
.data-summary { cursor: pointer; }
.highlight { display: flex; gap: 20px; }
.highlight-item img { border-radius: 50%; }
.hour { margin: 20px 0; }
.day-listing { list-style: none; }
.card { border: 1px solid #ddd; padding: 15px; margin: 10px 0; border-radius: 8px; }
.card-header { display: flex; justify-content: space-between; align-items: center; }
.images-wrapper { display: flex; gap: 5px; }
.images-wrapper img { border-radius: 50%; }
.event-speaker { display: flex; gap: 10px; font-size: 14px; }
.button { background: #007cba; color: white; border: none; padding: 5px 10px; border-radius: 4px; }
.empty { text-align: center; padding: 20px; color: #666; }
details[open] summary ~ ul { display: block; } /* Para expandir */