@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");
body {
  font-family: "Inter", sans-serif;
}

.blog-card {
  transition: all 0.3s ease;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: white;
}

.blog-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 10px 10px -5px rgba(0, 0, 0, 0.04);
  border-color: #3b82f6;
}
/* url slug */
.prose {
  max-width: none;
  line-height: 1.7;
  color: #ffffff;
}

.prose h2 {
  font-size: 1.5em;
  font-weight: 700;
  margin-top: 2em;
  margin-bottom: 1em;
  color: #111827;
}

.prose h3 {
  font-size: 1.25em;
  font-weight: 600;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  color: #111827;
}

.prose p {
  margin-bottom: 1.25em;
  color: #000;
}

.prose ul,
.prose ol {
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}

.prose li {
  margin-bottom: 0.5em;
  color: #1f2937;
}

.prose code {
  background: #1f2937;
  padding: 0.125em 0.25em;
  border-radius: 0.25em;
  font-size: 0.875em;
  color: #f9fafb;
}

.prose pre {
  background: #1f2937;
  color: #f9fafb;
  padding: 1em;
  border-radius: 0.5em;
  overflow-x: auto;
  margin-bottom: 1.25em;
}

.url-example {
  background: #abacad;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 1rem;
  margin: 1rem 0;
  font-family: "Monaco", "Menlo", monospace;
}

.url-good {
  border-left: 4px solid #10b981;
}

.url-bad {
  border-left: 4px solid #ef4444;
}
/* optimize seo tools */
.prose {
  max-width: none;
  line-height: 1.7;
  color: #ffffff;
}

.prose h2 {
  font-size: 1.5em;
  font-weight: 700;
  margin-top: 2em;
  margin-bottom: 1em;
  color: #111827;
}

.prose h3 {
  font-size: 1.25em;
  font-weight: 600;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  color: #111827;
}

.prose p {
  margin-bottom: 1.25em;
  color: #000;
}

.prose ul,
.prose ol {
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}

.prose li {
  margin-bottom: 0.5em;
  color: #1f2937;
}

.prose code {
  background: #1f2937;
  padding: 0.125em 0.25em;
  border-radius: 0.25em;
  font-size: 0.875em;
  color: #f9fafb;
}

.prose pre {
  background: #1f2937;
  color: #f9fafb;
  padding: 1em;
  border-radius: 0.5em;
  overflow-x: auto;
  margin-bottom: 1.25em;
}

.prose blockquote {
  border-left: 4px solid #10b981;
  padding-left: 1em;
  font-style: italic;
  margin: 1.5em 0;
  color: #6b7280;
}

