.cat-seo-toggle { background: #1a1a1a; padding: 15px 20px; border-radius: 6px; cursor: pointer; color: #fff; font-size: 16px; display: flex; justify-content: space-between; align-items: center; border: 1px solid rgba(255,255,255,0.05); margin-bottom: 20px; }
.cat-seo-toggle:hover { background: #222; }
.cat-seo-content { display: none; background: #111; padding: 25px; border-radius: 0 0 6px 6px; color: #999; font-size: 14px; line-height: 1.8; margin-top: -25px; margin-bottom: 25px; border: 1px solid rgba(255,255,255,0.05); border-top: none; }
.cat-seo-content h3 { font-size: 16px; color: #eee; margin-bottom: 10px; margin-top: 15px; }
.cat-seo-content p { margin-bottom: 15px; }
.cat-seo-content strong { color: #ff3b7a; }
