.item-drops-page {
  padding-top: 8.5rem;
  padding-bottom: 4rem;
  min-height: 75vh;
}

.item-drops-hero {
  text-align: center;
  margin-bottom: 1.5rem;
}

.item-drops-hero h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.item-drops-hero p {
  color: #4b5563;
  max-width: 760px;
  margin: 0 auto;
}

.item-drops-search {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 1rem;
  margin-bottom: 1rem;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
}

.item-drops-mode {
  display: inline-flex;
  gap: 0.5rem;
  margin-bottom: 0.9rem;
}

.item-drops-mode-btn {
  border: 1px solid #d1d5db;
  border-radius: 999px;
  padding: 0.45rem 0.9rem;
  text-decoration: none;
  color: #111827;
  font-weight: 600;
  font-size: 0.9rem;
}

.item-drops-mode-btn.active {
  border-color: #4aa3df;
  background: #4aa3df;
  color: #fff;
}

.item-drops-search-row {
  display: flex;
  gap: 0.6rem;
  align-items: flex-start;
}

.item-drops-input-wrap {
  position: relative;
  flex: 1;
}

.item-drops-input {
  width: 100%;
  border: 1px solid #d1d5db;
  border-radius: 10px;
  padding: 0.7rem 0.8rem;
}

.item-drops-suggestions {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  z-index: 40;
  background: #fff;
  border: 1px solid #d1d5db;
  border-radius: 10px;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.15);
  overflow: hidden;
}

.item-drops-suggestion-btn {
  width: 100%;
  border: 0;
  text-align: left;
  background: #fff;
  padding: 0.55rem 0.75rem;
  font-size: 0.92rem;
}

.item-drops-suggestion-btn:hover {
  background: #f1f5f9;
}

.item-drops-submit {
  border: 0;
  border-radius: 10px;
  background: #4aa3df;
  color: #fff;
  padding: 0.7rem 1rem;
  font-weight: 600;
}

.item-drops-summary {
  margin: 0.5rem 0 1rem;
  color: #111827;
}

.item-drops-empty {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 1.25rem;
}

.item-drops-table-wrap {
  overflow-x: auto;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
}

.item-drops-table {
  width: 100%;
  border-collapse: collapse;
}

.item-drops-table th,
.item-drops-table td {
  text-align: left;
  padding: 0.8rem 0.75rem;
  border-bottom: 1px solid #f1f5f9;
  vertical-align: top;
}

.item-drops-table th {
  font-family: "Montserrat", sans-serif;
  font-size: 0.84rem;
  color: #374151;
  background: #f8fafc;
}

.pokemon-result-icon {
  width: 28px;
  height: 28px;
  object-fit: contain;
  margin-right: 0.45rem;
  vertical-align: middle;
}

.spawn-link-btn {
  display: inline-block;
  text-decoration: none;
  border: 1px solid #0ea5e9;
  border-radius: 999px;
  color: #0369a1;
  font-size: 0.82rem;
  font-weight: 600;
  padding: 0.35rem 0.65rem;
}

@media (max-width: 768px) {
  .item-drops-page {
    padding-top: 7.5rem;
  }

  .item-drops-search-row {
    flex-direction: column;
  }

  .item-drops-submit {
    width: 100%;
  }
}
