.libutton {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 12px 12px;
  outline: none;
  text-decoration: none !important;
  color: #ffffff !important;
  width: 200px;
  height: 41px;
  border-radius: 21px;
  background-color: #0A66C2;
  font-family: "SF Pro Text", Helvetica, sans-serif;
}

.libutton i {
  font-size: 14px;
}

.libutton span {
  line-height: 1;
}

.footer-flex-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}
