/* Competitor-SEO Widget Styles */
.storedo-cs-widget {
  font-family: system-ui, -apple-system, sans-serif;
  background: #1a1a1a;
  color: #fff;
  border-radius: 12px;
  padding: 20px;
  max-width: 560px;
}
.storedo-cs-widget h3 {
  margin: 0 0 8px;
  font-size: 1.1rem;
}
.storedo-cs-form {
  display: flex;
  gap: 8px;
  margin-bottom: 12px;
}
.storedo-cs-form input {
  flex: 1;
  padding: 10px 12px;
  border: 1px solid #333;
  border-radius: 8px;
  background: #0a0a0a;
  color: #fff;
}
.storedo-cs-form button {
  padding: 10px 18px;
  border: none;
  border-radius: 8px;
  background: #e8c020;
  color: #0a0a0a;
  font-weight: 600;
  cursor: pointer;
}
.storedo-cs-form button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.storedo-cs-result {
  min-height: 20px;
}
.storedo-cs-footer {
  margin-top: 12px;
  font-size: 0.75rem;
  text-align: right;
}
.storedo-cs-footer a {
  color: #888;
  text-decoration: none;
}
.storedo-cs-error {
  color: #ef4444;
  font-size: 0.875rem;
}
.storedo-cs-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.875rem;
}
.storedo-cs-table th,
.storedo-cs-table td {
  padding: 8px 10px;
  border-bottom: 1px solid #333;
  text-align: left;
}
.storedo-cs-table th {
  color: #888;
  font-weight: 500;
}
.storedo-cs-score {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 600;
}
.storedo-cs-score.green { background: #22c55e20; color: #22c55e; }
.storedo-cs-score.yellow { background: #eab30820; color: #eab308; }
.storedo-cs-score.red { background: #ef444420; color: #ef4444; }
