.docs-pagination { display:flex; align-items:center; justify-content:center; gap:7px; margin-top:18px; }
.docs-pagination button { min-width:38px; height:38px; border:1px solid #dce3eb; border-radius:5px; background:#fff; cursor:pointer; }
.docs-pagination button.active { color:#fff; background:#d50000; border-color:#d50000; }
.docs-pagination button:disabled { opacity:.4; cursor:default; }
[data-theme="dark"] .docs-pagination button { color:#eaf0f5; background:#101a23; border-color:#32404c; }
[data-theme="dark"] .docs-pagination button.active { background:#d50000; border-color:#d50000; }
