
.dropdown-menu-wide {
  width: max-content;
  min-width: 500px;
  left: 50% !important;
  transform: translateX(-50%) !important;
  right: auto !important;
}

.dropdown-menu-wide .dropdown-header {
  padding: 0.5rem 1rem;
  font-weight: bold;
  color: #cc0000;
  margin-bottom: 0.5rem;
}

.dropdown-menu-wide .dropdown-item {
  padding: 0.5rem 1rem;
}

@media (max-width: 991.98px) {
  .dropdown-menu-wide {
    min-width: 100%;
  }
  .dropdown-menu-wide .d-flex.flex-row {
    flex-direction: column !important;
  }
}
