/* Shared project enquiry action in the mobile navigation. */
#mainmenu .mobile-menu-quote {
  display: none;
}

@media (max-width: 992px) {
  header.header-mobile #mainmenu .mobile-menu-quote {
    display: block;
    padding: 18px 0 8px;
    border-bottom: 0;
  }

  header.header-mobile #mainmenu .mobile-quote-button {
    display: block !important;
    width: 100%;
    padding: 13px 18px;
    border-radius: 5px;
    background: var(--primary-color);
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
  }

  header.header-mobile #mainmenu .mobile-quote-button:hover,
  header.header-mobile #mainmenu .mobile-quote-button:focus-visible {
    background: var(--primary-color);
    color: #fff;
    outline: 2px solid #fff;
    outline-offset: 3px;
  }
}
