.acfig-downloads {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.acfig-download-item {
	display: flex;
	align-items: center;
	gap: 10px;
	text-decoration: none;
	transition: background-color 0.15s ease;
}

.acfig-download-icon {
	display: flex;
	flex: 0 0 auto;
	color: #0783be;
}

.acfig-download-label {
	color: #1a1a1a;
	font-size: 14px;
}

.acfig-downloads-empty {
	color: #8a8a8a;
	font-size: 14px;
}
