.tax58-repeat {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 9px;
  align-items: center;
  padding: 9px 10px;
  border-bottom: 1px dashed #c4b5fd;
  background: #faf9ff;
}
.tax58-repeat code {
  overflow-wrap: anywhere;
  color: #5b21b6;
  font-size: 10px;
  font-weight: 800;
}
.tax58-repeat span {
  color: #64748b;
  font-size: 10px;
  font-weight: 850;
}
.sidebar .nav {
  overflow-y: auto;
  padding-bottom: 6px;
  scrollbar-width: thin;
}
.sidebar .side-bottom {
  flex: 0 0 auto;
}
@media (max-width: 560px) {
  .tax58-repeat { grid-template-columns: 1fr; }
  .tax58-repeat .btn { width: 100%; }
}
