.vbkfaa-address-wrap {
	position: relative;
}

.vbkfaa-address-field.vbkfaa-invalid {
	border-color: #b42318 !important;
	box-shadow: 0 0 0 1px #b42318;
}

.vbkfaa-error {
	color: #b42318;
	font-size: 0.875rem;
	line-height: 1.4;
	margin-top: 0.4rem;
}

.vbkfaa-status {
	border: 0;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.vbkfaa-pac-container {
	z-index: 1000001 !important;
}

.vbkfaa-pac-container .pac-item {
	box-sizing: border-box;
	cursor: pointer;
	font-size: 14px;
	line-height: 1.35;
	min-height: 42px;
	padding: 9px 12px;
}

.vbkfaa-pac-container .pac-item:focus,
.vbkfaa-pac-container .pac-item-selected {
	background-color: #eef2ff;
	outline: 2px solid #253c9d;
	outline-offset: -2px;
}

@media (max-width: 767px) {
	.vbkfaa-pac-container {
		max-width: calc(100vw - 28px);
	}

	.vbkfaa-pac-container .pac-item {
		font-size: 16px;
		min-height: 48px;
	}
}
