/* Cheyytec Business Hours & Open Now — front-end styles */

.cheyytec-bho-hours {
	width: 100%;
	max-width: 420px;
	border-collapse: collapse;
	margin: 0 auto;
}

.cheyytec-bho-hours .cheyytec-bho-row th,
.cheyytec-bho-hours .cheyytec-bho-row td {
	padding: .55em .75em;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	text-align: left;
	font-weight: 400;
}

.cheyytec-bho-hours .cheyytec-bho-day {
	font-weight: 600;
}

.cheyytec-bho-hours .cheyytec-bho-time {
	text-align: right;
	white-space: nowrap;
}

.cheyytec-bho-hours .cheyytec-bho-today {
	background: rgba(0, 0, 0, .04);
}

.cheyytec-bho-hours .cheyytec-bho-today .cheyytec-bho-day {
	position: relative;
}

.cheyytec-bho-closed-label {
	opacity: .6;
}

.cheyytec-bho-badge {
	display: inline-block;
	padding: .28em .7em;
	border-radius: 999px;
	font-size: .85em;
	font-weight: 700;
	line-height: 1.4;
	color: #fff;
}

.cheyytec-bho-badge-open {
	background: #1a7f37;
}

.cheyytec-bho-badge-closed {
	background: #b32d2e;
}
