.immomakler-virtual-tour {
	width: 100%;
	border-style: solid;
}

.immomakler-contact-box {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 1rem;
}

.immomakler-contact-photo,
.immomakler-contact-photo img {
	width: 160px;
	height: 240px;
}
.immomakler-contact-photo img {
	object-fit: cover;
}

.immomakler-contact-data {
	display: grid;
	grid-template-columns: auto 1fr;
	column-gap: 1rem;
	row-gap: .5rem;
	flex: 1 1 195px;
	min-width: 195px;
}

dl.immomakler-contact-data {
	margin: 0;
}

.immomakler-contact-data dt {
	font-weight: 600;
}

.immomakler-contact-data dd {
	margin: 0;
}

.immomakler-visually-hidden-labels dt {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.immomakler-visually-hidden-labels {
	display: block;
}

.immomakler-visually-hidden-labels dd {
	display: block;
}

/*
 * Note: the legacy `.immomakler-grid-gallery` rules that used to live here
 * (auto-fill grid + image-cell sizing) are gone. The Divi Grid-Galerie module
 * (`Single_Grid_Gallery_Module`) now delegates rendering to the shared
 * gallery library — each preset ships its own stylesheet under
 * `assets/css/gallery/preset-*.css`, and Asset_Enqueuer enqueues the right
 * one based on the per-instance configuration.
 */
