/* Site Footer - BitTap Exchange */

/* Footer inside SEO section (index): same width and style as guide */
.seo-section-outer .site-footer.seo-section-footer {
  max-width: 960px;
  margin: 2rem auto 0;
  padding: 2rem;
  background: #fff;
  color: #1a1a1a;
  border: 2px solid #d0f500;
  border-radius: 0 0 16px 16px;
  border-top: 1px solid #d0f500;
  box-sizing: border-box;
}

.seo-section-outer .site-footer.seo-section-footer .site-footer-inner {
  max-width: none;
}

.seo-section-outer .site-footer.seo-section-footer .site-footer-social-link,
.seo-section-outer .site-footer.seo-section-footer .site-footer-email-link,
.seo-section-outer .site-footer.seo-section-footer .site-footer-link {
  color: #1a5fb4;
}

.seo-section-outer .site-footer.seo-section-footer .site-footer-social-link:hover,
.seo-section-outer .site-footer.seo-section-footer .site-footer-email-link:hover,
.seo-section-outer .site-footer.seo-section-footer .site-footer-link:hover {
  text-decoration: underline;
}

.site-footer {
  width: 100%;
  margin-top: 2rem;
  padding: 2rem 1rem;
  background: #f0f0f0;
  color: #1a1a1a;
  border-top: 1px solid #e0e0e0;
}

.dark .site-footer,
[data-theme="dark"] .site-footer,
html.dark .site-footer {
  background: #111417;
  color: #e8e8e8;
  border-top-color: #292c2e;
}

.site-footer-inner {
  max-width: 960px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

.site-footer-copyright {
  grid-column: 1 / -1;
  margin: 0;
  font-size: 0.9rem;
  text-align: center;
  opacity: 0.9;
}

.site-footer-heading {
  margin: 0 0 0.5rem;
  font-size: 1rem;
  font-weight: 600;
}

.site-footer-block {
  margin: 0;
}

.site-footer-list {
  margin: 0;
  padding-left: 1.25rem;
  list-style: disc;
}

.site-footer-list li {
  margin-bottom: 0.25rem;
  font-size: 0.9rem;
}

.site-footer-social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.site-footer-social-link,
.site-footer-email-link,
.site-footer-link {
  font-size: 0.9rem;
  color: #1a1a1a;
  text-decoration: none;
}

.site-footer-social-link:hover,
.site-footer-email-link:hover,
.site-footer-link:hover {
  text-decoration: underline;
}

.dark .site-footer-social-link,
.dark .site-footer-email-link,
.dark .site-footer-link,
[data-theme="dark"] .site-footer-social-link,
html.dark .site-footer-email-link,
html.dark .site-footer-link {
  color: #d0f500;
}

.site-footer-address {
  font-style: normal;
  font-size: 0.9rem;
  line-height: 1.5;
}

@media (min-width: 600px) {
  .site-footer-inner {
    grid-template-columns: repeat(2, 1fr);
  }

  .site-footer-copyright {
    text-align: left;
  }
}

@media (min-width: 900px) {
  .site-footer-inner {
    grid-template-columns: repeat(3, 1fr);
  }
}
