/* Extra schedule styles for JS-rendered agenda item types. */

.schedule-tab-content .item.item-day {
	margin-top: 2.75rem;
	margin-bottom: 1.5rem;
}

.schedule-tab-content .item.item-day:first-child {
	margin-top: 0;
}

.schedule-tab-content .item.item-day::after {
	left: 184px;
	top: 50%;
	width: 28px;
	height: 28px;
	border-color: #37634a;
	background: #dd9448;
	transform: translateY(-50%);
}

.schedule-tab-content .item.item-day .day-content {
	padding-left: 240px;
}

.schedule-tab-content .item.item-day .day-heading {
	margin: 0;
	padding: 0.75rem 1rem;
	border-left: 6px solid #dd9448;
	background: #141c25;
	color: #fff;
	font-size: 1.125rem;
	letter-spacing: 0;
}

.schedule-tab-content .item.item-day .day-desc {
	margin-top: 0.5rem;
}

@media (max-width: 767.98px) {
	.schedule-tab-content .item.item-day {
		background: transparent;
		padding: 0;
	}

	.schedule-tab-content .item.item-day .day-content {
		padding-left: 0;
	}
}
