#page-tags .container { max-width: 720px; margin: 24px auto; }
#page-tags .tag-item { cursor: pointer; }
#page-tags .tag-item:hover { background: #f9fafb; }
#page-tags .snippet { color: #6b7280; font-size: .9rem; }
#page-tags .markdown-body { font-size: .95rem; }
#page-tags .preview { color: #374151; }
#page-tags .preview .markdown-body p { margin-bottom: .25rem; }
#page-tags .toggle-hint { color: #9ca3af; font-size: .8rem; }
#page-tags .tag-header { display:flex; align-items:center; justify-content:space-between; gap:8px; }
#page-tags .tag-header .tag-actions { display:flex; align-items:center; gap:6px; }
#page-tags .tag-actions .btn { padding: 2px 8px; line-height: 1.2; font-size: 12px; }
#page-tags .tag-actions .btn.active-see { background:#16a34a; color:#fff; border-color:#16a34a; }
#page-tags .tag-actions .btn.active-notsee { background:#dc2626; color:#fff; border-color:#dc2626; }
