/* SDB — Kingster Adapter | Single post / notícias */

body.sdb-kingster-child.single-post .kingster-single-article-title {
	font-family: var(--sdb-font-heading, inherit);
	font-weight: var(--sdb-font-weight-bold, 700);
	color: var(--sdb-color-title, var(--sdb-color-text, inherit));
	text-wrap: balance;
}

body.sdb-kingster-child.single-post .kingster-single-article-head {
	border-color: var(--sdb-color-border, currentColor);
}

body.sdb-kingster-child.single-post .kingster-single-article-date-wrapper,
body.sdb-kingster-child.single-post .kingster-blog-info-wrapper,
body.sdb-kingster-child.single-post .kingster-blog-info-wrapper a {
	font-family: var(--sdb-font-meta, var(--sdb-font-body, inherit));
}

body.sdb-kingster-child.single-post .kingster-single-article-date-wrapper {
	border-color: color-mix(in srgb, var(--sdb-color-primary, currentColor) 18%, var(--sdb-color-border, transparent));
	color: var(--sdb-color-primary, currentColor);
}

body.sdb-kingster-child.single-post .kingster-blog-info-wrapper,
body.sdb-kingster-child.single-post .kingster-blog-info-wrapper a {
	color: var(--sdb-color-muted, inherit);
}

body.sdb-kingster-child.single-post .kingster-single-article-thumbnail img {
	border-radius: var(--sdb-radius-lg, 14px);
	box-shadow: var(--sdb-shadow-element, 0 8px 24px rgba(31, 42, 54, 0.06));
}

body.sdb-kingster-child.single-post .kingster-single-related-post-wrap {
	border-top: 1px solid var(--sdb-color-border, currentColor);
}

body.sdb-kingster-child.single-post .kingster-single-related-post-title,
body.sdb-kingster-child.single-post .kingster-single-related-post-wrap h3,
body.sdb-kingster-child.single-post .kingster-single-related-post-wrap h4 {
	font-family: var(--sdb-font-heading, inherit);
	color: var(--sdb-color-title, var(--sdb-color-text, inherit));
}
