.starview-search-wrap {
  background: transparent;
  padding: 0;
  color: inherit;
  width: 100%;
  max-width: 100%;
}

.starview-total-units,
.starview-search-intro {
  margin: 0 0 14px;
  padding: 14px 16px;
  border: 1px solid #d9d9d9;
  border-radius: 12px;
  background: #ffffff;
  color: #1f2937;
  font-size: 16px;
}

.starview-search-intro {
  font-size: 15px;
}

.starview-search-form {
  background: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 12px;
  padding: 16px;
  width: 100%;
  box-sizing: border-box;
}

.starview-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 12px;
}

.starview-grid input {
  width: 100%;
  border: 1px solid #cfd4dc;
  background: #ffffff;
  color: #111827;
  border-radius: 8px;
  padding: 12px;
  box-sizing: border-box;
}

.starview-grid input::placeholder {
  color: #6b7280;
}

.starview-actions {
  display: flex;
  gap: 10px;
  margin-top: 14px;
  flex-wrap: wrap;
}

.starview-actions button {
  border: 1px solid #d1d5db;
  background: #f3f4f6;
  color: #111827;
  border-radius: 8px;
  padding: 12px 18px;
  cursor: pointer;
}

.starview-actions button[type=submit] {
  background: #111827;
  color: #ffffff;
  border-color: #111827;
}

#starview-search-loading,
.starview-results-count,
.starview-no-results {
  margin-top: 14px;
  color: #111827;
}

.starview-results-count,
.starview-no-results {
  background: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 12px;
  padding: 12px 14px;
}

.starview-results-table-wrap {
  overflow-x: auto;
  margin-top: 14px;
  width: 100%;
}

.starview-results-table {
  width: 100%;
  min-width: 1400px;
  border-collapse: collapse;
  background: #ffffff;
  border: 1px solid #d9d9d9;
  color: #111827;
}

.starview-results-table th,
.starview-results-table td {
  border: 1px solid #e5e7eb;
  padding: 10px;
  text-align: left;
  white-space: nowrap;
}

.starview-results-table th {
  background: #f3f4f6;
}

.starview-results-table a {
  text-decoration: underline;
  color: #0f62fe;
}

@media (max-width: 782px) {
  .starview-search-form {
    padding: 12px;
  }

  .starview-total-units,
  .starview-search-intro {
    font-size: 15px;
  }
}
