/**
 * Frontend styles for Subtitle.
 */

.jk-post-subtitle {
	font-size: 1.2em;
	line-height: 1.4;
	color: #666;
	margin: 0.5em 0 1.5em;
	font-weight: 400;
	font-style: italic;
}

.jk-post-subtitle em,
.jk-post-subtitle i {
	font-style: italic;
}

.jk-post-subtitle strong,
.jk-post-subtitle b {
	font-weight: 700;
}

.jk-post-subtitle a {
	color: inherit;
	text-decoration: underline;
}

.jk-post-subtitle a:hover {
	text-decoration: none;
}
