/* Tag Selection */
.atlb__tabs .atlb__titles_group {
	margin-bottom: 24px;
}
.atlb__tabs .atlb__titles_group .components-button-group {
	display: flex;
	flex-wrap: nowrap;
	box-sizing: border-box !important;
}

.atlb__tabs .components-button-group .components-button {
	padding: 0 !important;
	width: 100%;
	display: block !important;
	box-shadow: inset 0 0 0 1px #708a726b !important;
}

.atlb__tabs .components-button-group .components-button.is-pressed {
	background: #406343 !important;
}
