.footer .footer-contact .ws-footer-icon {
  color: var(--ws-orange, #CB6015);
}

.footer .footer-contact .ws-footer-link,
.footer .footer-bottom .developer-link {
  color: var(--ws-orange, #CB6015) !important;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
  transition: color 0.25s ease;
}

.footer .footer-contact .ws-footer-link:hover,
.footer .footer-bottom .developer-link:hover {
  color: #e38a4b !important;
  text-decoration: underline;
}