/* Impressum 法律信息页 — 与站点主色 #082535 / #a0308d 一致 */
.impressum-page-wrap {
	padding-bottom: 70px;
}
.impressum-card {
	max-width: 880px;
	margin: 0 auto;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 10px 40px rgba(8, 37, 53, 0.1);
	padding: 44px 52px 52px;
	border-top: 4px solid #a0308d;
}
.impressum-h1 {
	font-size: 34px;
	font-weight: 700;
	color: #a0308d;
	margin-bottom: 20px;
	padding-bottom: 14px;
	border-bottom: 2px solid rgba(160, 48, 141, 0.35);
}
.impressum-h2 {
	font-size: 18px;
	font-weight: 700;
	color: #082535;
	margin: 32px 0 14px;
	padding-top: 4px;
	border-top: 1px solid rgba(9, 37, 53, 0.08);
}
.impressum-card .impressum-h2:first-of-type {
	border-top: none;
	margin-top: 8px;
	padding-top: 0;
}
.impressum-company {
	font-size: 20px;
	font-weight: 700;
	color: #082535;
	margin-bottom: 8px;
}
.impressum-item {
	font-size: 16px;
	line-height: 1.75;
	color: #082535;
	margin-bottom: 6px;
}
.impressum-label {
	font-weight: 700;
	color: #a0308d;
	margin-top: 20px;
	margin-bottom: 4px;
}
.impressum-item a {
	color: #4300ff;
}
.impressum-item a:hover {
	color: #a0308d;
}
@media (max-width: 768px) {
	.impressum-card {
		padding: 28px 20px 36px;
	}
	.impressum-h1 {
		font-size: 26px;
	}
}
