/* ============================================================
   SICO Term Projects — section wrapper + title only.
   The grid itself is rendered by Postmaster (grid id 5,
   card 7) so all card-level CSS lives in the card's
   stored design (see Postmaster card builder).
   ============================================================ */

.sico-term-projects {
	padding: 32px 0 48px;
	font-family: "Open Sans", Roboto, "Helvetica Neue", Arial, sans-serif;
	color: #1f1f1f;
	background: #fff;
}
.sico-term-projects__inner {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 24px;
}
.sico-term-projects__title {
	font: 700 12px/1 inherit;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	margin: 0 0 24px;
	padding: 0 0 12px;
	border-bottom: 1px solid #ddd;
	color: #1f1f1f;
}

/* Tighten the Postmaster grid's outer wrapper inside our section so its
   left/right padding doesn't double up with ours. */
.sico-term-projects .wp-grid-builder {
	padding: 0;
	margin: 0;
}

@media (max-width: 768px) {
	.sico-term-projects { padding: 24px 0 32px; }
	.sico-term-projects__inner { padding: 0 16px; }
}
