.dropdown-menu {
  @apply sm:absolute fixed top-full left-0 mt-2 border border-gray-200 dark:border-gray-700 rounded-lg shadow-lg z-50 min-h-[160px] sm:w-72 w-full;
}

.dropdown-menu--padding-sm {
  @apply sm:p-4 p-3;
}

.dropdown-menu--padding-md {
  @apply sm:p-4 p-3;
}
