/**
 * Business hours — Template 1 (neutral card shell; no motion on hover).
 */
div.iw-business-hours {
}

div.iw-business-hours ul.iw-business-hours {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
}

div.iw-business-hours li {
	margin: 0;
	padding: 0.7rem 0.95rem;
	border-bottom: 1px solid rgba(17, 17, 17, 0.08);
	color: #111;
}

div.iw-business-hours p {
	margin: 0;
	font-size: 15px;
	line-height: 1.5;
	color: #666;
}

div.iw-business-hours--preset-closed p {
	color: #666;
}

/* Foot note immediately after the weekly list (~20px visual break). */
div.iw-business-hours ul.iw-business-hours-weekly + .iw-business-hours__foot {
	margin-top: 20px;
}

