/* Footer */
.cryptrr-footer {
  border-top: 1px solid #e5e7eb;
  background: #ffffff;
}

.footer-link {
  color: #6b7280;
  text-decoration: none;
  font-weight: 500;
}

.footer-link:hover {
  color: #111827;
  text-decoration: underline;
}

/* Compact footer on phones */
@media (max-width: 625px) {
  .cryptrr-footer .container.py-4 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  /* Optional: slightly tighten the logo/text block */
  .cryptrr-footer .cryptrr-footer-brand {
    line-height: 1.2;
  }

  /* Optional: reduce link row spacing a bit */
  .cryptrr-footer .d-flex.gap-4 {
    gap: 0.9rem !important;
  }
}