/* IFC Employer Portal — trust signals
   Neutral styling that inherits the theme's typography. */

.ifc-trust {
	margin: 0 0 2rem;
	padding: 0 1rem;
}

.ifc-trust__inner {
	max-width: 1140px;
	margin: 0 auto;
	padding: 1rem 1.25rem;
	border: 1px solid #e2e5ea;
	border-radius: .6rem;
	background: #f8f9fb;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: .5rem .9rem;
	text-align: center;
	font-size: 1rem;
	line-height: 1.45;
	color: #1f2937;
}

.ifc-trust__item {
	white-space: nowrap;
}

.ifc-trust__hi {
	color: #1d4ed8;
}

.ifc-trust__sep {
	color: #c9ced6;
}

@media (max-width: 48rem) {
	.ifc-trust__inner {
		flex-direction: column;
		gap: .4rem;
		font-size: .9375rem;
	}

	.ifc-trust__item {
		white-space: normal;
	}

	.ifc-trust__sep {
		display: none;
	}
}

/* Footer registration line */
.ifc-trust-cro {
	padding: .85rem 1rem;
	background: #0f172a;
	color: rgba(255, 255, 255, .72);
	text-align: center;
	font-size: .8125rem;
	line-height: 1.5;
}

.ifc-trust-cro p {
	max-width: 1140px;
	margin: 0 auto;
}

/* "Who trains you" card */
.ifc-trust-card {
	max-width: 46rem;
	margin: 1.5rem 0;
	padding: 1.5rem;
	border: 1px solid #e2e5ea;
	border-left: 4px solid #1d4ed8;
	border-radius: .5rem;
	background: #fff;
}

.ifc-trust-card h3 {
	margin: 0 0 .75rem;
	font-size: 1.25rem;
}

.ifc-trust-card p {
	margin: 0 0 .85rem;
	line-height: 1.6;
}

.ifc-trust-card p:last-child {
	margin-bottom: 0;
}

.ifc-trust-card__stat {
	padding-top: .85rem;
	border-top: 1px solid #e2e5ea;
	color: #6b7280;
	font-size: .9375rem;
}
