.digest-lookup-popover {
  position: fixed;
  z-index: 50;
  max-width: 20rem;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  border: 1px solid rgb(226 232 240);
  background: white;
  box-shadow: 0 10px 25px rgb(15 23 42 / 0.12);
  font-size: 0.875rem;
  line-height: 1.5;
}

.digest-lookup-ipa {
  color: rgb(100 116 139);
  font-size: 0.8125rem;
}

.digest-lookup-zh {
  color: rgb(15 118 110);
  margin-top: 0.25rem;
}

.digest-lookup-add {
  margin-top: 0.5rem;
  border-radius: 0.375rem;
  background: rgb(13 148 136);
  color: white;
  padding: 0.25rem 0.75rem;
  font-size: 0.8125rem;
}

.dict-nav-search {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.dict-nav-search input[type="search"] {
  width: 7rem;
  border-radius: 0.375rem;
  border: 1px solid rgb(203 213 225);
  padding: 0 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  height: 1.75rem;
  box-sizing: border-box;
}

@media (max-width: 640px) {
  .dict-nav-search--collapsed input[type="search"] {
    display: none;
  }

  .dict-nav-search--collapsed.dict-nav-search--open input[type="search"] {
    display: block;
    width: 5.5rem;
  }
}

.dict-lookup-mobile-bar {
  position: fixed;
  z-index: 60;
  min-height: 44px;
  min-width: 44px;
  padding: 0.5rem 0.75rem;
  border-radius: 0.5rem;
  background: rgb(13 148 136);
  color: white;
  font-size: 0.875rem;
  box-shadow: 0 4px 12px rgb(15 23 42 / 0.15);
}

.dict-lookup-lexeme-btn {
  display: block;
  width: 100%;
  text-align: left;
  margin-top: 0.25rem;
  padding: 0.25rem 0;
  color: rgb(15 118 110);
  font-size: 0.8125rem;
}
