/* FTSV09 – Mitgliedschaft / Formulare */
body.ftsv-mitglied-page #content .zpColumn .zpColumnItem {
	float: none !important;
	width: 100% !important;
	clear: both;
}

.ftsv-mitglied-page-wrap {
	margin: 0;
	hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	overflow-wrap: break-word;
}

.ftsv-mitglied-nav {
	margin-bottom: 1.5rem;
}

.ftsv-mitglied-nav-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
}

.ftsv-mitglied-nav-grid a {
	display: inline-block;
	padding: 0.55rem 1rem;
	border: 1px solid #e6e6e6;
	border-radius: 999px;
	background: #fff;
	color: #333;
	font-size: 0.92rem;
	font-weight: 600;
	text-decoration: none !important;
	white-space: nowrap;
	transition: border-color 0.15s ease, color 0.15s ease, background 0.15s ease;
}

.ftsv-mitglied-nav-grid a:hover {
	border-color: #c84037;
	color: #c84037 !important;
}

.ftsv-mitglied-nav-grid a.is-active {
	background: #c84037;
	border-color: #c84037;
	color: #fff !important;
	pointer-events: none;
}

.ftsv-mitglied-header {
	margin-bottom: 1.25rem;
	padding: 1.25rem 1.35rem;
	border: 1px solid #e6e6e6;
	border-top: 5px solid #c84037;
	border-radius: 12px;
	background: linear-gradient(135deg, #fafafa 0%, #fff 55%);
	text-align: center;
}

.ftsv-mitglied-header h1 {
	margin: 0;
	color: #c84037;
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.25;
	text-wrap: balance;
	hyphens: none;
}

.ftsv-mitglied-intro {
	margin: 0 0 1.5rem;
	padding: 1rem 1.15rem;
	border-radius: 8px;
	background: #fdf6f5;
	border: 1px solid #f0d4d1;
	color: #444;
	line-height: 1.65;
	text-align: left;
	text-wrap: pretty;
}

.ftsv-mitglied-sparten {
	display: block;
	margin-top: 0.5rem;
	color: #666;
	font-size: 0.92rem;
	line-height: 1.5;
}

.ftsv-download-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	gap: 1rem;
	margin-bottom: 1.5rem;
}

.ftsv-download-card {
	display: flex;
	flex-direction: column;
	min-width: 0;
	padding: 1.15rem 1.2rem 1.2rem;
	border: 1px solid #e6e6e6;
	border-top: 4px solid #c84037;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.ftsv-download-card h2 {
	margin: 0 0 0.5rem;
	color: #333;
	font-size: 1.05rem;
	font-weight: 700;
	line-height: 1.35;
	text-align: left;
	hyphens: auto;
	-webkit-hyphens: auto;
	overflow-wrap: normal;
	word-break: normal;
	text-wrap: balance;
}

body.ftsv-mitglied-page #content .articlearea.zpwText .ftsv-download-card h2 {
	margin-top: 0;
	text-align: left;
}

.ftsv-download-card p {
	flex: 1;
	margin: 0 0 1rem;
	color: #555;
	font-size: 0.92rem;
	line-height: 1.55;
	text-wrap: pretty;
}

.ftsv-download-card .ftsv-btn {
	align-self: flex-start;
	margin-top: auto;
	text-decoration: none !important;
	white-space: nowrap;
}

body.ftsv-mitglied-page .ftsv-download-card .ftsv-btn:hover {
	background: #c84037;
	border-color: #c84037;
	color: #fff !important;
}

.ftsv-mitglied-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	justify-content: center;
}

.ftsv-mitglied-actions .ftsv-btn {
	white-space: nowrap;
}

@media (max-width: 640px) {
	.ftsv-mitglied-header h1 {
		font-size: 1.45rem;
	}

	.ftsv-download-grid {
		grid-template-columns: 1fr;
	}

	.ftsv-mitglied-nav-grid {
		flex-direction: column;
	}

	.ftsv-mitglied-nav-grid a {
		text-align: center;
		white-space: normal;
	}
}

@media (max-width: 380px) {
	.ftsv-download-card .ftsv-btn,
	.ftsv-mitglied-actions .ftsv-btn {
		white-space: normal;
		text-align: center;
	}
}
