.br-htstech-task-actions {
	margin-bottom: 10px;
}

.br-htstech-task-actions__list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.br-htstech-task-actions .ui-chip.--shadow-no-accent.--l.--compact {
	background-color: #2fc6f6;
	border: 1px solid #2fc6f6;
	box-shadow: none;
	color: #ffffff;
	cursor: pointer;
	transition: background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}

.br-htstech-task-actions .ui-chip.--shadow-no-accent.--l.--compact .ui-chip-text {
	color: inherit;
}

.br-htstech-task-actions .ui-chip.--shadow-no-accent.--l.--compact:hover {
	background-color: #28b8e6;
	border-color: #28b8e6;
}

.br-htstech-task-actions .ui-chip.--shadow-no-accent.--l.--compact:active {
	background-color: #1ea9d5;
	border-color: #1ea9d5;
}

.br-htstech-task-actions .ui-chip.--shadow-no-accent.--l.--compact:focus-visible {
	box-shadow: 0 0 0 2px rgba(47, 198, 246, 0.35);
	outline: none;
}
