.pillar-post-list{margin-top:3rem;padding-top:2rem;border-top:1px solid var(--border-color,#e0e0e0)}.pillar-post-list h2{margin-bottom:2rem}.pillar-post-list-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.pillar-post-card{background-color:var(--alt-bg-color,#fafafa);border:1px solid var(--border-color,#e0e0e0);border-radius:8px;padding:1.75rem;display:flex;flex-direction:column;transition:all .2s ease}.pillar-post-card:hover{background-color:var(--hover-bg-color,#f5f5f5);border-color:var(--link-color,#1565c0)}.pillar-post-card-title{font-size:1.8rem;font-weight:700;margin:0 0 1rem;line-height:1.3}.pillar-post-card-title a{color:var(--fg-color,#212121);text-decoration:none}.pillar-post-card-title a:hover{color:var(--link-color,#1565c0)}.pillar-post-card-description{font-size:1.5rem;line-height:1.6;color:var(--fg-color-secondary,#757575);margin:0 0 1.25rem;flex-grow:1}.pillar-post-card-link{font-size:1.4rem;font-weight:600;color:var(--link-color,#1565c0);text-decoration:none;margin-top:auto}.pillar-post-card-link:hover{text-decoration:underline}.pillar-callout{margin:1.5rem 0 2rem;padding:1.25rem 1.5rem;background-color:var(--alt-bg-color,#f0f4f8);border-left:4px solid var(--link-color,#1565c0);border-radius:4px}.pillar-callout p{margin:0;font-size:1.5rem}.pillar-callout a{font-weight:600;color:var(--link-color,#1565c0);text-decoration:none}.pillar-callout a:hover{text-decoration:underline}body.colorscheme-dark .pillar-post-card{background-color:#2c2c2c;border-color:#424242}body.colorscheme-dark .pillar-post-card:hover{background-color:#333;border-color:#42a5f5}body.colorscheme-dark .pillar-post-card-title a{color:#dadada}body.colorscheme-dark .pillar-post-card-description{color:#b0b0b0}body.colorscheme-dark .pillar-callout{background-color:#2c2c2c;border-left-color:#42a5f5}@media(prefers-color-scheme:dark){body.colorscheme-auto .pillar-post-card{background-color:#2c2c2c;border-color:#424242}body.colorscheme-auto .pillar-post-card:hover{background-color:#333;border-color:#42a5f5}body.colorscheme-auto .pillar-post-card-title a{color:#dadada}body.colorscheme-auto .pillar-post-card-description{color:#b0b0b0}body.colorscheme-auto .pillar-callout{background-color:#2c2c2c;border-left-color:#42a5f5}}@media only screen and (max-width:768px){.pillar-post-list-grid{grid-template-columns:1fr}}