/*! tailwindcss v4.1.13 | MIT License | https://tailwindcss.com */
.outcomeListGrid{box-sizing:border-box;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:clamp(28px,4vw,60px);width:100%;display:grid}.outcomeListGrid>astro-slot{display:contents}.outcomeListGrid:empty{min-height:160px}.outcomeListGrid .outcome-card{min-width:0;box-shadow:none;box-sizing:border-box;background:0 0;border:0;border-bottom:1px dotted #0d1b3e38;flex-direction:row;align-items:baseline;gap:14px;padding:16px 0 18px;display:flex}.outcomeListGrid .outcome-number{color:#f07b2f;font-family:var(--font-mono);letter-spacing:.08em;flex:none;font-size:.68rem;font-weight:600;line-height:1.6}.outcomeListGrid .outcome-title{display:none}.outcomeListGrid .outcome-text{color:#0d1b3ed1;font-family:var(--font-sans);margin:0;font-size:1rem;font-weight:400;line-height:1.5}@media (max-width:700px){.outcomeListGrid{grid-template-columns:minmax(0,1fr)}.outcomeListGrid .outcome-text{font-size:.9rem}}