/* Footer layout and styles */
.site-footer {
  background-color: var(--queenBlack);
  color: var(--queenWhite);
}

.site-footer .footer-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 24px 16px;
  text-align: center;
}

.site-footer .footer-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.site-footer .footer-badge {
  display: block;
  height: 28px;
  width: auto;
}

.site-footer .footer-text {
  display: flex;
  align-items: center;
  justify-content: center;
}

.site-footer p {
  margin: 0;
  color: var(--queenWhite);
}

/* Freeze link hover effects in footer */
.site-footer a,
.site-footer a:hover,
.site-footer a:focus,
.site-footer a:focus-visible,
.site-footer a:active {
  color: var(--queenWhite);
  text-decoration: none;
}
