.ui-switch-config {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 12px 14px;
	border: 1px solid #e9ddf3;
	border-radius: 10px;
	background: #fbf9fd;
}

.ui-switch-config__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 10px;
	color: #8500d1;
	background: #f1e5fb;
	flex: 0 0 auto;
}

.ui-switch-config__content {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	min-width: 0;
}

.ui-switch-config__content small {
	margin-top: 2px;
	color: #786d80;
}

.ui-switch-config .switch {
	margin: 0;
	flex: 0 0 auto;
}

.btn-material-link {
	padding: 3px 0;
	border: 0;
	color: #8500d1;
	background: transparent;
	font: inherit;
	font-weight: 600;
	text-align: left;
}

.btn-material-link:hover,
.btn-material-link:focus {
	color: #5d0094;
	text-decoration: underline;
	outline: 0;
}

@media (max-width: 767px) {
	.ui-switch-config {
		align-items: flex-start;
	}
}
