/**
 * Business hours shortcode output (front end).
 * High-specificity selectors: themes often set padding/margin on `ul`/`.entry-content ul`.
 */
div.iw-business-hours,
ul.iw-business-hours,
.iw-business-hours {
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}
