/* eqx/shortcode-embed — neutral wrapper; no opinionated styles so the
   embedded widget controls its own appearance. */

.eqx-shortcode-embed .eqx-container {
	max-width: var(--container-max);
}

/* Optional section header — centred, matching the other section headers. */
.eqx-shortcode-embed__header {
	text-align: center;
	max-width: 720px;
	margin: 0 auto var(--spacing-lg);
}
.eqx-shortcode-embed__header h2 {
	margin: 0;
	color: var(--eqx-brand-dark);
}
.eqx-bg--dark .eqx-shortcode-embed__header h2 { color: var(--eqx-warm-white); }

/* CusRev ships the slider with a 30px bottom margin for its dots. The section
   already supplies its own padding, so that margin only widened the gap to
   whatever follows. */
.eqx-shortcode-embed .cr-reviews-slider { margin-bottom: 0; }
