/* BanglaNews Pro frontend styles. */

.site-main {
	padding: 32px 0;
}

.bn-post-card {
	padding: 20px 0;
	border-bottom: 1px solid #e6eaee;
}

.bn-post-title {
	margin: 0 0 10px;
	font-size: 22px;
	line-height: 1.34;
}

.bn-post-title a {
	color: #17222b;
	text-decoration: none;
}

.bn-post-title a:hover {
	color: #124b65;
}

.bn-post-excerpt {
	color: #5f6b76;
	font-size: 15px;
	line-height: 1.62;
}

.bn-empty-state {
	padding: 40px 0;
	text-align: center;
}

.bn-copyright {
	margin: 0;
	color: #c7d0d8;
	font-size: 14px;
}

@media (max-width: 900px) {
	.bn-post-title {
		font-size: 20px;
	}

	.bn-post-excerpt {
		font-size: 14px;
		line-height: 1.58;
	}
}

@media (max-width: 560px) {
	.bn-post-title {
		font-size: 18px;
	}

	.bn-post-excerpt {
		font-size: 13px;
		line-height: 1.55;
	}
}
