.footer_logo {
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #131c20;
  border-top: 1px solid #23333b;
}

.pill-chargebut.warn {
  background: linear-gradient(180deg, rgb(255 103 11) 0%, rgb(205 5 5) 100%);
}

.pill-chargebut.small {
  padding: 7px 10px;
}
