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

.vtrfaa-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;
}

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

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

.vtrfaa-pac-container .pac-item:focus,
.vtrfaa-pac-container .pac-item-selected {
	background-color: #f3f4f6;
	outline: 2px solid #1d4ed8;
	outline-offset: -2px;
}

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

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