.dropdown-item {
  margin-bottom: .6em;
  white-space: normal;
}

.dropdown-list {
  margin-right: 0.5em;
  width: 100%;
}

.dropdown-menu {
  border: var(--bs-border-width);
  border-style: var(--bs-border-style);
  border-color: var(--bs-border-color);
  width: max-content;
}

@media (max-width: 576px) {
  .dropdown-menu {
    width: 100%;
  }
}

