/* ERS Address Widget — Kontaktseite Adressboxen
 * Soll-Look (Image #2): weiße Karte mit Soft-Shadow, abgerundete Ecken,
 * Firmenname als H3, 4 Zeilen mit SVG-Icon links + Label fett + Wert.
 * Widget-spezifische Settings (border-radius, box-shadow) kommen aus
 * Elementor Advanced-Settings, hier nur Innen-Layout + Fallbacks.
 */

.ers-address-widget {
	background: #ffffff;
	padding: 40px 44px;
	box-sizing: border-box;
	height: 100%;
	/* Falls Elementor box-shadow/radius nicht gesetzt sind, Fallback: */
	border-radius: 25px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10), 0 2px 6px rgba(0, 0, 0, 0.05);
}

.ers-address-widget__title {
	margin: 0 0 28px;
	font-size: 1.5rem;
	line-height: 1.25;
	font-weight: 700;
	color: #111;
}

.ers-address-widget__rows {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.ers-address-widget__row {
	display: grid;
	grid-template-columns: 56px 1fr;
	align-items: start;
	gap: 16px;
}

.ers-address-widget__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
}

.ers-address-widget__icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.ers-address-widget__text {
	color: #1f1f1f;
	font-size: 1rem;
	line-height: 1.45;
}

.ers-address-widget__text p {
	margin: 0;
	text-align: left;
}

.ers-address-widget__text strong {
	font-weight: 700;
}

.ers-address-widget__text a {
	color: #ef531d;
	text-decoration: none;
	word-break: break-word;
}

.ers-address-widget__text a:hover {
	text-decoration: underline;
}
