.rod-hours {
	max-width: 420px;
}

.rod-heading {
	margin: 0 0 16px;
	font-family: 'Cabin Condensed', sans-serif;
	font-size: 30px;
	font-weight: 400;
	color: #d3a471;
	letter-spacing: .02em;
	text-transform: uppercase;
}

.rod-days {
	list-style: none;
	margin: 0;
	padding: 0;
}

.rod-day {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted currentColor;
}

.rod-day-name {
	display: block;
	font-weight: 600;
}

.rod-day-time {
	display: block;
}

.rod-day-kitchen {
	display: block;
	margin-top: 4px;
	font-size: 0.9em;
	opacity: .8;
}
