﻿#footer {
  width: 100%;
  height: 5.5rem;
  background-color: #10069F;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #FFFFFF;
  padding: 0 2.5rem 0 2.5rem;
  position: fixed;
  bottom: 0px;
}
#footer .footer-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: space-between;
}
#footer .footer-wrapper .copyright {
  font-weight: 300;
  text-align: left;
  display: flex;
  align-items: center;
}
#footer .footer-wrapper .copyright .version {
  background-color: #fff;
  margin-right: 1rem;
  border-radius: 0.25rem;
  width: fit-content;
  color: #000000;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
  padding: 0 0.25rem 0 0.25rem;
}
#footer .footer-wrapper .links {
  display: flex;
  font-weight: 500;
  justify-content: center;
}
#footer .footer-wrapper .links a {
  color: #FFFFFF;
}
#footer .footer-wrapper .logo img {
  display: block;
  margin-left: auto;
  width: 9.125rem;
}

@media (max-width: 800px) {
  #footer {
    padding: 1rem;
    border-top: 1px solid #E1E1E6;
    height: auto;
    font-size: 0.6875rem;
    line-height: 1;
  }
  #footer .logo-version {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
  }
  #footer .logo-version img {
    height: 1.5rem;
  }
  #footer .logo-version .build {
    background-color: #FFFFFF;
    border-radius: 0.25rem;
    padding: 0.25rem 0.5rem;
    color: #333333;
  }
  #footer .links {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    font-size: 0.75rem;
    line-height: 1;
    margin-bottom: 2rem;
  }
  #footer .links a {
    color: #FFFFFF;
  }
}
