/* ===========================
   인터뷰 페이지 전용 스타일
   =========================== */

/* 화자 전환 시 큰 간격 */
.text-content .speaker-host,
.text-content .speaker-guest {
	margin-top: 3em;
}

/* 같은 화자 내부는 일반 간격 */
.text-content .speaker-host + .speaker-host,
.text-content .speaker-guest + .speaker-guest {
	margin-top: 1.5em;
}

/* 첫 번째 문단은 위 간격 제거 */
.text-content > .speaker-host:first-child,
.text-content > .speaker-guest:first-child {
	margin-top: 0;
}
