/**
 * SEO Analyzer & Content Humanizer Widget Styles
 */
#allofbd-seo-score-container {
  margin: 24px 0;
  padding: 24px;
  background: #ffffff;
  border: 2px solid var(--allofbd-border, #e2e8f0);
  border-radius: var(--allofbd-radius-lg, 16px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.allofbd-score-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 16px;
  padding-bottom: 14px;
  border-bottom: 1.5px solid #f1f5f9;
}

.allofbd-score-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 12px;
  margin-bottom: 18px;
}

.allofbd-score-card {
  background: #f8fafc;
  padding: 14px 16px;
  border-radius: var(--allofbd-radius-md, 10px);
  border: 1.5px solid var(--allofbd-border, #e2e8f0);
}

.allofbd-score-card-title {
  font-size: 11.5px;
  font-weight: 700;
  color: #64748b;
  text-transform: uppercase;
}

.allofbd-score-card-value {
  font-size: 26px;
  font-weight: 800;
  color: #0f172a;
  margin-top: 4px;
}

.allofbd-score-card-hint {
  font-size: 11px;
  color: #94a3b8;
}

.allofbd-checklist-box {
  background: #f8fafc;
  border-radius: var(--allofbd-radius-md, 10px);
  padding: 16px 18px;
  border: 1.5px solid #e2e8f0;
}

.allofbd-checklist-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 8px;
  font-size: 13px;
}
