.header-bar__list {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-left: 8px;
  margin-right: 8px;
}

.header-bar__header {
  position: relative;
}

.header-bar__title {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}

.header-bar__close {
  position: absolute;
  top: 0;
  right: 0;
  color: #676767;
}

.header-bar__actions {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.header-bar__actions button {
  min-width: 160px;
}
