
#search-block-form #edit-keys {
  background: rgba(0, 0, 0, 0.3);
  /* Lighter transparency */
  backdrop-filter: blur(5px);
  /* Glassmorphism effect */
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 10px;
  font-size: 16px;
  width: 100%;
  border-radius: 5px;
}

#search-block-form {
  display: none;
}

/* #search-block-form #edit-keys {
  position: fixed;
  top: 0;
  right: 0;
  width: 300px;
  height: 100vh;
  opacity: 10%;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 1.0);
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
  z-index: 9999;
  padding: 20px;
  color: white;
}  */

.search-drawer.hidden {
  transform: translateX(100%);
}

.search-drawer-content {
  display: flex;
  flex-direction: column;
}

.close-search {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  align-self: flex-end;
}

/* #edit-keys {
  border: 1px solid #ccc;
  padding: 10px;
  margin-bottom: 10px;
  background: blueviolet;
} */

/* #search-block-form #edit-keys {
  border: 1px solid #ccc;
  padding: 10px;
  margin-bottom: 10px;
  background: darkblue;
  back: 10%;
  background: #fff;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.685);
} */

/* #search-block-form > input[type="search"] {
  color: blueviolet;
} */
