.tk-resource-cards{padding:var(--tk-section-padding,88px) 0}.tk-resource-cards--white{background:var(--tk-color-surface,#fff)}.tk-resource-cards--soft{background:var(--tk-color-surface-alt,#f6f8fb)}.tk-resource-cards__inner{margin:0 auto;max-width:var(--tk-container,1180px);padding:0 24px}.tk-resource-cards__intro{margin:0}.tk-resource-cards--center .tk-resource-cards__intro{margin-left:auto;margin-right:auto;text-align:center}.tk-resource-cards__grid{display:grid;gap:20px;grid-template-columns:repeat(var(--tk-resource-columns,3),minmax(0,1fr));margin-top:42px}.tk-resource-cards--cols-2{--tk-resource-columns:2}.tk-resource-cards--cols-3{--tk-resource-columns:3}.tk-resource-card{background:var(--tk-color-surface,#fff);border:1px solid var(--tk-color-border,#d8e0ea);border-radius:var(--tk-card-radius,8px);display:flex;flex-direction:column;min-height:100%;padding:28px}.tk-resource-cards--elevated .tk-resource-card{box-shadow:var(--tk-shadow-soft,0 16px 48px rgba(23,32,51,.12))}.tk-resource-card__topline{align-items:center;display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between;margin-bottom:24px}.tk-resource-card__category{background:var(--tk-button-soft-bg,#e8f7f6);border-radius:999px;color:var(--tk-button-soft-color,#0f766e);font-size:.76rem;font-weight:800;padding:7px 10px;text-transform:uppercase}.tk-resource-card__meta{color:var(--tk-color-muted,#5f6b7a);font-size:.88rem;font-weight:700}.tk-resource-card__heading{color:var(--tk-color-ink,#172033);font-size:1.28rem;line-height:1.2;margin:0}.tk-resource-card__summary{color:var(--tk-color-muted,#5f6b7a);line-height:var(--tk-body-line-height,1.65);margin:14px 0 24px}.tk-resource-card .tk-text-link{margin-top:auto}@media (max-width:860px){.tk-resource-cards__grid{grid-template-columns:1fr}}