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

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

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

	.anfrage-archiv-list {
		display: flex;
		flex-direction: column;
		gap: 28px;
	}

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

	.anfrage-archiv-card-title {
		margin: 0 0 16px;
		font-size: 1.6rem;
		line-height: 1.3;
	}

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

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

	.anfrage-archiv-meta {
		display: flex;
		flex-wrap: wrap;
		gap: 18px 28px;
		margin: 0 0 18px;
		padding: 0;
		list-style: none;
		color: #334155;
		font-size: 1rem;
		line-height: 1.6;
	}

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

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

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

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

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

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

	.anfrage-archiv-pagination a,
	.anfrage-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);
	}

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

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

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

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

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

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

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