.amw-horarios__status {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-weight: 600;
	margin-bottom: 14px;
}

.amw-horarios__dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: currentColor;
}

.amw-horarios__row {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 12px;
	box-sizing: border-box;
}

.amw-horarios__row--today {
	transition: background-color 0.2s ease;
}

.amw-horarios__hours {
	font-weight: 600;
	white-space: nowrap;
}

.amw-horarios
{
    padding: 10px;
}