.el-posts--purple{background:var(--el-purple);color:var(--el-white)}.el-posts--magenta{background:var(--el-magenta);color:var(--el-white)}.el-posts--blue{background:var(--el-blue);color:var(--el-white)}.el-posts--green{background:var(--el-green);color:var(--el-white)}.el-posts--green-accent{background:var(--el-green-accent);color:var(--el-white)}.el-posts--orange{background:var(--el-orange);color:var(--el-white)}.el-posts--black{background:var(--el-black);color:var(--el-white)}.el-posts--grey{background:var(--el-grey-bg);color:var(--el-ink)}.el-posts--white{background:var(--el-white);color:var(--el-ink)}.el-posts--grey,.el-posts--white{--el-posts-fg:var(--el-posts-accent)}.el-posts--black,.el-posts--blue,.el-posts--green,.el-posts--magenta,.el-posts--orange,.el-posts--purple{--el-posts-fg:currentColor}.el-posts--tinted-rules{--el-rule:var(--el-posts-accent)}.el-posts__head{align-items:center;display:flex;flex-wrap:wrap;gap:clamp(1rem,2.4vw,2rem);justify-content:space-between;padding:var(--el-section-y) var(--el-pad) clamp(1.5rem,2.8vw,2.5rem)}.el-posts__head.has-rule{border-bottom:1px solid var(--el-rule)}.el-posts__heading{color:var(--el-posts-fg)}.el-posts__filter{align-items:stretch;border:1px solid var(--el-posts-accent);display:flex;flex:0 0 auto;min-width:min(100%,355px)}.el-posts__filter-label{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0 0 0 0);border:0;clip-path:inset(50%);white-space:nowrap}.el-posts__filter-select{appearance:none;background:transparent;border:0;color:inherit;cursor:pointer;flex:1 1 auto;font-family:var(--el-font);font-size:var(--el-fs-h5);font-weight:var(--el-fw-regular);line-height:1.2;min-width:0;padding:14px var(--el-pad)}.el-posts__filter-select:focus-visible{outline:2px solid var(--el-posts-accent);outline-offset:-2px}.el-posts__filter-go{align-items:center;background:transparent;border:0;border-left:1px solid var(--el-posts-accent);color:var(--el-posts-fg);cursor:pointer;display:flex;flex:0 0 auto;justify-content:center;width:54px}.el-posts__filter-go svg{fill:currentColor;height:20px;width:20px}.el-posts__filter-go:hover{background:var(--el-posts-accent);color:var(--el-white)}.el-posts__grid{display:grid;grid-template-columns:repeat(var(--el-posts-cols,3),minmax(0,1fr));list-style:none;margin:0;padding:0}.el-posts__cell{min-width:0;padding:clamp(1.75rem,3.2vw,2.85rem) clamp(1rem,2.4vw,2.175rem)}.el-posts__grid.has-rules .el-posts__cell+.el-posts__cell{border-left:1px solid var(--el-rule)}.el-posts__link{color:inherit;display:block}.el-posts__link:hover{text-decoration:none}.el-posts__link:hover .el-posts__title{text-decoration:underline}.el-posts__media{aspect-ratio:675/469;background:var(--el-white);margin-bottom:clamp(1.25rem,2.2vw,1.95rem);overflow:hidden}.el-posts__media img{height:100%;object-fit:cover;width:100%}.el-posts__title{font-size:var(--el-fs-h4);margin:0 0 clamp(.75rem,1.2vw,1.05rem)}.el-posts__meta,.el-posts__title,.el-posts__type{color:var(--el-posts-fg);font-weight:var(--el-fw-medium);letter-spacing:var(--el-ls);line-height:1.3}.el-posts__meta,.el-posts__type{font-size:var(--el-fs-h5);margin:0}.el-posts__type{align-items:center;display:flex;gap:.6em;margin-bottom:.5em}.el-posts__type-icon{display:flex;flex:0 0 auto}.el-posts__type-icon svg{fill:currentColor;height:1.05em;width:1.05em}.el-posts__meta{opacity:.95}.el-posts__empty{font-size:var(--el-fs-body);margin:0;padding:clamp(1.75rem,3.2vw,2.85rem) var(--el-pad)}.el-posts__pagination{display:flex;justify-content:center;padding:clamp(2rem,4vw,3.5rem) var(--el-pad)}.el-posts__pages{border:1px solid var(--el-posts-accent);display:flex;flex-wrap:wrap;list-style:none;margin:0;padding:0}.el-posts__page+.el-posts__page{border-left:1px solid var(--el-posts-accent)}.el-posts__page-link{align-items:center;color:var(--el-posts-fg);display:flex;font-size:var(--el-fs-h5);font-weight:var(--el-fw-regular);height:50px;justify-content:center;line-height:1;min-width:47px;padding:0 12px;text-decoration:none}a.el-posts__page-link:hover{background:var(--el-posts-accent);color:var(--el-white)}.el-posts__page-link.is-current{background:var(--el-posts-active);color:var(--el-white);font-weight:var(--el-fw-medium)}.el-posts__page-link.is-gap{cursor:default}.el-posts__buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;padding:clamp(1rem,2vw,1.8rem) var(--el-pad) clamp(2.5rem,4.7vw,4.2rem)}@media (max-width:1024px){.el-posts__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.el-posts__grid.has-rules .el-posts__cell:nth-child(odd){border-left:0}}@media (max-width:767px){.el-posts__head{align-items:flex-start;flex-direction:column}.el-posts__filter{width:100%}.el-posts__grid{grid-template-columns:1fr}.el-posts__grid.has-rules .el-posts__cell{border-left:0}.el-posts__grid.has-rules .el-posts__cell+.el-posts__cell{border-top:1px solid var(--el-rule)}}