/* Partnernetzwerk: Partnerbetriebe-Grid + Unser Netzwerk
   Hinweis: Das Karten-Design (.news-card) kommt bewusst aus home.css,
   damit Partner-Kacheln genauso aussehen wie "Aktuelles" auf der Startseite.
   Hier stehen nur noch Filter-Chips + partner-spezifische Extra-Bloecke. */

.npuot-partner-section {
	margin-top: 2rem;
}

.npuot-partner-page__intro {
	margin-block: 2rem 1.5rem;
	max-width: 75ch;
}

/* --- Filter-Chips --- */
.npuot-partner-filter {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-bottom: 2rem;
}

.npuot-partner-filter__chip {
	border: 1px solid var(--wp--preset--color--primary, #7c749f);
	background: #fff;
	color: var(--wp--preset--color--primary, #7c749f);
	border-radius: 999px;
	padding: 0.4rem 1rem;
	font-size: 0.9rem;
	cursor: pointer;
	transition: background-color 0.15s ease, color 0.15s ease;
}

.npuot-partner-filter__chip:hover {
	background: var(--wp--preset--color--violet-light, #bdbdc6);
}

.npuot-partner-filter__chip.is-active {
	background: var(--wp--preset--color--primary, #7c749f);
	color: #fff;
}

/* --- Grid: news-grid bekommt hier zusaetzlich Abstand nach unten --- */
.npuot-partner-section .news-grid {
	margin-bottom: 2.5rem;
}

/* .news-card h3 ist in home.css an .home-section als Elternklasse gebunden;
   hier gibt es keinen .home-section-Wrapper, daher eigene Groesse ergaenzen
   (gleiches Prinzip wie bei .npuot-archive-grid/.npuot-related-posts) */
.npuot-partner-section .news-card h3 {
	font-size: 1.5rem;
	line-height: 1.2;
}

.news-card.is-hidden {
	display: none;
}

.npuot-partner-empty {
	color: #666;
}

/* --- Unser Netzwerk: Zitate --- */
.npuot-partner-zitate {
	margin-bottom: 2.5rem;
}

.npuot-partner-zitate__grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	gap: 1.25rem;
}

.npuot-partner-zitat {
	background: var(--wp--preset--color--beige, #dcccaa);
	border-radius: 1.5rem;
	padding: 1.25rem 1.5rem;
	margin: 0;
}

.npuot-partner-zitat p {
	font-size: 1rem;
	font-style: italic;
	margin: 0 0 0.5rem;
}

.npuot-partner-zitat cite {
	font-style: normal;
	font-weight: 600;
	color: var(--wp--preset--color--dark-blue, #002c50);
}

/* --- Unser Netzwerk: Videos --- */
.npuot-partner-videos {
	margin-bottom: 2.5rem;
}

.npuot-partner-videos__grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
	gap: 1.5rem;
}

.npuot-partner-video__embed {
	aspect-ratio: 16 / 9;
}

.npuot-partner-video__embed iframe {
	width: 100%;
	height: 100%;
}

/* --- Unser Netzwerk: Beitraege-GRID (Schlagwort "Partner") --- */
.npuot-partner-beitraege {
	margin-bottom: 2.5rem;
}