.rsk-page-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	max-width: 960px;
	margin: 0 0 1rem;
	padding: 0.35rem;
	background: #f3f4f6;
	border: 1px solid #e2e6ea;
	border-radius: 8px;
}

.rsk-page-nav-btn {
	display: inline-block;
	padding: 0.55rem 1rem;
	border-radius: 6px;
	background: #fff;
	border: 1px solid #ccd0d4;
	color: #374151 !important;
	font-size: 0.92rem;
	font-weight: 600;
	text-decoration: none;
	line-height: 1.35;
	transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.rsk-page-nav-btn:hover {
	background: #eef2ff;
	border-color: #93c5fd;
	color: #1e3a8a !important;
}

.rsk-page-nav-btn.is-active {
	background: #1D4ED8;
	border-color: #1D4ED8;
	color: #fff !important;
	cursor: default;
	pointer-events: none;
}

.rsk-auth-bar {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	gap: 0.65rem 1rem;
	max-width: 960px;
	margin: 0 0 1rem;
	padding: 0 0.15rem;
	font-size: 0.9rem;
	color: #4b5563;
}

.rsk-page-nav + .rsk-auth-bar {
	margin-top: -0.35rem;
}

.rsk-auth-user {
	color: #374151;
}

.rsk-auth-btn {
	display: inline-block;
	padding: 0.55rem 1.15rem;
	border-radius: 6px;
	background: #1d4ed8;
	border: 1px solid #1d4ed8;
	color: #fff !important;
	font-size: 0.92rem;
	font-weight: 600;
	text-decoration: none;
	line-height: 1.35;
	transition: background 0.15s ease, border-color 0.15s ease;
}

.rsk-auth-btn:hover {
	background: #1e40af;
	border-color: #1e40af;
	color: #fff !important;
	text-decoration: none;
}

.rsk-auth-btn-secondary {
	background: #fff;
	border-color: #ccd0d4;
	color: #374151 !important;
}

.rsk-auth-btn-secondary:hover {
	background: #eef2ff;
	border-color: #93c5fd;
	color: #1e3a8a !important;
}

.rsk-wochenplan-unterricht-link {
	margin: 0 0 1rem;
	padding: 0.85rem 1rem;
	background: #f0fdf4;
	border: 1px solid #86efac;
	border-left: 4px solid #15803d;
	border-radius: 8px;
	color: #14532d;
	font-size: 0.95rem;
}

.rsk-wochenplan-unterricht-link-text {
	margin: 0;
}

.rsk-wochenplan-unterricht-link-btn {
	display: inline-block;
	margin-left: 0.35rem;
	padding: 0.45rem 0.85rem;
	border-radius: 6px;
	background: #15803d;
	color: #fff !important;
	font-weight: 600;
	text-decoration: none;
}

.rsk-wochenplan-unterricht-link-btn:hover {
	background: #166534;
	color: #fff !important;
}
