/**
 * Conversion Pro — Instagram feed touch-up (module 9).
 *
 * Confirmed as out of Conversion Pro's build scope entirely: a real feed
 * needs Meta's Instagram Graph API (Business/Creator account, long-lived
 * tokens that expire ~60 days and need refreshing) — genuine ongoing
 * engineering investment for the lowest-priority, lowest-conversion-impact
 * item on the roadmap. Use an existing, well-maintained plugin (Smash
 * Balloon Instagram Feed is the standard choice) for the API/token
 * plumbing. This file is the full extent of Conversion Pro's involvement:
 * light CSS so the embed matches the surrounding site styling. No PHP,
 * no API calls, no token handling lives in this plugin.
 *
 * Smash Balloon's default wrapper classes are targeted defensively (the
 * exact class names depend on which Smash Balloon version/template is
 * selected in its own settings) — adjust the selectors below to match
 * whatever the installed version actually renders.
 */

.sb_instagram,
.sbi_header_text {
	font-family: inherit;
}

.sbi_header_text h3 {
	color: #712B13;
}

.sb_instagram .sbi_photo {
	border-radius: 4px;
}
