.build-spells {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 300px;
  height: 0;
  padding: 0;
  background-color: #aaaaaa20;
  backdrop-filter: blur(12px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  overflow-y: auto;
  z-index: 2;

  transition: 0.3s ease height;
}
