.flex {
  display: flex;
}

.flex-gap-10 {
  gap: 10px;
}

.flex-gap-20 {
  gap: 20px;
}

.align-center {
  align-items: center;
}

.flex > .flex-1 {
  flex-grow: 1;
}

.max-width-full {
  max-width: 100%;
}

.logo > img {
  max-height: 60px;
}