/*!
 * Petmunio Core v1.0.0 – minimales Struktur-CSS.
 * Bewusst ohne Markenfarben; Styling erfolgt über Theme/CSS.
 * Wird nur geladen, wenn Petmunio-Elemente gerendert wurden.
 */

.petmunio-product {
	margin: 1.5em 0;
}

.petmunio-product__title {
	margin: 0 0 0.3em;
}

.petmunio-product__description {
	margin: 0 0 1em;
}

.petmunio-product__heading {
	margin: 1.2em 0 0.4em;
}

/* Spec-Tabelle */
.petmunio-specs {
	width: 100%;
	margin: 1em 0;
	border-collapse: collapse;
}

.petmunio-specs th,
.petmunio-specs td {
	padding: 0.4em 0.6em;
	border: 1px solid #e0e0e0;
	text-align: left;
	vertical-align: top;
}

.petmunio-specs th {
	width: 38%;
	font-weight: 600;
}

/* Vor-/Nachteile, Eignung */
.petmunio-pros,
.petmunio-cons,
.petmunio-suitable,
.petmunio-not-suitable {
	margin: 0.5em 0;
	padding-left: 1.2em;
}

/* Händlerliste */
.petmunio-offers {
	margin: 1.5em 0;
	padding: 1em;
	border: 1px solid #e0e0e0;
}

.petmunio-offers__title {
	margin: 0 0 0.5em;
	font-weight: 600;
}

.petmunio-offers ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.petmunio-offer {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4em 1em;
	align-items: baseline;
	padding: 0.6em 0;
	border-bottom: 1px solid #eee;
}

.petmunio-offer:last-child {
	border-bottom: 0;
}

.petmunio-offer__merchant {
	font-weight: 600;
}

.petmunio-offer__meta {
	font-size: 0.9em;
}

/* CTA */
.petmunio-cta {
	display: inline-block;
	padding: 0.4em 0.9em;
	border: 1px solid currentColor;
	text-decoration: none;
}

.petmunio-cta:hover,
.petmunio-cta:focus {
	text-decoration: none;
}

/* Vergleichstabelle */
.petmunio-compare {
	overflow-x: auto; /* horizontales Scrollen auf kleinen Screens */
	margin: 1.5em 0;
}

.petmunio-compare__table {
	width: 100%;
	border-collapse: collapse;
}

.petmunio-compare__table th,
.petmunio-compare__table td {
	padding: 0.5em 0.6em;
	border: 1px solid #e0e0e0;
	text-align: left;
	vertical-align: top;
	min-width: 7em;
}
