:host {
  display: flex;
  background: #f9f9f9;
  padding: 0 21px;
  height: 74px;
  justify-content: space-between;
  border-bottom: 1px solid #cdcdcd;
  align-items: center;
}

.right-side {
  display: flex;
}
.right-side pe-button {
  margin-left: 16px;
}