.nav-under-title {
	display: flex;
	justify-content: center;
	margin: 0.5rem 0 2rem 0;
}
.nav-under-title .nav-links {
	justify-content: center;
	gap: 2rem;
}
/* Gemensamma komponenter för undersidor */
.highlight {
	padding: 2rem;
	background: #ffffff;
	border-radius: 8px;
	margin: 2rem;
	box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}
.highlight h2 {
	margin-bottom: 1rem;
}
.btn {
	display: inline-block;
	margin-top: 1rem;
	padding: 0.7rem 1.2rem;
	background: #455a64;
	color: #fff;
	text-decoration: none;
	border-radius: 4px;
	transition: background 0.3s;
}
.btn:hover {
	background: #1c313a;
}
.home-footer, .copyright-footer {
	background: #455a64;
	color: #fff;
	text-align: center;
	padding: 1rem;
}
header.blog-header {
	background: #607d8b;
	color: #fff;
	padding: 1.5rem 2rem 1rem 2rem;
	border-radius: 0 0 12px 12px;
	text-align: center;
}

main .bread {
	font-size: 1.1rem;
	font-family: "Segoe UI", Arial, sans-serif;
	text-align: center;
	margin-bottom: 2rem;
	color: #37474f;
	background: #f5f7fa;
	border-radius: 8px;
	box-shadow: 0 1px 6px rgba(60,60,100,0.04);
	padding: 1.5rem 1.2rem;
}

.posts article {
	background: #f5f7fa;
	border-radius: 8px;
	box-shadow: 0 1px 6px rgba(60,60,100,0.04);
	padding: 1.5rem 1.2rem;
	margin-bottom: 2rem;
}

footer.blog-footer {
	background: #607d8b;
	color: #fff;
	text-align: center;
	padding: 1rem;
	border-radius: 12px;
	margin-top: 2rem;
}

