/* Sticky footer styles */
.app-footer{
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f8f9fa;
  border-top: 1px solid #e5e5e5;
  height: 44px;
  display: flex;
  align-items: center;
  font-size: 13px;
  z-index: 9999;
  box-shadow: 0 -1px 3px rgba(0,0,0,0.03);
}

.app-footer .footer-inner{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 0 16px;
  box-sizing: border-box;
}

.app-footer .footer-left{
  flex: 1;
}

.app-footer .footer-center{
  flex: 0 0 auto;
  text-align: center;
  margin: 0 auto;
  font-weight: 500;
}

.app-footer .footer-right{
  flex: 1;
  text-align: right;
  color: #333;
}

/* ensure main content does not get covered by footer */
body{ padding-bottom: 56px; }
