/* BROM Airing Schedule — frontend styling
 * Deliberately minimal; inherits most styling from the theme.
 */
.brom-sched-card {
	margin-bottom: 2em;
}
.brom-sched-card .brom-sched-label {
	display: inline-block;
	font-size: 0.75em;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #2e5d8a;
	font-weight: 700;
	margin-bottom: 0.4em;
}
.brom-sched-card .brom-sched-thumb {
	display: block;
	margin-bottom: 0.75em;
	line-height: 0;
}
.brom-sched-card .brom-sched-thumb img {
	width: 100%;
	height: auto;
	display: block;
}
.brom-sched-card .brom-sched-title {
	margin: 0 0 0.4em;
	line-height: 1.25;
}
.brom-sched-card .brom-sched-title a {
	text-decoration: none;
}
.brom-sched-card .brom-sched-excerpt {
	margin-bottom: 0.75em;
	line-height: 1.5;
}
.brom-sched-card .brom-sched-more-link {
	font-weight: 600;
	text-decoration: none;
}
.brom-sched-card .brom-sched-more-link:hover {
	text-decoration: underline;
}
.brom-sched-empty {
	padding: 1em;
	background: #f6f7f7;
	border-left: 3px solid #c3c4c7;
	color: #50575e;
}
