.site-compliance-footer {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-top: 1px solid #d8ded9;
  background: #ffffff;
  color: #66716b;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
}

.site-compliance-footer a {
  color: inherit;
  text-decoration: none;
}

.site-compliance-footer a:hover {
  color: #17633c;
  text-decoration: underline;
}

.site-compliance-footer a:focus-visible {
  border-radius: 3px;
  outline: 2px solid #17633c;
  outline-offset: 3px;
}

.admin-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.admin-page #admin-app {
  flex: 1 0 auto;
}

@media print {
  .site-compliance-footer {
    display: none;
  }
}
