.extra-info {
	display: flex;
	justify-content: center;
	margin-top: 1rem;
}

.info-card {
	background: #fff;
	border-radius: 1rem;
	padding: 1rem 1.5rem;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 500px;
	text-align: center;
}

.info-text p {
	margin: 0 0 0.75rem;
	font-size: 1rem;
	color: #333;
	font-weight: 500;
}

.maps-button {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	background: black;
	color: #fff;
	text-decoration: none;
	font-weight: 600;
	padding: 0.6rem 1rem;
	border-radius: 999px;
	transition: background 0.3s ease, transform 0.2s ease;
}

.maps-button:hover {
	background: #3367d6;
	transform: translateY(-2px);
}

.google-maps-icon {
	width: 20px;
	height: 20px;
}
