/* CyberBet Custom Extensions */
.article-content ul, .article-content ol { padding-left:1.5rem; margin-bottom:1.5rem; color:var(--cy-text); font-family:"Share Tech Mono",monospace; font-size:0.9rem; }
.article-content table { width:100%; border-collapse:collapse; margin:1.5rem 0; }
.article-content table th, .article-content table td { padding:0.75rem; border:1px solid var(--cy-border); color:var(--cy-text); font-family:"Share Tech Mono",monospace; font-size:0.85rem; }
.article-content table th { background:var(--cy-surface); color:var(--cy-yellow); }

.cy-article-card:hover { border-color:var(--cy-blue) !important; box-shadow:var(--cy-glow-blue); transform:translateY(-3px); }
.cy-article-card:hover img { filter:brightness(1.2); }

.widget ul { padding-left:0; list-style:none; }
.widget_categories li, .widget_archive li { display:flex; justify-content:space-between; padding:6px 0; border-bottom:1px solid var(--cy-border); font-family:"Share Tech Mono",monospace; font-size:0.8rem; }
.widget_categories li a, .widget_archive li a { color:var(--cy-muted); text-decoration:none; }
.widget_categories li a:hover, .widget_archive li a:hover { color:var(--cy-blue); }

.comment-list { list-style:none; padding:0; }
.comment-list .comment { padding:1.5rem; margin-bottom:1rem; background:var(--cy-surface); border:1px solid var(--cy-border); border-radius:2px; }
.comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"], .comment-form textarea { width:100%; padding:0.75rem; border:1px solid var(--cy-border); background:var(--cy-surface); color:var(--cy-text); border-radius:2px; margin-bottom:1rem; font-family:"Share Tech Mono",monospace; }
.comment-form textarea { min-height:150px; }
.comment-form .form-submit input { background:var(--cy-red); color:#fff; border:none; padding:0.75rem 2rem; cursor:pointer; font-weight:600; font-family:"Share Tech Mono",monospace; }

.pagination .page-link { border-radius:2px; margin:0 3px; border:1px solid var(--cy-border); color:var(--cy-blue); background:var(--cy-surface); font-family:"Share Tech Mono",monospace; }
.pagination .page-item.active .page-link { background:var(--cy-red); border-color:var(--cy-red); color:#fff; }

.sidebar .widget { background:var(--cy-surface); border:1px solid var(--cy-border); border-radius:2px; padding:16px; }
