#solutionDropdown {
  width: 760px !important;
  min-width: 760px !important;
  height: auto;
  border-radius: 8px;
}

#solutionDropdown .modal-dialog {
  margin: 0;
  background-color: #fff !important;
}

#solutionDropdownContent {
  padding: 0;
}

#solutionDropdownContent .solution-dropdown-body {
  margin: 0 !important;
}

.solution-dropdown-body button {
  background-color: #fff;
  color: #000;
}

.solution-dropdown-body button img {
  width: 15px;
}

.solution-item-container .solution-item img {
  margin-right: 10px;
  width: 20px;
}

.solution-section-header {
  text-align: center;
}

.solution-item {
  color: #000 !important;
}

@media (max-width: 767px) {
  #solutionDropdown {
    position: fixed;
    top: 0 !important;
    left: 0 !important;
    min-width: 300px !important;
    width: 300px !important;
    margin: 0;
  }

  .solution-dropdown-body {
    height: 100vh;
  }

  #solutionDropdownClose {
    right: 5px;
  }

  #solutionDropdownClose img {
    margin-bottom: 10px;
  }

  #solutionDropdownContent .solution-dropdown-body {
    padding: 13px;
  }

  .solution-row {
    margin-top: 10px;
  }

  .solution-section-header {
    text-align: left;
  }

  .solution-item-container {
    grid-template-columns: repeat(2, minmax(140px, 1fr));
    gap: 10px;
  }
}
