.afs-post-grid{width:100%}.afs-post-grid *{box-sizing:border-box}
.afs-post-grid__filter{margin:0 0 30px}
.afs-post-grid__select{width:300px;max-width:100%;min-height:38px;padding:6px 12px;border:2px solid #111;border-radius:7px;background:#fff;color:#222;font:inherit}
.afs-post-grid__items{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px}
.afs-post-grid__card{min-width:0;overflow:hidden;background:#fff;border:1px solid #ddd;border-radius:11px;box-shadow:0 1px 3px rgba(0,0,0,.04)}
.afs-post-grid__image-link{aspect-ratio:1.62/1;overflow:hidden;background:#eee}
.afs-post-grid__image{display:block;width:100%;height:100%;object-fit:cover}
.afs-post-grid__image--empty{background:#eee}
.afs-post-grid__title-wrap{min-height:56px;padding:15px 14px 11px;border-bottom:1px solid #ddd}
.afs-post-grid__title{margin:0;font-size:17px;line-height:1.35;font-weight:700}
.afs-post-grid__title a{color:#18143b;text-decoration:none}
.afs-post-grid__title a:hover{text-decoration:underline}
.afs-post-grid__meta{display:flex;flex-wrap:wrap;align-items:center;gap:7px;padding:13px 14px 16px;color:#687080;font-size:13px;line-height:1.45}
.afs-post-grid__meta a{color:inherit;text-decoration:none}
.afs-post-grid__slash{color:#8b929d}
.afs-post-grid__pagination{display:flex;justify-content:center;gap:4px;margin-top:56px}
.afs-post-grid__page{min-width:44px;height:44px;padding:0 12px;border:1px solid #d5d8de;border-radius:2px;background:#fff;color:#333;cursor:pointer;font:inherit}
.afs-post-grid__page:hover,.afs-post-grid__page.is-active{border-color:#1877f2;background:#1877f2;color:#fff}
.afs-post-grid__empty{padding:40px 0;text-align:center}
.afs-post-grid.is-loading{opacity:.65;pointer-events:none}
@media(max-width:1024px){.afs-post-grid__items{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:767px){.afs-post-grid__items{grid-template-columns:1fr;gap:20px}.afs-post-grid__select{width:100%}.afs-post-grid__filter{margin-bottom:20px}}
