
.v342-file-list-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.v342-file-page-size{height:34px;border:1px solid var(--border);border-radius:6px;background:var(--background);padding:0 8px;font-size:11.5px}
.v342-file-pagination{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px 14px;border-top:1px solid var(--border)}
.v342-file-page-info{font-size:11.5px;color:var(--muted-foreground)}
.v342-file-page-actions{display:flex;align-items:center;gap:7px}
.v342-file-page-actions button{height:32px;min-width:70px;border:1px solid var(--border);border-radius:6px;background:var(--background);font-size:11.5px;font-weight:700;padding:0 10px}
.v342-file-page-actions button:disabled{opacity:.42;cursor:not-allowed}
.v342-file-page-actions span{min-width:82px;text-align:center;font-size:11.5px;font-weight:750}
@media(max-width:640px){
  .v342-file-list-actions{width:100%}
  .v342-file-page-size{width:100%;height:40px}
  .v342-file-pagination{display:grid;grid-template-columns:1fr;gap:9px}
  .v342-file-page-info{text-align:center}
  .v342-file-page-actions{display:grid;grid-template-columns:1fr auto 1fr;width:100%}
  .v342-file-page-actions button{width:100%;min-width:0;height:38px}
}
