.controller {
  width: fit-content;
  display: flex;
  flex-direction: row;
  gap: 8px;

  .controller-container {
    width: 40px;
    cursor: pointer;
  }
}
