.asl-filter-wrapper {
	display: flex;
	flex-direction: column;
	margin-bottom: 1rem;
}

	.asl-filter-wrapper label {
		margin-bottom: 0.5rem;
	}

	.asl-filter-wrapper select,
	.asl-filter-wrapper input[type="text"] {
		padding: 0.5rem;
		border: 1px solid #ccc;
		border-radius: 4px;
		font-size: 1rem;
	}

		.asl-filter-wrapper select:disabled {
			background-color: #f2f2f2;
			cursor: not-allowed;
		}

.asl-hours-today {
    font-weight: bold;
}
