/* ═══ Custom projectbrede toevoegingen (geen theme/module overrides) ═══ */

/* Quantity TouchSpin pijltjes: voorkom browser-standaard blauw */
.bootstrap-touchspin .btn-touchspin,
.bootstrap-touchspin .btn-touchspin .material-icons {
  color: #1a1a1a;
}

.footer-logo-wrapper {
  margin-top: 1.5rem;
}

.footer-logo {
  width: 200px;
  height: auto;
}

.footer-dealer-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 12px;
  color: #fff;
  font-size: 0.9rem;
  text-decoration: none;
  opacity: 0.8;
  transition: opacity 0.2s;
}

.footer-dealer-link:hover {
  opacity: 1;
  color: #fff;
  text-decoration: none;
}

.footer-dealer-link .material-icons {
  font-size: 18px;
}

.footer-copyright {
  margin-top: 1.5rem;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.75rem;
  color: #777;
}

.footer-copyright a {
  color: #B61924;
  text-decoration: none;
  font-weight: 600;
}

.footer-copyright a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .footer-copyright {
    text-align: center;
  }

  .footer-logo-wrapper {
    text-align: center;
  }
}