.alliance-bar {
  background: #155d75;
  color: #fff;
  font-size: .76rem;
  letter-spacing: .06em;
}

.alliance-bar .container {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.alliance-bar span:last-child {
  color: rgba(255, 255, 255, .72);
}

.footer-membership {
  display: inline-block;
  margin: 8px 0 0;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, .18);
  color: rgba(255, 255, 255, .84);
  font-size: .8rem;
}

@media (max-width: 650px) {
  .alliance-bar .container {
    min-height: 44px;
    justify-content: center;
    text-align: center;
  }

  .alliance-bar span:last-child {
    display: none;
  }
}
