/* Trusted by Nonprofits widget styles (match Downloads/Homepage.html) */

.agp-trusted-by-nonprofits-widget {
	--teal: #1aa18c;
	--teal-dark: #148a77;
	--teal-light: #e6f7f5;
	--navy: #0d1b2a;
	--gray: #6b7280;
	--light: #f9fafb;
	--white: #fff;
	--border: #e5e7eb;

	font-family: Sora, sans-serif;
	color: var(--navy);
}

.agp-trusted-by-nonprofits-widget.testimonials-wrap {
	background: var(--light);
	border-top: 1px solid var(--border);
	padding: 0 40px;
}

.agp-trusted-by-nonprofits-widget .testimonials-inner {
	max-width: 1100px;
	margin: 0 auto;
	padding: 96px 0;
}

.agp-trusted-by-nonprofits-widget .section-pill {
	background: var(--teal-light);
	color: var(--teal-dark);
	letter-spacing: 0.1em;
	text-transform: uppercase;
	border-radius: 100px;
	margin-bottom: 20px;
	padding: 6px 14px;
	font-size: 11px;
	font-weight: 600;
	display: inline-block;
}

.agp-trusted-by-nonprofits-widget .section-h2 {
	color: var(--navy);
	font-size: 38px !important;
	font-weight: 800;
	line-height: 1.2;
	margin: 0;
}

.agp-trusted-by-nonprofits-widget .testimonials-subtitle {
	color: var(--gray);
	margin: 0 0 48px 0 !important;
	font-size: 16px !important;
	line-height: 1.6;
}

.agp-trusted-by-nonprofits-widget .testimonials-grid {
	grid-template-columns: 1fr 1fr;
	gap: 24px;
	display: grid;
}

.agp-trusted-by-nonprofits-widget .testimonial-card {
	background: var(--white);
	border: 1px solid var(--border);
	border-radius: 20px;
	padding: 36px;
}

.agp-trusted-by-nonprofits-widget .stars {
	color: var(--teal);
	letter-spacing: 2px;
	margin: 0 0 16px 0 !important;
	font-size: 16px !important;
}

.agp-trusted-by-nonprofits-widget .testimonial-quote {
	color: var(--navy);
	margin: 0 0 24px 0 !important;
	font-size: 15px !important;
	font-style: italic;
	line-height: 1.75;
}

.agp-trusted-by-nonprofits-widget .testimonial-author {
	align-items: center;
	gap: 14px;
	display: flex;
}

.agp-trusted-by-nonprofits-widget .testimonial-avatar {
	object-fit: cover;
	border: 2px solid var(--border);
	border-radius: 50%;
	width: 48px;
	height: 48px;
	background: var(--teal-light);
}

.agp-trusted-by-nonprofits-widget .testimonial-avatar[aria-hidden='true'] {
	display: none;
}

.agp-trusted-by-nonprofits-widget .testimonial-name {
	color: var(--navy);
	font-size: 14px !important;
	font-weight: 700;
}

.agp-trusted-by-nonprofits-widget .testimonial-org {
	color: var(--gray);
	font-size: 12px !important;
}

@media (max-width: 900px) {
	.agp-trusted-by-nonprofits-widget .testimonials-grid {
		grid-template-columns: 1fr;
	}
}

