.repeat-compact-board {
  margin: 10px 0;
}

.repeat-compact-board .repeat-compact-grid {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 8px !important;
}

.repeat-compact-board .repeat-compact-card {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  min-height: 0 !important;
  padding: 6px 10px !important;
  border: 1px solid #dfe6ee !important;
  border-radius: 10px !important;
  background: #fff !important;
}

.repeat-compact-board .repeat-compact-ball {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 18px !important;
  height: 18px !important;
  border-radius: 999px !important;
  background: #e85836 !important;
  color: #fff !important;
  font-size: 12px !important;
  line-height: 18px !important;
  flex: 0 0 auto !important;
}

.repeat-compact-board .repeat-compact-meta {
  font-size: 13px !important;
  line-height: 18px !important;
  white-space: nowrap !important;
  opacity: 0.9 !important;
}

.repeat-compact-board .repeat-compact-tip {
  display: none !important;
}
