/* ==========================================================================
   Cast & crew page (/cast-and-crew/{slug}/)
   The header itself (.bim-hub-header/.bim-hub-header__title) is shared
   with the taxonomy archives, styled in reviews-hub.css. This file only
   covers what's specific to this page: the "Movies Starring…" / "Movies
   Directed by…" sections, styled the same way as other section
   subheadings on the site (.bim-review__sidebar-title etc.).
   ========================================================================== */

.bim-cast-crew-section {
	padding-top: var(--bim-space-lg);
	padding-bottom: var(--bim-space-lg);
}

.bim-cast-crew-section + .bim-cast-crew-section {
	border-top: 1px solid var(--bim-color-border);
}

.bim-cast-crew-section__title {
	font-size: 20px;
	margin: 0 0 var(--bim-space-md);
	padding-bottom: 12px;
	border-bottom: 2px solid var(--bim-color-text);
}
