.header__container {
  width: 100%;
  background-color: darkgreen;
  height: 80px;
  display: flex;
  justify-content: center;
}
.header__container > div {
  flex-grow: 1;
}

.header__content {
  height: 100%;
  max-width: 1200px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}

.header__title {
  color: #fff;
  font-weight: normal;
  pointer-events: none;
}

.header__actions {
  list-style: none;
  display: flex;
  justify-content: space-between;
}

.header__action-button {
  flex: 1 0 auto;
  height: 30px;
  width: 30px;
}
.header__action-button:not(:last-child) {
  margin-right: 15px;
}

/*# sourceMappingURL=header.css.map */
