/**
 * Norouland shared site footer (RTL, webview-safe).
 * Single link: پشتیبانی → neurolandgame.com/webgl-support
 */

/* Fills space above footer so margin-top:auto pins the footer on flex column layouts */
.site-content-wrap {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 0;
}

.site-content-wrap--center {
  justify-content: center;
  align-items: center;
}

.site-content-wrap > .main {
  flex: 1 1 auto;
  min-height: 0;
  width: 100%;
}

.site-content-wrap > .lb-main {
  flex: 1 1 auto;
  min-height: 0;
  width: 100%;
}

.site-footer {
  margin-top: auto;
  flex-shrink: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 1.35rem max(1rem, env(safe-area-inset-right)) max(1.5rem, env(safe-area-inset-bottom)) max(1rem, env(safe-area-inset-left));
  background: #2563eb;
  text-align: center;
}

.site-footer__inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.site-footer a {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  padding: 0.45rem 0.95rem;
  border-radius: 10px;
  font-family: 'BonyadeKoodakFaNum', Tahoma, 'Segoe UI', Arial, sans-serif;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

.site-footer a:hover {
  text-decoration: underline;
  opacity: 0.92;
}
