/* Custom overrides and new components */

/* Contact Page */
.contact-form .form-control, .contact-form .form-check-input {
	transition: border-color .2s ease, box-shadow .2s ease;
}

.contact-form .form-control:focus {
	border-color: var(--primary-color, #0d6efd);
	box-shadow: 0 0 0 .2rem rgba(13,110,253,.25);
}

/* GDPR checkbox spacing */
#gdprConsent { margin-top: .3rem; }

/* Map Responsive Wrapper */
.map-placeholder {
	position: relative;
	overflow: hidden;
	padding: 0; /* reset previous spacing */
	background: linear-gradient(135deg, #2e2e2e, #3f3f3f);
	min-height: 320px;
}

.map-container {
	position: absolute;
	inset: 0;
}

.map-container iframe {
	width: 100%;
	height: 100%;
	display: block;
}

@media (max-width: 767.98px) {
	.map-placeholder { min-height: 280px; }
}

/* Ensure map is visible by default */
.map-container iframe { opacity: 1; }

/* Optional: script hook (script itself resides elsewhere) */
