.adslp-provenresults{padding:var(--section-padding-vertical) 0;background-color:var(--background-color)}.results-intro{text-align:center;max-width:900px;margin:0 auto 64px auto}.results-intro h2{margin-bottom:1rem}.results-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:32px}.result-card{background-color:var(--secondary-color);padding:32px;border-radius:12px;border:1px solid var(--secondary-color-light);flex:1 1 calc(33.333% - 22px);min-width:280px}.result-card .stat-main{display:block;font-weight:700;color:var(--primary-color);margin-bottom:1rem;font-size:3rem}.result-card .stat-icon{margin-bottom:1rem;line-height:1;color:var(--primary-color);font-size:4rem}.result-card .stat-icon img{height:90px;width:auto}.result-card h4{color:var(--text-color-light);margin-bottom:.75rem}.result-card p{color:var(--text-color-light);margin-bottom:0}.result-card .stat-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.result-card .stat-primary{display:flex;align-items:center;justify-content:flex-start}.result-card .stat-primary img{height:90px;width:auto}.result-card .stat-additional{display:flex;align-items:center;justify-content:flex-end}.result-card .stat-additional img{height:90px;width:auto;max-width:120px}@media (max-width:900px){.result-card{flex-basis:calc(50% - 16px)}}@media (max-width:600px){.result-card{flex-basis:100%}}