.ReorderMode_reorderModeBar__HFBg4 {
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  background-color: var(--shadowGrayOrWhite);
  padding: 16px 16px 8px 16px;
}

.ReorderMode_reorderModeTitle__wane_ {
  margin: 0;
  color: var(--whiteOrFiord);
}

.ReorderMode_buttonsContainer__oOgLU {
  display: flex;
  gap: 8px;
}

.ReorderMode_draggableCardList__EQJDp {
  padding: 0px 16px;
  margin: 0 auto;
  background-color: var(--shadowGrayOrWhite);
  overflow-x: hidden;
  overflow-y: auto;
}

.ReorderMode_cardContainer__qAREB {
  padding: 4px 8px;
  margin: 8px 0px;
  background-color: var(--shadowGrayOrWhite);
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}

.ReorderMode_cardMetadata__aY_7O {
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: center;
}

.ReorderMode_cardText__OKIED {
  padding: 4px 8px;
  margin: 8px 0px;
}

.ReorderMode_cardPlayButton__NhpPh {
  border: none;
  border-radius: 100%;
  background-color: var(--cardinal);
  margin: 8px;
  cursor: pointer;
}

.ReorderMode_cardImg__ZKRZg {
  border-radius: 4px;
  width: 46px;
  height: 46px;
  margin: 8px;
}

.ReorderMode_cardDragHandle___UzwK {
  background-color: var(--shadowGrayOrWhite);
  padding: 8px;
  height: 40px;
}

