@import url('../CloudTheme.css');

.btnWrapper {
  display: flex;
  justify-content: flex-start;
  margin-top: 16px;
}

.titleWrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 4px;
  height: fit-content;
  max-height: 48px;
  min-height: 24px;
}
