
.single-page .post{
	padding : 0;
}

.single-page .single-page-content-container {
	margin-top: var(--single-page-header-height);
	padding-top: 2rem;
}

.single-page .post-content {
	padding: 2rem;
}

.single-page .post-title,
.single-page .post-content >h1, 
.single-page .post-content >h2, 
.single-page .post-content >h3, 
.single-page .post-content >h4, 
.single-page .post-content >h5 {
	color: var(--accent);
}

/*** province page specific **/
.page-province .grid-container .grid-card {
    --color-text: var(--section-dark-text-color);
    --color-background: var(--section-dark-bg-color);
    background-color: var(--section-dark-bg-color);
    color: var(--section-dark-text-color);
}