/*
 * Bayline Services — Generic Page Article Layout
 * Styles the post-title / post-content blocks in page.html for any future WP page.
 */

.bl-article {
	background-color: #ffffff;
	padding: 4rem 0 5rem;
}

.bl-article__header {
	margin-bottom: 2rem;
}

.bl-article__header h1 {
	color: var(--bl-heading);
	font-size: 1.9rem;
	line-height: 1.2;
	margin: 0.6rem 0;
}

.bl-article p {
	color: var(--bl-body-text);
	font-size: 0.98rem;
	line-height: 1.75;
}

.bl-article h2 {
	color: var(--bl-heading);
	font-size: 1.3rem;
	margin-top: 2rem;
}

.bl-article h3 {
	color: var(--bl-heading);
	font-size: 1.1rem;
	margin-top: 1.5rem;
}

.bl-article li {
	color: var(--bl-body-text);
	font-size: 0.95rem;
	line-height: 1.7;
}
