.blog-widgets{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:0;margin-top:42px;border:3px solid var(--bk);background:var(--bk)}.blog-widget{min-width:0;background:#fff;border-right:3px solid var(--bk);padding:20px}.blog-widget:last-child{border-right:0}.blog-widget h2{margin:0 0 14px;font:900 11px 'Share Tech Mono',monospace;letter-spacing:.12em;color:#555}.blog-widget ul{list-style:none;margin:0;padding:0}.blog-widget li{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;padding:8px 0;border-bottom:1px solid #e5e5df;font-size:12px;line-height:1.55}.blog-widget li:last-child{border-bottom:0}.blog-widget li a{min-width:0;color:#222;text-decoration:none}.blog-widget li a:hover{color:#8d008d}.blog-widget li time,.blog-widget li>span{flex:0 0 auto;color:#999;font:9px 'Share Tech Mono',monospace}.blog-widget-feeds>a{display:flex;align-items:center;justify-content:space-between;background:var(--y);border:2px solid var(--bk);padding:11px 12px;margin-bottom:8px;color:var(--bk);font-weight:900;text-decoration:none}.blog-widget-feeds>a:hover{background:var(--m);color:#fff}@media(max-width:700px){.blog-widgets{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:28px}.blog-widget{border-bottom:3px solid var(--bk);padding:15px 13px}.blog-widget h2{margin-bottom:9px}.blog-widget li{font-size:11px;padding:6px 0}}@media(max-width:420px){.blog-widgets{grid-template-columns:1fr 1fr}.blog-widget-feeds>a{padding:9px 8px;font-size:11px}}
