/* IndoorGarden Trust Strip — neutral, inherits the theme's type and colour.
   No decorative separators, no icons. Kept intentionally quiet. */
.ig-trust-strip {
	font-size: .9em;
	line-height: 1.5;
	color: inherit;
}
.ig-trust-strip[hidden] { display: none; }

.ig-trust-strip .ig-ts__line {
	margin: 0 0 .35em;
}
.ig-trust-strip .ig-ts__line:last-child { margin-bottom: 0; }

/* Social-proof lines read as quieter supporting text. */
.ig-trust-strip .ig-ts__social {
	opacity: .78;
	font-size: .95em;
}

/* Cart free-shipping progress: a touch more prominent, still calm. */
.ig-trust-strip .ig-ts__progress {
	margin: .5em 0 0;
	font-weight: 600;
}

.ig-trust-strip a { color: inherit; text-decoration: underline; }

/* Compact (product) and single (shop) sit tight under their host element. */
.ig-trust-strip[data-variant="compact"],
.ig-trust-strip[data-variant="single"] {
	margin-top: .75em;
	padding-top: .6em;
	border-top: 1px solid rgba(0, 0, 0, .08);
}
.ig-trust-strip[data-variant="single"] { font-size: .85em; }

/* Cart + footer (full) variants get a little breathing room. */
.ig-trust-strip[data-variant="cart"],
.ig-trust-strip[data-variant="full"] {
	margin: 0 0 1em;
}

/* Avoid layout shift while the fetch is in flight: reserve a little height. */
.ig-trust-strip:not(.is-loaded):not(.ig-trust-strip--static) { min-height: 1.5em; }
