.speakers-list {
    margin-bottom: 2rem;
}
.speaker-event {
    margin-bottom: 1rem;
    padding-bottom: .5rem;
    border-bottom: 1px solid #ccc;
}
.speaker-event .speaker-name {
    font-size: 1.2rem;
    font-weight: 800;
}
.speaker-details {
    margin: .25rem 0;
}
.event-details {
    margin-top: .25rem;
}
.event-name {
    font-weight: 800;
}
/* Accessibility improvements */
.modal-link:focus {
    outline: 2px solid currentColor;
    outline-offset: 2px;
}
@media (prefers-reduced-motion: reduce) {
    * {
        transition: none !important;
    }
}