.content {
  display: flex;
  flex-flow: column nowrap;
  gap: 12px;
  margin: 0 24px 0 0;
}

.row {
  display: flex;
  flex-flow: row nowrap;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
}

.h1 {
  flex: 1 0 auto;
  font: var(--default-font-h1);
}

.trigger-menu-button {
  display: flex;
  flex: 0 1 auto;
  flex-flow: row nowrap;
  gap: 5px;
  align-items: center;
  justify-content: center;

  span,
  app-cmf-doodle-icon {
    color: var(--color-gray-fff);
  }

  span {
    flex: 1 0 auto;
  }

  app-cmf-doodle-icon {
    display: flex;
    flex: 0 1 auto;
    align-items: center;
    justify-content: center;
  }
}
