.gsf-typography-label {
	margin-bottom: 5px;
	font-weight: 700;
}
.gsf-field-typography .gsf-field-content-inner {
	max-width: 370px;
}
.gsf-field-typography-inner {
	margin: 0 -10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.gsf-typography-field {
	float: left;
	width: 50%;
	padding: 0 10px;
	margin-bottom: 10px;
}
.gsf-typography-field select {
	width: 100%;
}

.gsf-typography-family {
	width: 100%;
}
.gsf-typography-field .gsf-typography-variants {
	text-transform: capitalize;
}

.gsf-typography-field .gsf-typography-size-unit {
	width: 52px;
}

.gsf-typography-field .gsf-typography-size-value {
	width: 85px;
	vertical-align: top;
}