body {
	font-family: 'Inter', sans-serif;
	color: #212529;
	background-color: #f8f9fa;
}
.advertorial-tag {
	font-size: 0.75rem;
	letter-spacing: 0.1rem;
	color: #6c757d;
	font-weight: 600;
}
.article-author {
	font-size: 0.9rem;
	color: #6c757d;
}
.state-btn {
	background-color: #ffffff;
	border: 1px solid #dee2e6;
	color: #212529;
	transition: all 0.2s ease-in-out;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	text-align: center;
	font-weight: 500;
}
.state-btn:hover {
	background-color: #0d6efd;
	color: #ffffff;
	border-color: #0d6efd;
	transform: translateY(-2px);
	box-shadow: 0 4px 6px rgba(0,0,0,0.05);
}
