/* The calculator link belongs to the existing mobile menu only. */
@media (min-width: 992px) {
  .header-navigation .mobile-calculator-link {
    display: none !important;
  }
}
