.eos-tool-cards{display:grid;gap:1.5rem;grid-template-columns:repeat(3,minmax(0,1fr))}.eos-tool-card{background:#fff;border:1px solid var(--color-brand-ice,#f7f8fb);border-radius:12px;display:flex;flex-direction:column;gap:24px;padding:28px}.eos-tool-card__top{display:flex;flex-direction:column;flex-grow:1;gap:10px}.eos-tool-card__label{align-items:center;display:flex;gap:8px}.eos-tool-card__icon{flex-shrink:0;height:20px;object-fit:contain;width:20px}.eos-tool-card__label-text{color:var(--color-brand-black,#262626);font-size:14px;font-weight:400;line-height:1}.eos-tool-card__heading{color:#111;font-size:1.25rem;font-weight:700;line-height:1.2;margin:0}.eos-tool-card__body{color:#6b7280;font-size:14px;line-height:1.6;margin:0}.eos-tool-card__pills{display:flex;flex-wrap:wrap;gap:8px}.eos-tool-card__pill{background:var(--color-brand-ice,#f7f8fb);border-radius:50px;color:#111;display:inline-block;font-size:13px;font-weight:500;line-height:1;padding:8px 14px;text-decoration:none;transition:border-color .15s ease,color .15s ease;white-space:nowrap}.eos-tool-card__pill:hover{background:#f0f7f9;color:var(--color-brand-blue,#2f8baa)}@media screen and (max-width:1024px){.eos-tool-cards{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (max-width:640px){.eos-tool-cards{grid-template-columns:1fr}}