/* Single post layout — Bootstrap grid handles col-lg-9 / col-lg-3 columns.
   On mobile both columns stack to full width (col-12) automatically.
   .ttc-single-layout provides the outer max-width and padding only. */

.ttc-single-layout {
	max-width: 120rem;
	margin: 0 auto;
	padding: 0 2rem;
}

/* ---- Sidebar widgets ---- */
.ttc-single-sidebar {
	padding-top: 1rem;
}

.ttc-single-sidebar .widget {
	margin-bottom: 3rem;
	padding-bottom: 2.5rem;
	border-bottom: 0.1rem solid #e4e4e4;
}

.ttc-single-sidebar .widget:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.ttc-single-sidebar .widget-title {
	font-family: 'Merriweather', Georgia, serif;
	font-size: 16px;
	font-weight: 700;
	color: #111;
	margin-bottom: 1.2rem;
	padding-bottom: 0.6rem;
	border-bottom: 2px solid #a81010;
}
