.landing-ui-field-preset {
	margin-bottom: 0;
}

.landing-ui-field-preset-layout {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.landing-ui-field-preset-left {
	margin-left: 10px;
	margin-right: 10px;
}

.landing-ui-field-preset-icon {
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 26px;
	height: 26px;
}

.landing-ui-field-preset-icon-default {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='26' height='23' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.02 0a2.558 2.558 0 012.558 2.558V20.25a2.558 2.558 0 01-2.559 2.558H2.56A2.558 2.558 0 010 20.25V2.56A2.558 2.558 0 012.558 0H23.02zm-.386 6.279H2.974v13.535h19.66V6.279zm-9.827 2.45l1.671.385-1.883 7.452-1.662-.362 1.874-7.475zm3.956.143l3.839 3.838-3.839 3.838-1.25-1.25 2.59-2.588-2.588-2.59 1.248-1.248zm-8.078 0l1.248 1.249-2.587 2.589 2.588 2.589-1.25 1.249-3.838-3.838 3.839-3.838zM4.475 1.64a1.501 1.501 0 100 3.003 1.501 1.501 0 000-3.003zm4.505 0a1.501 1.501 0 100 3.003 1.501 1.501 0 000-3.003z' fill='%232FC6F6' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.landing-ui-field-preset-right .landing-ui-field-header {
	font-family: var(--ui-font-family-primary, var(--ui-font-family-helvetica));
	font-size: 11px;
	color: #858C96;
	opacity: 0.7;
	line-height: 7px;
	margin-bottom: 4px;
}

.landing-ui-field-preset-link {
	position: relative;
	font-family: var(--ui-font-family-primary, var(--ui-font-family-helvetica));
	font-size: 13px;
	color: #2066B0;
	line-height: 13px;
	float: left;
	margin-left: -1px;
	border-bottom: 1px dashed rgba(39, 107, 179, .4);
	cursor: pointer;
	-webkit-transition: 200ms opacity ease;
	-o-transition: 200ms opacity ease;
	transition: 200ms opacity ease;
}

.landing-ui-field-preset-link:hover {
	opacity: .8;
}