.design-preview-switch {
	float: right;
	display: flex;
	align-items: center;
	gap: 2px;
	box-sizing: border-box;
	margin: 8px 0 0 12px;
	padding: 0 0 0 12px;
	border-left: 1px solid #d8d3cf;
	background: transparent;
	color: #6d6a68;
	font: 12px/1.2 Arial, sans-serif;
}

.design-preview-switch__label {
	padding: 0 5px;
	color: #777370;
}

@media screen and (min-width: 801px) {
	.design-preview-switch__label {
		display: none;
	}
}

.design-preview-switch a {
	padding: 6px 7px;
	background: transparent;
	color: #80655c;
	text-decoration: none;
}

.design-preview-switch a:hover,
.design-preview-switch a:focus,
.design-preview-switch a.is-active {
	background: #353535;
	color: #fff;
	text-decoration: none;
}

.design-preview-switch.is-classic {
	gap: 6px;
	font-family: "OfficinaSerifBook", Georgia, serif;
	font-size: 14px;
}

.design-preview-switch.is-classic .design-preview-switch__label {
	display: inline;
	padding: 0;
	color: #777370;
}

.design-preview-switch.is-classic a,
.design-preview-switch.is-classic a:hover,
.design-preview-switch.is-classic a:focus {
	padding: 0 0 2px;
	border-bottom: 1px dotted #8e7268;
	background: transparent;
	color: #8e7268;
}

.classic-design-switch-row {
	display: flex;
	min-height: 31px;
	align-items: flex-start;
	justify-content: flex-end;
}

.classic-design-switch-row .design-preview-switch.is-classic {
	float: none;
	margin: 0;
	padding: 5px 0 0;
	border: 0;
}

@media screen and (max-width: 800px) {
	.design-preview-switch {
		float: none;
		justify-content: center;
		margin: 10px auto 0;
		padding: 8px 0 0;
		border-top: 1px solid #d8d3cf;
		border-left: 0;
	}

	.design-preview-switch.is-classic {
		margin-top: 10px;
		padding-top: 10px;
	}

	.classic-design-switch-row {
		min-height: 42px;
		align-items: flex-start;
		justify-content: center;
		border-top: 1px solid #d8d3cf;
	}

	.classic-design-switch-row .design-preview-switch.is-classic {
		margin: 0;
		padding: 10px 0 0;
		border: 0;
	}
}
