/* Propstack Connector - Frontend-Styles */

.propstack-subtitle {
	color: #666;
	font-size: 1.1em;
	margin-top: -10px;
}

.propstack-facts,
.propstack-energy {
	list-style: none;
	margin: 0;
	padding: 0;
}

.propstack-facts li,
.propstack-energy li {
	padding: 6px 0;
	border-bottom: 1px solid #eee;
}

.propstack-contact-form {
	max-width: 600px;
	margin: 20px 0;
}

.propstack-contact-form-fields p {
	margin-bottom: 14px;
}

.propstack-contact-form-fields label {
	font-weight: 600;
}

.propstack-contact-form-fields input[type="text"],
.propstack-contact-form-fields input[type="email"],
.propstack-contact-form-fields input[type="tel"],
.propstack-contact-form-fields textarea {
	width: 100%;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
}

.propstack-contact-submit {
	background: #1e73be;
	color: #fff;
	border: none;
	padding: 12px 24px;
	border-radius: 4px;
	cursor: pointer;
	font-weight: 600;
}

.propstack-contact-submit:hover {
	background: #155a94;
}

.propstack-contact-feedback {
	padding: 12px 16px;
	border-radius: 4px;
	margin-bottom: 16px;
}

.propstack-contact-feedback--success {
	background: #d4edda;
	color: #155724;
	border: 1px solid #c3e6cb;
}

.propstack-contact-feedback--error {
	background: #f8d7da;
	color: #721c24;
	border: 1px solid #f5c6cb;
}

/* Bildergalerie und Grundriss (vom Layout-Generator erzeugt) */
.propstack-gallery {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
	gap: 12px;
	margin: 16px 0 24px;
}

.propstack-gallery-item img {
	width: 100%;
	height: auto;
	border-radius: 4px;
	display: block;
}

.propstack-gallery-grundriss {
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

.propstack-energieausweis {
	font-style: italic;
	color: #555;
	margin: 16px 0;
}

.propstack-areabutler-embed,
.propstack-ogulo-embed {
	margin: 16px 0 24px;
}

.propstack-price-box {
	margin: 20px 0;
	padding: 16px 20px;
	background: #f7f7f7;
	border-radius: 6px;
}

.propstack-price-box h3 {
	margin: 0 0 6px;
}

.propstack-courtage-hinweis {
	font-size: 0.9em;
	color: #666;
	margin: 0;
}
