.eab-wrapper { max-width: 1200px; margin: 0 auto; }
.eab-cats { display:flex; flex-wrap:wrap; gap:10px; margin: 0 0 20px; }
.eab-cats .eab-cat-link { display:inline-block; padding:8px 14px; border-radius:999px; border:1px solid #ddd; text-decoration:none; font-size:14px; }
.eab-cats .eab-cat-link.active { background:#111; color:#fff; border-color:#111; }
.eab-grid { display:grid; grid-template-columns: repeat(3, 1fr); gap:24px; position:relative; }
.eab-card { background:#fff; border:1px solid #eee; border-radius:14px; overflow:hidden; }
.eab-thumb img { width:100%; display:block; }
.eab-content { padding:16px; }
.eab-title { font-size:1.05rem; margin:0 0 8px; line-height:1.3; }
.eab-pagination { margin-top:26px; display:flex; justify-content:center; }
.eab-empty { padding:30px; text-align:center; color:#666; border:1px dashed #ddd; border-radius:12px; }