
.v233-bulk-actions,.v233-file-actions{display:flex;align-items:center;gap:8px}
.v233-select-all{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:600;cursor:pointer}
.v233-select-all input,.v233-file-check input{width:16px;height:16px;accent-color:var(--brand-green);cursor:pointer}
.v233-delete-bulk,.v233-delete-one{display:inline-flex;align-items:center;justify-content:center;border:1px solid color-mix(in srgb,var(--destructive) 45%,var(--border));background:color-mix(in srgb,var(--destructive) 7%,var(--background));color:var(--destructive);font-weight:700;cursor:pointer}
.v233-delete-bulk{min-height:34px;padding:0 12px;border-radius:7px;font-size:11px}
.v233-delete-one{min-height:32px;padding:0 11px;border-radius:6px;font-size:11px}
.v233-delete-bulk:hover,.v233-delete-one:hover{background:color-mix(in srgb,var(--destructive) 13%,var(--background))}
.v233-delete-bulk:disabled,.v233-delete-one:disabled{opacity:.55;cursor:not-allowed}
.v233-file-card{position:relative!important;padding-left:42px!important}
.v233-file-check{position:absolute;left:14px;top:15px;display:flex;align-items:center;justify-content:center}
.v233-selected{outline:2px solid color-mix(in srgb,var(--brand-green) 35%,transparent);outline-offset:-2px;background:color-mix(in srgb,var(--brand-green) 4%,var(--background))!important}
@media(max-width:1100px){
 .v233-vat-list-head{align-items:flex-start!important}
 .v233-bulk-actions{width:100%;justify-content:space-between}
 .v233-file-actions{width:100%;margin-top:10px}
 .v233-file-actions .v213-download,.v233-file-actions .v233-delete-one{flex:1;min-height:38px}
}
