/* Shared speaker detail modal (index + speakers page) */
.modal.modal-speaker .modal-dialog {
	max-width: min(1200px, calc(100vw - 2rem));
	width: 96%;
}

.modal.modal-speaker .theme-bg-light .name {
	font-weight: 800;
}

.modal.modal-speaker [data-speaker-summary] {
	line-height: 1.45;
}

.modal.modal-speaker [data-speaker-summary] p {
	margin-bottom: 0.5rem;
}

.modal.modal-speaker .desc {
	line-height: 1.7;
}
