/*!***********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./src/styles/wp-content.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************/
/* WordPress content typography — loaded ONLY on blog/article routes.
 * Imported via sub-layouts in: blogs/[slug], case-studies/[slug],
 * knowledgebase/[slug], whitepaper/[slug].
 * NOT included in the global layout.css bundle. */

.wp-content {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
}
.wp-content :where(h1,h2,h3) {
  color: #000;
  font-weight: 700;
  letter-spacing: -0.01em;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
  line-height: 1.2;
  scroll-margin-top: 6rem;
}
.wp-content :where(p,ul,ol) {
  color: rgba(0,0,0,0.78);
  line-height: 1.75;
  margin: 0.75rem 0;
}
.wp-content h1 { font-size: 2.25rem; }
.wp-content h2 { font-size: 1.75rem; }
.wp-content h3 { font-size: 1.35rem; }
.wp-content :where(a) {
  color: #ea580c;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.wp-content :where(img) {
  max-width: 100%;
  height: auto;
  border-radius: 0.75rem;
}
.wp-content ul {
  list-style: disc;
  padding-left: 1.5rem;
}
.wp-content ol {
  list-style: decimal;
  padding-left: 1.5rem;
}
.wp-content table {
  border-collapse: collapse;
  width: 100%;
  min-width: 280px;
  margin: 1.5rem 0;
  font-size: 0.95rem;
}
/* Allow horizontal scroll for wide tables on mobile */
@media (max-width: 768px) {
  .wp-content table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.wp-content th,
.wp-content td {
  border: 1px solid rgba(0,0,0,0.12);
  padding: 0.6rem 0.75rem;
  text-align: left;
}
.wp-content th {
  background-color: #f9fafb;
  font-weight: 600;
}
.wp-content code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.9em;
  background-color: #f3f4f6;
  padding: 0.1rem 0.3rem;
  border-radius: 0.25rem;
}
.wp-content pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.9rem;
  background-color: #0f172a;
  color: #e5e7eb;
  padding: 1rem 1.25rem;
  border-radius: 0.75rem;
  overflow-x: auto;
  margin: 1.25rem 0;
}
.wp-content blockquote {
  border-left: 4px solid #e5e7eb;
  padding-left: 1rem;
  margin: 1.25rem 0;
  color: rgba(0,0,0,0.7);
  font-style: italic;
}
.wp-content hr {
  border: none;
  border-top: 1px solid rgba(0,0,0,0.08);
  margin: 2rem 0;
}

