/**
 * Pattern: firsttracks/equipment-container
 *
 * Two-column wrapper for single Equipment posts.
 * Main column = gallery + specs + options + downloads.
 * Aside column = sticky CTA.
 */

.equipment-container {

	/* padding-block: var(--spacing-48-rem, 3rem); */
}

.equipment-container__lede {
	color: var(--color-text-muted, #555);
	font-size: 1rem;
	line-height: 1.55;
	margin: 0 0 var(--spacing-32-rem, 2rem);
}

/* On mobile / tablet, the Gutenberg Columns block stacks automatically.
   When that happens, drop the sticky behavior on the inner CTA (handled in the CTA's own stylesheet). */
