.tk-recent-posts{padding:var(--tk-section-padding,92px) 0}.tk-recent-posts--surface-white{background:var(--tk-color-surface,#fff)}.tk-recent-posts--surface-soft{background:var(--tk-color-surface-alt,#f6f8fb)}.tk-recent-posts--surface-primary{background:var(--tk-color-primary,#126782);color:#fff}.tk-recent-posts--surface-dark{background:var(--tk-color-surface-dark,#172033);color:#fff}.tk-recent-posts__inner{margin:0 auto;max-width:var(--tk-container,1200px);padding:0 24px}.tk-recent-posts__intro{margin:0}.tk-recent-posts--align-center .tk-recent-posts__intro{margin-left:auto;margin-right:auto;text-align:center}.tk-recent-posts--surface-dark .tk-eyebrow,.tk-recent-posts--surface-dark .tk-section-heading,.tk-recent-posts--surface-primary .tk-eyebrow,.tk-recent-posts--surface-primary .tk-section-heading{color:inherit}.tk-recent-posts--surface-dark .tk-section-body,.tk-recent-posts--surface-primary .tk-section-body{color:hsla(0,0%,100%,.78)}.tk-recent-posts__grid{display:grid;gap:22px;grid-template-columns:repeat(var(--tk-recent-post-columns,3),minmax(0,1fr));margin-top:42px}.tk-recent-posts--cols-2{--tk-recent-post-columns:2}.tk-recent-posts--cols-3{--tk-recent-post-columns:3}.tk-recent-posts--cols-4{--tk-recent-post-columns:4}.tk-recent-posts__card{background:var(--tk-color-surface,#fff);border:1px solid var(--tk-color-border,#d8e0ea);border-radius:var(--tk-card-radius,8px);color:var(--tk-color-ink,#172033);display:flex;flex-direction:column;min-width:0;overflow:hidden}.tk-recent-posts--elevated .tk-recent-posts__card{box-shadow:var(--tk-shadow-soft,0 16px 48px rgba(23,32,51,.12))}.tk-recent-posts--minimal .tk-recent-posts__card{background:transparent;border-color:transparent;border-radius:0;overflow:visible}.tk-recent-posts__image-link{background:var(--tk-color-surface-alt,#f6f8fb);display:block}.tk-recent-posts__image{aspect-ratio:16/10;display:block;height:auto;object-fit:cover;width:100%}.tk-recent-posts__card-body{display:flex;flex:1;flex-direction:column;padding:26px}.tk-recent-posts--minimal .tk-recent-posts__card-body{padding:20px 0 0}.tk-recent-posts__meta{align-items:center;color:var(--tk-color-muted,#5f6b7a);display:flex;flex-wrap:wrap;font-size:.86rem;font-weight:750;gap:8px;margin-bottom:12px}.tk-recent-posts__meta span:not(:first-child):before{content:"/";margin-right:8px;opacity:.55}body.sg-theme .tk-recent-posts__title{font-size:clamp(1.12rem,1.8vw,1.38rem);line-height:1.2;margin:0}.tk-recent-posts__title a{color:inherit;text-decoration:none}.tk-recent-posts__title a:focus-visible,.tk-recent-posts__title a:hover{color:var(--tk-color-link-hover,#0b4f63)}body.sg-theme .tk-recent-posts__summary{color:var(--tk-color-muted,#5f6b7a);line-height:var(--tk-body-line-height,1.65);margin:10px 0 20px}.tk-recent-posts__card .tk-text-link{margin-top:auto}.tk-recent-posts__footer{display:flex;justify-content:center;margin-top:38px}.tk-recent-posts__empty{background:var(--tk-color-surface,#fff);border:1px dashed var(--tk-color-border,#d8e0ea);border-radius:var(--tk-card-radius,8px);color:var(--tk-color-muted,#5f6b7a);margin-top:36px;padding:28px;text-align:center}.tk-recent-posts__empty p{margin:0}@media (max-width:980px){.tk-recent-posts__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:680px){.tk-recent-posts__grid{grid-template-columns:1fr}}