	.stellungnahme-archiv-wrapper {
		max-width: 1280px;
		margin: 0 auto;
		padding: 48px 24px 64px;
	}

	.stellungnahme-archiv-title {
		margin: 0 0 18px;
		font-size: 3rem;
		line-height: 1.15;
	}

	.stellungnahme-archiv-intro {
		margin: 0 0 28px;
		font-size: 1.05rem;
		line-height: 1.6;
		color: #334155;
		max-width: 900px;
	}

	.stellungnahme-archiv-list {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 28px;
		align-items: start;
	}

	.stellungnahme-archiv-card {
		background: #ffffff;
		padding: 28px 26px;
		border-radius: 6px;
		box-shadow: 0 1px 3px rgba(15, 23, 42, 0.08);
		height: 100%;
		display: flex;
		flex-direction: column;
	}

	.stellungnahme-archiv-card-title {
		margin: 0 0 14px;
		font-size: 1.5rem;
		line-height: 1.35;
		word-break: break-word;
	}

	.stellungnahme-archiv-card-title a {
		color: inherit;
		text-decoration: none;
	}

	.stellungnahme-archiv-card-title a:hover,
	.stellungnahme-archiv-card-title a:focus {
		text-decoration: underline;
	}

	.stellungnahme-archiv-meta {
		list-style: none;
		margin: 0 0 16px;
		padding: 0;
		color: #334155;
		font-size: 0.98rem;
		line-height: 1.6;
	}

	.stellungnahme-archiv-meta li {
		margin: 0 0 6px;
	}

	.stellungnahme-archiv-meta li:last-child {
		margin-bottom: 0;
	}

	.stellungnahme-archiv-summary {
		margin: 0 0 18px;
		color: #334155;
		font-size: 1rem;
		line-height: 1.7;
		flex-grow: 1;
	}

	.stellungnahme-archiv-link {
		display: inline-block;
		margin-top: auto;
		font-weight: 700;
		text-transform: none;
		letter-spacing: 0;
		text-decoration: none;
		color: #0f172a;
	}

	.stellungnahme-archiv-link:hover,
	.stellungnahme-archiv-link:focus {
		text-decoration: underline;
	}

	.stellungnahme-archiv-empty {
		background: #ffffff;
		padding: 28px 32px;
		border-radius: 6px;
		box-shadow: 0 1px 3px rgba(15, 23, 42, 0.08);
	}

	.stellungnahme-archiv-pagination {
		margin-top: 32px;
	}

	.stellungnahme-archiv-pagination .nav-links {
		display: flex;
		flex-wrap: wrap;
		gap: 12px;
	}

	.stellungnahme-archiv-pagination a,
	.stellungnahme-archiv-pagination span {
		display: inline-block;
		padding: 10px 14px;
		background: #ffffff;
		border-radius: 4px;
		text-decoration: none;
		box-shadow: 0 1px 3px rgba(15, 23, 42, 0.08);
	}

	.stellungnahme-archiv-pagination .current {
		font-weight: 700;
	}

	.site-header a[href*="/stellungnahmen/"] {
		color: #005bbb !important;
		font-weight: 700 !important;
		font-size: 1.08em !important;
	}

	@media (max-width: 1024px) {
		.stellungnahme-archiv-list {
			grid-template-columns: repeat(2, minmax(0, 1fr));
		}
	}

	@media (max-width: 767px) {
		.stellungnahme-archiv-wrapper {
			padding: 28px 16px 42px;
		}

		.stellungnahme-archiv-title {
			font-size: 2.2rem;
			margin-bottom: 14px;
		}

		.stellungnahme-archiv-intro {
			margin-bottom: 22px;
			font-size: 1rem;
		}

		.stellungnahme-archiv-list {
			grid-template-columns: 1fr;
			gap: 20px;
		}

		.stellungnahme-archiv-card {
			padding: 24px 20px;
		}

		.stellungnahme-archiv-card-title {
			font-size: 1.35rem;
		}
	}
