/* custom.css */

[x-cloak] {
  display: none !important;
}

.dropdown-content {
  transition: opacity 0.3s ease, transform 0.3s ease;
}
