.barrierefreiheit-trigger-button {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: none;
	border: none;
	cursor: pointer;
	font: inherit;
	color: inherit;
	padding: 4px;
}

.barrierefreiheit-overlay {
	position: fixed;
	inset: 0;
	background: rgba(10, 20, 15, 0.45);
	z-index: 100000;
}

.barrierefreiheit-panel {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	max-width: 420px;
	background: #fff;
	color: #1d2327;
	z-index: 100001;
	display: flex;
	flex-direction: column;
	box-shadow: -8px 0 24px rgba(0, 0, 0, 0.15);
}

.barrierefreiheit-panel-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 18px 20px;
	background: #0c2f52;
	color: #fff;
}

.barrierefreiheit-panel-header h2 {
	margin: 0;
	font-size: 1.1rem;
	color: #fff !important;
}

.barrierefreiheit-close {
	background: none;
	border: none;
	color: #fff;
	cursor: pointer;
	padding: 4px;
	line-height: 0;
}

.barrierefreiheit-panel-body {
	padding: 20px;
	overflow-y: auto;
}

.barrierefreiheit-group {
	margin-bottom: 26px;
}

.barrierefreiheit-group:last-child {
	margin-bottom: 0;
}

.barrierefreiheit-group h3 {
	margin: 0 0 10px;
	font-size: 1rem;
	color: #0c2f52 !important;
}

.barrierefreiheit-item {
	background: #eef0ef;
	border-radius: 4px;
	margin-bottom: 8px;
	overflow: hidden;
}

.barrierefreiheit-item-toggle {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 12px;
	text-align: left;
	background: none;
	border: none;
	cursor: pointer;
	font: inherit;
	color: #0c2f52 !important;
	padding: 14px 16px;
}

.barrierefreiheit-item-toggle svg {
	flex-shrink: 0;
}

.barrierefreiheit-item-content {
	padding: 0 16px 16px 48px;
	font-size: 0.92rem;
	line-height: 1.55;
}

.barrierefreiheit-item-content p:first-child {
	margin-top: 0;
}

.barrierefreiheit-item-content p:last-child {
	margin-bottom: 0;
}

.barrierefreiheit-eintrag-titel {
	margin: 20px 0 8px;
	padding-top: 16px;
	font-size: 1rem;
	font-weight: 700;
	color: #0c2f52 !important;
	border-top: 1px solid #d8dbd9;
}

.barrierefreiheit-eintrag-titel:first-child {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}

.barrierefreiheit-empty {
	color: #666;
}

.barrierefreiheit-link {
	display: flex;
	align-items: center;
	gap: 12px;
	background: #eef0ef;
	border-radius: 4px;
	margin-bottom: 8px;
	padding: 14px 16px;
	color: #0c2f52 !important;
	text-decoration: none;
}

.barrierefreiheit-link:hover {
	text-decoration: underline;
}

.barrierefreiheit-link svg {
	flex-shrink: 0;
}

@media (prefers-reduced-motion: no-preference) {
	.barrierefreiheit-panel {
		transition: transform 0.2s ease;
	}
}

@media (max-width: 480px) {
	.barrierefreiheit-panel {
		max-width: 100%;
	}
}
