﻿.site-footer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 80;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  padding: 6px 18px 7px;
  text-align: center;
  color: rgba(214, 229, 243, 0.78);
  background: rgba(2, 6, 13, 0.62);
  border-top: 1px solid rgba(0, 200, 255, 0.08);
  backdrop-filter: blur(10px);
  font-size: 11px;
  line-height: 1.25;
  pointer-events: none;
}

.site-footer p {
  margin: 0;
  font-size: inherit !important;
  line-height: inherit !important;
}

.site-footer p::after {
  content: " \00b7\00a0";
  color: rgba(216, 245, 255, 0.55);
}

.site-footer a {
  display: inline;
  margin: 0;
  color: #d8f5ff;
  font-size: inherit !important;
  line-height: inherit !important;
  font-weight: 800;
  text-decoration: none;
  pointer-events: auto;
}

.site-footer a:hover,
.site-footer a:focus-visible {
  color: #ffffff;
  text-decoration: underline;
}

body.detail-with-site-nav .site-footer,
body.detail-with-site-nav .site-footer p,
body.detail-with-site-nav .site-footer a {
  font-size: 11px !important;
  line-height: 1.25 !important;
}

@media (max-width: 720px) {
  .site-footer {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    z-index: 999 !important;
    gap: 4px;
    padding: 5px 12px 6px;
    font-size: 10px;
    transform: translateZ(0);
  }

  body:not(.home-page) {
    padding-bottom: 38px;
  }

  .home-page {
    padding-bottom: 0;
  }

  body.detail-with-site-nav .site-footer,
  body.detail-with-site-nav .site-footer p,
  body.detail-with-site-nav .site-footer a {
    font-size: 10px !important;
    line-height: 1.25 !important;
  }
}