.performance-metric {
  background: linear-gradient(135deg, #10b981, #059669);
  color: white;
  padding: 1.5rem;
  border-radius: 12px;
  text-align: center;
  margin: 2rem 0;
}
/* meta tags optimize */
.prose {
  max-width: none;
  line-height: 1.7;
  color: #ffffff;
}

.prose h2 {
  font-size: 1.5em;
  font-weight: 700;
  margin-top: 2em;
  margin-bottom: 1em;
  color: #111827;
}

.prose h3 {
  font-size: 1.25em;
  font-weight: 600;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  color: #111827;
}

.prose p {
  margin-bottom: 1.25em;
  color: #000;
}

.prose ul,
.prose ol {
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}

.prose li {
  margin-bottom: 0.5em;
  color: #1f2937;
}

.serp-preview {
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 12px;
  padding: 1.5rem;
  margin: 2rem 0;
  font-family: Arial, sans-serif;
}

.serp-title {
  color: #1a0dab;
  font-size: 1.25rem;
  font-weight: normal;
  margin: 0 0 0.25rem 0;
  line-height: 1.3;
}

.serp-url {
  color: #006621;
  font-size: 0.875rem;
  margin: 0 0 0.25rem 0;
}

.serp-description {
  color: #545454;
  font-size: 0.875rem;
  line-height: 1.4;
  margin: 0;
}

.meta-good {
  border-left: 4px solid #10b981;
  background: #f0fdf4;
  color: #000;
}

.meta-bad {
  border-left: 4px solid #ef4444;
  background: #fef2f2;
}
/* seo tools comparison */
.prose {
  max-width: none;
  line-height: 1.7;
  color: #ffffff;
}

.prose h2 {
  font-size: 1.5em;
  font-weight: 700;
  margin-top: 2em;
  margin-bottom: 1em;
  color: #111827;
}

.prose h3 {
  font-size: 1.25em;
  font-weight: 600;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  color: #111827;
}

.prose p {
  margin-bottom: 1.25em;
   color: #000;
}

.prose ul,
.prose ol {
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}

.prose li {
  margin-bottom: 0.5em;
  color: #1f2937;
}

.prose code {
  background: #1f2937;
  padding: 0.125em 0.25em;
  border-radius: 0.25em;
  font-size: 0.875em;
  color: #f9fafb;
}

.prose pre {
  background: #1f2937;
  color: #f9fafb;
  padding: 1em;
  border-radius: 0.5em;
  overflow-x: auto;
  margin-bottom: 1.25em;
}

.tool-example {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 1rem;
  margin: 1rem 0;
}

.tool-good {
  border-left: 4px solid #10b981;
  color: #000;
}

.tool-bad {
  border-left: 4px solid #ef4444;
  color: #000;
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
  margin: 2rem 0;
}

.comparison-table th,
.comparison-table td {
  border: 1px solid #e5e7eb;
  padding: 12px 15px;
  text-align: left;
}

.comparison-table thead th {
  background-color: #4f46e5;
  color: white;
  font-weight: 600;
}

.comparison-table tbody tr:nth-child(even) {
  background-color: #f8fafc;
}

.free-col {
  background-color: #f0f9ff;
}

.paid-col {
  background-color: #fef7ff;
}
/* keywords research */
.prose {
  max-width: none;
  line-height: 1.7;
  color: #ffffff;
}

.prose h2 {
  font-size: 1.5em;
  font-weight: 700;
  margin-top: 2em;
  margin-bottom: 1em;
  color: #111827;
}

.prose h3 {
  font-size: 1.25em;
  font-weight: 600;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  color: #111827;
}

.prose p {
  margin-bottom: 1.25em;
  color: #000;
}

.prose ul,
.prose ol {
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}

.prose li {
  margin-bottom: 0.5em;
  color: #1f2937;
}

.keyword-pillar {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 2rem;
  border-radius: 12px;
  margin: 2rem 0;
  text-align: center;
}

.strategy-card {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 1.5rem;
  margin: 1rem 0;
}

.strategy-good {
  border-left: 4px solid #10b981;
  color: #000;
}

.strategy-bad {
  border-left: 4px solid #ef4444;
}
/* scheme markup */
.prose {
  max-width: none;
  line-height: 1.7;
  color: #ffffff;
}

.prose h2 {
  font-size: 1.5em;
  font-weight: 700;
  margin-top: 2em;
  margin-bottom: 1em;
  color: #111827;
}

.prose h3 {
  font-size: 1.25em;
  font-weight: 600;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  color: #111827;
}

.prose p {
  margin-bottom: 1.25em;
  color: #000;
}

.prose ul,
.prose ol {
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}

.prose li {
  margin-bottom: 0.5em;
  color: #1f2937;
}

.prose code {
  background: #1f2937;
  padding: 0.125em 0.25em;
  border-radius: 0.25em;
  font-size: 0.875em;
  color: #f9fafb;
}

.prose pre {
  background: #1f2937;
  color: #f9fafb;
  padding: 1em;
  border-radius: 0.5em;
  overflow-x: auto;
  margin-bottom: 1.25em;
}

.prose blockquote {
  border-left: 4px solid #3b82f6;
  padding-left: 1em;
  font-style: italic;
  margin: 1.5em 0;
  color: #6b7280;
}
/* Custom styles for SERP preview */
.serp-preview {
  border: 1px solid #ddd;
  padding: 16px;
  border-radius: 8px;
  background-color: #f9f9f9;
  margin-bottom: 24px;
}
.serp-title {
  color: #1a0dab;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 4px;
}
.serp-url {
  color: #006621;
  font-size: 14px;
  margin-bottom: 8px;
}
.serp-description {
  color: #545454;
  font-size: 13px;
}
.meta-good {
  border-left: 4px solid #34d399; /* Green */
  background-color: #ecfdf5;
  color: #000;
}
.meta-bad {
  border-left: 4px solid #f87171; /* Red */
  background-color: #fef2f2;
}
