/* One quiet, consistent icon treatment for assessment cards and topic links. */
.test-icon{display:grid;place-items:center;flex:none}
.icon.test-icon{width:48px;height:48px;flex:none;border-radius:14px;background:#e6eef8;color:#173b6d;display:grid;place-items:center}
.test-icon svg{display:block;width:26px;height:26px;fill:none;stroke:currentColor;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round;overflow:visible}
.featured-heading{display:flex;align-items:center;gap:14px}
.category.featured .test-icon{background:#fff9}
.topicLink{display:grid;grid-template-columns:36px minmax(0,1fr);column-gap:12px;row-gap:4px;align-content:center}
.topicLink>.test-icon{grid-column:1;grid-row:1 / span 2;align-self:start;width:36px;height:36px;border-radius:11px;color:#173b6d;background:#e6eef8}
.topicLink>.test-icon svg{width:22px;height:22px}
.topicLink>b,.topicLink>span:not(.test-icon){grid-column:2;min-width:0}