#footer {
  display: none !important;
}

.logo,
.small-logo {
  max-width: 220px !important;
  max-height: 60px !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain;
}

.logo-wrapper {
  width: 220px !important;
  height: 60px !important;
}

.edulim-site-footer {
  background: #f5f5f5;
  border-top: 1px solid #e0e0e0;
  padding: 0.85rem 1.5rem;
  margin-top: auto;
}

.edulim-site-footer .ft3__copy {
  margin: 0;
  color: #666;
  font-size: 0.875rem;
}

.edulim-site-footer .ft3__powered {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  color: #666;
  font-size: 0.875rem;
}

.edulim-site-footer .ft3__powered:hover {
  color: #F59E0B;
}

.edulim-site-footer .ft3__powered img {
  max-height: 32px;
  width: auto;
  opacity: 1;
  display: block;
}

html, body {
  min-height: 100%;
}

body {
  display: flex;
  flex-direction: column;
}

#root {
  flex: 1 0 auto;
}
