/**
 * Frontend Styles for Wiki Post
 * Includes Unsplash photo attribution styling and article elements.
 */

.wiki-post-unsplash-credit {
	margin-top: 2rem;
	padding-top: 1rem;
	border-top: 1px solid #e2e8f0;
	color: #64748b;
	font-size: 0.85rem;
	line-height: 1.4;
}

.wiki-post-unsplash-credit a {
	color: #3b82f6;
	text-decoration: underline;
}

.wiki-post-unsplash-credit a:hover {
	color: #1d4ed8;
}
