@import url("./app-foundation.css");

.footer {
  width: 100%;
  padding: 22px 16px !important;
  text-align: center !important;
  font-size: 12px !important;
  line-height: 1.7 !important;
}

.footer > div,
.footer > small {
  font-size: 12px !important;
  line-height: 1.7 !important;
  font-weight: 400 !important;
}

.footer > small {
  display: block;
  margin-top: 8px;
}

.footer a {
  display: inline !important;
  font-size: 12px !important;
  line-height: inherit !important;
  font-weight: 700 !important;
  text-decoration: none;
}

.footer a:hover,
.footer a:focus-visible {
  text-decoration: underline;
}

@media (max-width: 640px) {
  .footer,
  .footer > div,
  .footer > small,
  .footer a {
    font-size: 11px !important;
  }
}
