.featured-posts{justify-content:center;justify-items:center;width:90%;min-height:60vh}.post-list{justify-content:center;width:100%;display:flex}.post-panels{grid-template-columns:1fr;gap:30px;width:100%;max-width:1200px;display:grid}.post-panel{background:linear-gradient(145deg, color-mix(in srgb, var(--background), var(--foreground) 8%), var(--background));border-radius:20px;flex-direction:column;gap:15px;padding:20px;transition:transform .25s,box-shadow .25s;display:flex;box-shadow:0 10px 25px #00000026}.post-panel:hover{transform:translateY(-5px);box-shadow:0 15px 35px #00000040}.post-panel img{object-fit:cover;border-radius:15px;width:100%;height:180px}.post-panel h3{color:var(--foreground);font-size:1.25rem}.post-panel p{color:color-mix(in srgb, var(--foreground), transparent 30%);flex-grow:1;font-size:.95rem;line-height:1.4}.post-button{text-align:center;align-self:flex-end;width:150px;margin:20px 0}.posts-header{text-align:center;align-content:center;width:100%;margin-bottom:40px}.posts-header h2{font-size:calc(24px + 1vw)}.posts-header p{opacity:.6;margin-top:5px;font-size:calc(14px + .25vw)}.global-button.post-more-button{text-align:center;width:200px;margin:40px auto}.post-panel.placeholder{text-align:center;pointer-events:none;width:30%;min-width:300px}.hide-mobile{display:none}@media (min-width:601px){.post-panels{grid-template-columns:repeat(2,1fr)}.hide-mobile{display:flex}.hide-tablet{display:none}}@media (min-width:901px){.post-panels{grid-template-columns:repeat(3,1fr)}.hide-tablet{display:flex}}
