@media only screen and (min-width : 651px) {
	.subcat {
		display: flex;
	}
	.biz {
		width: 350px;
	}
}

@media only screen and (max-width : 650px) {
	.subcat {
		display: block;
		margin-bottom: 20px;
	}
	.biz {
		display: inline-block;
		width: 100%;
		margin-top: 10px;
	}
	.subcat label {
		display: inline-block;
		width: 100%;
	}
}

.subcat {
	padding-top: 7px;
	padding-bottom: 7px;
	align-items: center;
	border-bottom: solid;
	border-bottom-width: 1px;
	border-bottom-color: grey;
}


.biz {
	margin-left: auto;
    border: 2px solid #ccc;
    transition: border-color 0.2s ease;
	height: 30px;
	background-color: white;
	color: black;
}

gmp-place-autocomplete {
    --gmp-clear-button-background: transparent;
    --gmp-clear-button-hover-background: transparent;
    --gmp-clear-button-icon-color: #000;
	margin-left: auto;
	width: 100%;
}

.part_form-submission {
	margin-top: 10px;
	padding-top: 5px;
}

.msg.success { color: #28a745 !important; } /* green */
.msg.error   { color: #dc3545 !important; } /* red */
