.ziprent-gf-addr-dialog-overlay {
	position: fixed;
	inset: 0;
	z-index: 100000;
	background: rgba(0, 0, 0, 0.45);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1rem;
}

.ziprent-gf-addr-dialog {
	background: #fff;
	border-radius: 8px;
	max-width: 28rem;
	width: 100%;
	padding: 1.25rem 1.5rem;
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18);
	font-size: 0.9375rem;
	line-height: 1.5;
	color: #1a1a1a;
}

.ziprent-gf-addr-dialog__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	align-items: center;
	margin-top: 1rem;
}

.ziprent-gf-addr-dialog__btn {
	cursor: pointer;
	border: none;
	border-radius: 6px;
	padding: 0.5rem 1rem;
	background: #006098;
	color: #fff;
	font-weight: 600;
}

.ziprent-gf-addr-dialog__link {
	color: #006098;
	font-weight: 600;
	text-decoration: underline;
}

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