.cardioat-seperator {
  display: flex;
  flex-direction: row;
  align-items: end;
  background-color: transparent;
  color: rgb(var(--color-background));
  margin-bottom: -1px;
  width: 100%;
  overflow: hidden;
}

.cardioat-seperator-left {
  justify-content: flex-start;
}

.cardioat-seperator-right {
  justify-content: flex-end;
}

.seperator {
  flex-grow: 1;
  flex-shrink: 0;
  width: 2000px;
}
