#portal-matcher__title {
    margin-top: 0.3em;
    margin-bottom: 0.65em;
}

#portal-matcher__message {
    margin-bottom: 1em;
    padding: 0.5em 1em 0.8em 1em;
    font-size: 0.9em;
	font-style: italic;
}

#portal-matcher__error {
	display: none;
    margin-bottom: 1em;
    padding: 0.5em 1em 0.8em 1em;
	font-size: 0.9em;
	font-style: italic;
	font-weight: bold;
	color:#b94a48;
}

.portal-official__list {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 0.6em;
}

.portal-official__wrapper {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	margin: 0;
	padding: 0;
	padding-bottom: 0.6em;
}

.portal-official__image {
	flex-basis: 32px;
	flex-shrink: 0;
	height: 32px;
	width: 32px;
	border-radius: 1000px;
	object-fit: cover;
	object-position: center;
}

.portal-official__meta {
	padding-left: 20px;
	font-size: 0.9em;
}

/* for address fields that only use street and zipcode */
@media (min-width: 641px) {
	.gform_wrapper.gravity-theme fieldset.portal-two-columns .ginput_complex .ginput_full {
		flex-basis: 50% !important;
	}
}

/* hide officials comments, additional comments, and ad-hoc fields, unless admin screen */
.gform_wrapper.gravity-theme .gfield.portal-officials-comments:not(.ui-draggable),
.gform_wrapper.gravity-theme .gfield.portal-hide-until-ready:not(.ui-draggable) {
	display: none;
}
