/* ROUND S5E.8 - SOLUTIONS MOBILE MENU PARITY WITH HOME */
@media (max-width: 1100px) {
  .solutions-home-header.public-unified-header .solutions-main-nav.nav-links {
    grid-template-columns: 1fr !important;
    max-height: calc(100vh - 76px) !important;
  }

  .solutions-home-header.public-unified-header .solutions-main-nav.nav-links > a {
    width: 100% !important;
  }

  .solutions-home-header.public-unified-header .solutions-mobile-header-actions {
    display: block !important;
    grid-column: 1 / -1 !important;
    width: 100% !important;
    margin: .3rem 0 0 !important;
  }

  .solutions-home-header.public-unified-header .solutions-mobile-language {
    display: none !important;
  }

  .solutions-home-header.public-unified-header .solutions-mobile-start {
    display: flex !important;
    width: 100% !important;
    min-height: 46px !important;
    align-items: center !important;
    justify-content: center !important;
    border: 0 !important;
    border-radius: 999px !important;
    padding: .55rem .75rem !important;
    color: #fff !important;
    background: linear-gradient(135deg, #8b5cf6, #6d28d9) !important;
    box-shadow: 0 0 20px rgba(139, 92, 246, .4) !important;
    font-size: .88rem !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    text-align: center !important;
    text-decoration: none !important;
  }
}
