/* Self-contained styling for the [ddb_week_schedule format="timing-boxes"]
 * homepage column. These rules replicate the UABB info-box presentation the
 * static modules carried (white Raleway text, thin #78D2D9 dividers) so the
 * Practice Data-driven markup stays visually identical without per-module
 * generated CSS. Values were extracted from the production boxes. */

.ddb-week-schedule .uabb-infobox {
	border-bottom: 1px solid #78d2d9;
	padding-bottom: 10px;
}

.ddb-week-schedule .timingBox:last-child .uabb-infobox {
	border-bottom: 0;
	padding-bottom: 0;
}

.ddb-week-schedule .uabb-infobox-title {
	color: #fff;
	font-family: Raleway, sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 28px;
	margin: 20px 0 10px;
}

.ddb-week-schedule .uabb-infobox-text {
	color: #fff;
	font-family: Raleway, sans-serif;
	font-size: 15px;
	line-height: 25px;
}

.ddb-week-schedule .uabb-infobox-text a {
	color: #fff;
	font-weight: 400;
	text-decoration: underline;
}

.ddb-week-schedule .uabb-infobox-text p {
	margin: 0;
}
