/**
 * Hours “note” field styling (applies to every skin; see .iw-business-hours__note).
 */

.iw-business-hours .iw-business-hours__note {
	box-sizing: border-box;
	padding: 10px 20px;
	background: #f9f9f9;
	border: 1px solid #e9e9e9;
	border-radius: 10px;
	font-weight: 600;
}

/* Tinted fronts: soften hours note chips */
.iw-ft-skin.iw-ft-skin--dark .iw-business-hours .iw-business-hours__note,
.iw-ft-shell__inner.iw-ft-shell__inner--tint-dark .iw-business-hours .iw-business-hours__note {
	background: rgba(255, 255, 255, 0.12);
	border-color: rgba(255, 255, 255, 0.35);
	color: inherit;
}

.iw-ft-skin.iw-ft-skin--gray .iw-business-hours .iw-business-hours__note,
.iw-ft-shell__inner.iw-ft-shell__inner--tint-gray .iw-business-hours .iw-business-hours__note {
	background: #fff;
	border-color: rgba(0, 0, 0, 0.14);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
	color: inherit;
}
