/*
 * Shared chrome for every responsive control (label row + device toggles).
 *
 * These rules previously lived, near-identically, in resbuttons.scss,
 * range.scss and spacing.scss. Where those copies disagreed the last import
 * won; the winning declarations (spacing.scss's !important label rules) are
 * kept here so the rendered result is unchanged.
 */

.atlb__responsive_items {
	margin-bottom: 16px;
}

.atlb__label_flex {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

p.atlb__label_nomargin {
	margin: 0;
	flex: 1;
	font-size: 13px !important;
	font-weight: 400 !important;
	text-transform: none !important;
}

.atlb__devices {
	display: flex;
	align-items: center;
}

button.atlb__device {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

button.atlb__device.middle_device {
	margin: 0 2px;
}

button.atlb__device svg {
	width: 15px;
	height: 10px;
	fill: #d4d5ff;
}

button.atlb__device.active svg {
	fill: #406343;
}
