.mega-menu-panel {
  padding: 74px 88px;
}

.mega-menu-panel__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.5rem;
}

.mega-menu-panel__promo {
  grid-column: span 2;
  gap: 1rem;

  >* {
    height: 100%;
    /* display: flex;
    flex-direction: column;
    justify-content: center;

    >* {
      width: fit-content;
    } */
  }
}

.nav-item:has(.mega-menu-panel) {
  position: static;

  .dropdown-menu[data-bs-popper] {
    width: 100%;
    margin-top: 0;
    border-radius: 0;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
  }
}
