.ch-pseo-location-finder {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: end;
}

.ch-pseo-finder-field {
	flex: 1 1 180px;
}

.ch-pseo-finder-field label {
	display: block;
	font-weight: 600;
	margin-bottom: 5px;
}

.ch-pseo-finder-field select {
	width: 100%;
}

.ch-pseo-finder-submit {
	cursor: pointer;
	min-height: 40px;
}

.ch-pseo-finder-submit:disabled {
	cursor: not-allowed;
	opacity: 0.6;
}

.ch-pseo-breadcrumbs ol {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5em;
	list-style: none;
	margin: 0;
	padding: 0;
}

.ch-pseo-breadcrumbs li:not(:last-child)::after {
	content: "/";
	margin-left: 0.5em;
}

