/* Agenda — pre-conference workshops listing view (/programme/workshops). */

.agenda-workshops__section {
	margin-bottom: 32rem;
}

.agenda-workshops__section .programme_day {
	/* Reuse the day-header styling but make it slightly less imposing —
       these aren't days, they're workshop categories. */
	font-size: 19rem;
	border-bottom-width: 1px;
	border-bottom-color: #999;
}

.agenda-workshops__cta {
	margin: 40rem 0 16rem;
	text-align: center;
}

.agenda-workshops__cta-button {
	display: inline-block;
	padding: 13rem 26rem;
	background: #2c5aa0;
	color: #fff;
	text-decoration: none;
	border-radius: 3px;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	font-size: 14rem;
	transition: background 0.12s ease;
}

.agenda-workshops__cta-button:hover {
	background: #1e4378;
	text-decoration: none;
	color: #fff;
}
