.ts-featured__grid{display:grid;gap:40px;grid-template-columns:repeat(3,minmax(0,1fr))}@media (max-width:980px){.ts-featured__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:620px){.ts-featured__grid{grid-template-columns:1fr}}.ts-featured-card{background:#fff;border:1px solid #e8e8e8;border-radius:18px;box-shadow:0 10px 30px rgba(0,0,0,.06);overflow:hidden}.ts-featured-card__image img{display:block;height:auto;width:100%}.ts-featured-card__accent{background:var(--ts-accent-gradient,linear-gradient(90deg,#0a1f44,#2563eb,#60a5fa));height:var(--ts-accent-height,3px);width:100%}.ts-featured-card__content{padding:22px 22px 26px}.ts-featured-card__title{color:var(--ts-title-color,#0a1f44)!important;font-size:var(--ts-title-size,30px)!important;font-weight:var(--ts-title-weight,800)!important;line-height:1.15;margin:0 0 12px}.ts-featured-card__abstract{color:#0a1f44;font-size:16px;line-height:1.5;margin-bottom:14px;opacity:.9}.ts-featured-card__abstract *{margin:0}.ts-featured-card__cta{align-items:center;background:#0a1f44;border-radius:999px;color:#fff;display:inline-flex;font-weight:700;justify-content:center;margin-bottom:16px;padding:12px 16px;text-decoration:none}.ts-featured-card__cta:hover{opacity:.9}.ts-featured-card__quote{border-left:4px solid #d9dde7;padding-left:16px}.ts-featured-card__quote-mark{color:#0a1f44;font-size:36px;line-height:1;margin-bottom:6px;opacity:.35}.ts-featured-card__quote-text{color:#0a1f44;font-size:16px;font-style:italic;line-height:1.5}.ts-featured-card__quote-text *{margin:0}.ts-featured-card__quote-attribution{color:var(--ts-date-color,#6b6b6b)!important;font-size:var(--ts-date-size,14px)!important;font-weight:var(--ts-date-weight,500)!important;margin-top:10px}