/* POSTS - STYLE 05 - inspired by TDM-05 : Modern Clean Rounded
   Ambiance : cadre 3px g-color radius 12, aéré, bullet carrés, hover translate
*/

.single-post .s-feat-outer {
	margin-bottom: 28px;
}
.single-post .s-feat img {
	width: 100%;
	height: auto;
	border-radius: 12px;
}

.single-post .s-title {
	font-size: 38px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: #1a1a1a;
	margin: 10px 0 18px;
}

.single-post .s-cats a {
	display: inline-block;
	padding: 6px 14px;
	border: 2px solid var(--g-color);
	color: var(--g-color);
	border-radius: 20px;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-right: 6px;
	text-decoration: none;
	transition: all 0.25s ease;
}
.single-post .s-cats a:hover {
	background: var(--g-color);
	color: #fff;
}

.single-post .entry-content.rbct {
	border: 3px solid var(--g-color);
	border-radius: 12px;
	padding: 32px 40px;
	background: #fff;
}

.single-post .entry-content.rbct h2,
.single-post .entry-content.rbct h3 {
	position: relative;
	padding-left: 24px;
	color: #1a1a1a;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-top: 32px;
	transition: transform 0.25s ease;
}
.single-post .entry-content.rbct h2::before,
.single-post .entry-content.rbct h3::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
	height: 8px;
	background: var(--g-color);
	border-radius: 2px;
	transition: all 0.25s ease;
}
.single-post .entry-content.rbct h2:hover,
.single-post .entry-content.rbct h3:hover {
	transform: translateX(4px);
}
.single-post .entry-content.rbct h2 { font-size: 26px; }
.single-post .entry-content.rbct h3 { font-size: 20px; }

.single-post .entry-content.rbct p {
	font-size: 16px;
	line-height: 1.75;
	color: #444;
}
