.qlz-search {
	width:100%;
}

.qlz-search__fields {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	align-items: stretch;
}

.qlz-search__input {
	flex: 1;
	background: #fff !important;
}

.qlz-search__input:focus {
	border-color: #1a5f7a;
	outline: 2px solid #1a5f7a;
	outline-offset: 1px;
}

.qlz-search__button {
	min-height: 3rem;
	padding: 0.625rem 1.25rem;
	border: 0;
	border-radius: 0.25rem;
	background-color: #ff7234 !important;
	color: #002791 !important;
	font-size: 1rem;
	font-weight: 800 !important;
	line-height: 1.4;
	cursor: pointer;
}

.qlz-search__button:hover,
.qlz-search__button:focus {
	background: #144a5f;
}

.qlz-search__button:disabled {
	opacity: 0.7;
	cursor: wait;
}

.qlz-search__error {
	margin: 0.75rem 0 0;
	color: #b42318;
	font-size: 0.9375rem;
	line-height: 1.5;
}

.qlz-search__unavailable {
	margin: 0;
	color: #5f5f5f;
}

.qlz-notice {
	margin: 0 0 1.5rem;
	padding: 16px;
	border: 1px solid #ff7234;
	border-radius: 0.25rem;
	background: #ff723433;
	color: #5e5e5e;
	text-align: center;
}

.qlz-notice__message {
	margin: 0;
	/* font-size: 1rem; */
	/* line-height: 1.5; */
}

@media (max-width: 480px) {
	.qlz-search__fields {
		flex-direction: column;
	}

	.qlz-search__button {
		width: 100%;
	}
}
