/** Shopify CDN: Minification failed

Line 161:12 Expected identifier but found whitespace
Line 161:13 Unexpected "11px"

**/
/* wwd-article-pro.css — WWDParts Blog Styles (v8 final) */

/* ── Article Body Typography ── */
.wwd-article-body h1 { font-size:2rem; font-weight:800; line-height:1.25; color:#0f172a; margin:0 0 28px; }
.wwd-article-body h2 { font-size:1.5rem; font-weight:700; color:#0f172a; margin:40px 0 14px; padding-bottom:10px; border-bottom:2px solid #e2e8f0; }
.wwd-article-body h3 { font-size:1.125rem; font-weight:700; color:#1e293b; margin:28px 0 10px; }
.wwd-article-body h4 { font-size:1rem; font-weight:700; color:#334155; margin:20px 0 8px; }
.wwd-article-body p  { font-size:15px; line-height:1.8; color:#334155; margin:0 0 18px; }
.wwd-article-body ul,.wwd-article-body ol { padding-left:22px; margin:0 0 18px; }
.wwd-article-body li { font-size:15px; line-height:1.8; color:#334155; margin-bottom:5px; }
.wwd-article-body img { max-width:100%; height:auto; border-radius:8px; margin:20px 0; display:block; }
.wwd-article-body a  { color:#3b82f6; }
.wwd-article-body table { width:100%; border-collapse:collapse; margin:20px 0; font-size:14px; overflow-x:auto; display:block; }
.wwd-article-body table th { background:#1e3a5f; color:#fff; padding:10px 14px; text-align:left; font-weight:600; white-space:nowrap; }
.wwd-article-body table td { padding:9px 14px; border-bottom:1px solid #e2e8f0; color:#334155; }
.wwd-article-body table tr:nth-child(even) td { background:#f8fafc; }
.wwd-article-body code { background:#f1f5f9; padding:2px 6px; border-radius:4px; font-size:13px; color:#dc2626; }
.wwd-article-body pre { background:#1e293b; padding:20px; border-radius:8px; overflow-x:auto; margin:20px 0; }
.wwd-article-body pre code { background:none; color:#e2e8f0; font-size:13px; }
.wwd-article-body blockquote { border-left:4px solid #3b82f6; padding:14px 18px; background:#eff6ff; border-radius:0 8px 8px 0; margin:20px 0; color:#1e40af; }

/* ── Article content width (PC centered) ── */
.article-template__content.rte.wwd-article-body {
  max-width: 860px;
  width: 100%;
  padding: 0 24px;
  margin: 32px auto 0;
  box-sizing: border-box;
}

/* ── Mobile TOC ── */
.wwd-mobile-toc { margin:20px 24px; background:#f8fafc; border:1px solid #e2e8f0; border-radius:10px; overflow:hidden; }
.wwd-mobile-toc-toggle { width:100%; display:flex; align-items:center; gap:10px; padding:13px 16px; background:none; border:none; cursor:pointer; font-size:14px; font-weight:700; color:#0f172a; }
.wwd-mobile-toc-list { padding:0 16px 12px; display:none; list-style:none; margin:0; }
.wwd-mobile-toc-list.open { display:block; }
.wwd-mobile-toc-list li { padding:5px 0; border-bottom:1px solid #f1f5f9; }
.wwd-mobile-toc-list a { font-size:13px; color:#3b82f6; text-decoration:none; }

/* ── Table copy ── */
.wwd-table-wrap { position:relative; margin:20px 0; overflow-x:auto; }
.wwd-copy-btn { position:absolute; top:8px; right:8px; background:#3b82f6; color:#fff; border:none; border-radius:6px; padding:5px 12px; font-size:11px; font-weight:600; cursor:pointer; }

/* ── Lightbox ── */
.wwd-lightbox-overlay { position:fixed; inset:0; background:rgba(0,0,0,.85); z-index:9999; display:flex; align-items:center; justify-content:center; }
.wwd-lightbox-img { max-width:92vw; max-height:88vh; border-radius:6px; }
.wwd-lightbox-close { position:absolute; top:16px; right:20px; width:40px; height:40px; background:rgba(255,255,255,.15); border:none; border-radius:50%; color:#fff; font-size:22px; cursor:pointer; display:flex; align-items:center; justify-content:center; }

/* ── Prev/Next ── */
.wwd-prev-next-grid { display:grid; grid-template-columns:repeat(auto-fill,minmax(260px,1fr)); gap:16px; margin:40px 24px 0; box-sizing:border-box; }
.wwd-prev-next-grid a { display:flex; flex-direction:column; gap:6px; padding:20px 24px; background:#fff; border:1.5px solid #e2e8f0; border-radius:12px; text-decoration:none; }
.wwd-prev-next-grid a:hover { border-color:#3b82f6; }

/* ── Popular Articles ── */
#wwd-pop-articles-wrapper { margin:40px 24px 0; box-sizing:border-box; }
#wwd-pop-articles { display:grid; gap:16px; grid-template-columns:repeat(4,1fr); width:100%; box-sizing:border-box; }
#wwd-pop-articles a { display:flex; flex-direction:column; border-radius:10px; overflow:hidden; background:#fff; border:1px solid #e8ecf0; text-decoration:none; }
#wwd-pop-articles a:hover { box-shadow:0 4px 16px rgba(0,0,0,.1); }
.wwd-pop-img-wrap { position:relative; width:100%; padding-top:60%; overflow:hidden; background:#f1f5f9; }
.wwd-pop-img-wrap img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }
.wwd-pop-info { padding:10px 12px 12px; flex:1; }
.wwd-pop-date { font-size:11px; color:#94a3b8; margin-bottom:4px; }
.wwd-pop-title { font-size:13px; font-weight:700; color:#0f172a; line-height:1.4; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; }

/* ── Footer CTA ── */
.wwd-footer-cta-grid { margin:40px 0; background:linear-gradient(135deg,#1e3a5f,#2563eb); border-radius:14px; padding:32px 28px; text-align:center; }
.wwd-footer-cta-grid h3 { font-size:20px; font-weight:800; color:#fff; margin:0 0 8px; }
.wwd-footer-cta-grid p  { font-size:13px; color:rgba(255,255,255,.85); margin:0 0 18px; }
.wwd-footer-cta-btn { display:inline-block; padding:11px 26px; background:#f59e0b; color:#1e293b; font-weight:700; font-size:14px; border-radius:8px; text-decoration:none; }

/* ── RFQ card styles ── */
.wwd-rfq-card { background:linear-gradient(135deg,#1e3a5f,#2563eb); border-radius:14px; padding:22px 18px; margin-bottom:18px; }
.wwd-rfq-card h4 { font-size:15px; font-weight:800; color:#fff; margin:0 0 7px; }
.wwd-rfq-card p  { font-size:12px; color:rgba(255,255,255,.85); margin:0 0 14px; line-height:1.5; }
.wwd-rfq-btn { display:block; padding:10px 0; background:#f59e0b; color:#1e293b; font-weight:700; font-size:13px; border-radius:8px; text-decoration:none; text-align:center; margin-bottom:8px; }
.wwd-rfq-btn-secondary { display:block; padding:10px 0; background:rgba(255,255,255,.15); color:#fff; font-weight:600; font-size:13px; border-radius:8px; text-decoration:none; text-align:center; border:1px solid rgba(255,255,255,.3); }

/* ═══════════════════════════════════════════
   LAYOUT — Article full width, no sidebar
   ═══════════════════════════════════════════ */

/* Reset Ella grid to block */
.blog-posts__main.grid { display:block !important; }

/* Article full width */
.blog-posts__main > article.article-template {
  width:100% !important;
  max-width:100% !important;
  overflow-x:hidden !important;
}

/* Hide Ella native sidebar/filter */
.blog-posts__header,
.blog-posts__detail,
#wwd-toc-sidebar,
.blog-posts__main > .page-sidebar,
.blog-posts__main [data-sidebar],
.blog-posts__main .sidebar-wrapper { display:none !important; }

/* ── Responsive ── */
@media screen and (max-width:900px) {
  #wwd-pop-articles {
    grid-template-columns:repeat(2,1fr) !important;
    gap:12px !important;
  }
  .wwd-pop-info { padding:8px 10px !important; }
  .wwd-pop-title { font-size:12px !important; }
  #wwd-pop-articles-wrapper { margin:24px 16px 0 !important; }
  .wwd-prev-next-grid { margin:24px 16px 0 !important; }
  .article-template__content.rte.wwd-article-body { padding:0 16px !important; }
  .wwd-mobile-toc { margin:16px 16px 0 !important; }
}
@media screen and (max-width:540px) {
  .wwd-prev-next-grid { grid-template-columns:1fr !important; }
  #wwd-pop-articles { grid-template-columns:repeat(2,1fr) !important; }
}
/* ════════════════════════════════════════════════════════════════
   LAYOUT — Two-column: article + sticky sidebar (PC ≥ 1025px)
   ════════════════════════════════════════════════════════════════ */

/* Grid container → flex row on PC */
.blog-posts__main.grid {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  align-items: flex-start !important;
  gap: 0 32px !important;
  max-width: 1240px !important;
  margin: 0 auto !important;
  padding: 0 24px !important;
  box-sizing: border-box !important;
}

/* Article: flexible width */
.blog-posts__main > article.article-template {
  flex: 1 1 0 !important;
  min-width: 0 !important;
  max-width: 860px !important;
  overflow: visible !important;
}

/* Hide Ella native sidebar/filter/header */
.blog-posts__header,
.blog-posts__detail { display: none !important; }
.blog-posts__main > .page-sidebar,
.blog-posts__main [data-sidebar],
.blog-posts__main .sidebar-wrapper,
#wwd-toc-sidebar { display: none !important; }

/* ════════════════════════════════════════════════════════════════
   ARTICLE HEADER — Breadcrumb, Title, Meta, Featured Image
   ════════════════════════════════════════════════════════════════ */

/* wwd-breadcrumb removed — using native breadcrumb component */
.wwd-breadcrumb {display:none}
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #94a3b8;
  margin: 0 0 14px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
}
.wwd-breadcrumb a { color: #3b82f6; text-decoration: none; }
.wwd-breadcrumb a:hover { text-decoration: underline; }
.wwd-breadcrumb span[aria-hidden] { color: #cbd5e1; font-weight: 400; }
.wwd-breadcrumb > span:not([aria-hidden]) { color: #475569; }

/* Article title */
.wwd-article-title {
  font-size: clamp(22px, 3.5vw, 32px);
  font-weight: 800;
  color: #0f172a;
  line-height: 1.25;
  margin: 0 0 16px;
}

/* Meta row */
.wwd-article-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  font-size: 12.5px;
  color: #64748b;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid #f1f5f9;
}
.wwd-meta-author { font-weight: 700; color: #374151; display: flex; align-items: center; gap: 4px; }
.wwd-meta-date,
.wwd-meta-updated { display: flex; align-items: center; gap: 4px; }
.wwd-meta-sep { color: #cbd5e1; }

/* Mobile inline RFQ — hidden on PC */
.wwd-mobile-rfq { display: none; }

/* Featured image */
.wwd-featured-image { margin: 0 0 28px; border-radius: 10px; overflow: hidden; }
.wwd-featured-image img { width: 100%; height: auto; display: block; }

/* Article body — hide duplicate h1 from article.content */
.wwd-article-body h1:first-child { display: none !important; }

/* Article body typography */
.wwd-article-body { font-size: 15px; line-height: 1.8; color: #334155; }

/* Mobile TOC — disabled */
.wwd-mobile-toc { display: none !important; }

/* ════════════════════════════════════════════════════════════════
   SIDEBAR CARD — sticky, square-ish, right of article
   ════════════════════════════════════════════════════════════════ */


/* Blog breadcrumb: full row in flex layout */
.wwd-blog-breadcrumb-wrap {
  flex: 0 0 100%;
  width: 100%;
  order: -1;
}
.wwd-blog-breadcrumb-wrap .breadcrumb-container {
  padding: 0 0 8px !important;
}
.wwd-article-sidebar {
  flex: 0 0 240px !important;
  width: 240px !important;
  position: sticky !important;
  top: 100px !important;
  align-self: flex-start !important;
}

.wwd-sidebar-card {
  background: linear-gradient(160deg, #1e3a5f 0%, #1d4ed8 100%);
  border-radius: 14px;
  padding: 22px 18px 20px;
  text-align: center;
  box-shadow: 0 8px 32px rgba(29,78,216,.25);
}
.wwd-sidebar-card-icon {
  width: 52px;
  height: 52px;
  background: rgba(255,255,255,.15);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
  color: #fff;
}
.wwd-sidebar-card h4 {
  font-size: 15px !important;
  font-weight: 800 !important;
  color: #fff !important;
  margin: 0 0 8px !important;
  border: none !important;
  padding: 0 !important;
}
.wwd-sidebar-card p {
  font-size: 12px !important;
  color: rgba(255,255,255,.8) !important;
  margin: 0 0 16px !important;
  line-height: 1.55 !important;
}
.wwd-sidebar-btn-primary {
  display: block;
  padding: 10px 14px;
  background: #f59e0b;
  color: #1e293b !important;
  font-weight: 700;
  font-size: 13px;
  border-radius: 8px;
  text-decoration: none !important;
  margin-bottom: 8px;
  transition: background .15s;
}
.wwd-sidebar-btn-primary:hover { background: #d97706; }
.wwd-sidebar-btn-secondary {
  display: block;
  padding: 9px 14px;
  background: rgba(255,255,255,.12);
  color: #fff !important;
  font-weight: 600;
  font-size: 12px;
  border-radius: 8px;
  text-decoration: none !important;
  border: 1px solid rgba(255,255,255,.25);
  transition: background .15s;
}
.wwd-sidebar-btn-secondary:hover { background: rgba(255,255,255,.2); }

/* ════════════════════════════════════════════════════════════════
   MOBILE — ≤ 1024px
   ════════════════════════════════════════════════════════════════ */

@media screen and (max-width: 1024px) {
  /* Stack vertically */
  .blog-posts__main.grid {
    flex-direction: column !important;
    padding: 0 16px !important;
  }
  .blog-posts__main > article.article-template {
    max-width: 100% !important;
    width: 100% !important;
  }
  /* PC sidebar → hidden */
  .wwd-article-sidebar { display: none !important; }

  /* Mobile inline RFQ → show below meta */
  .wwd-mobile-rfq {
    display: block;
    margin: 0 0 20px;
  }
  .wwd-mobile-rfq-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    width: 100%;
    padding: 12px 18px;
    background: linear-gradient(135deg, #1e3a5f, #2563eb);
    color: #fff !important;
    font-weight: 700;
    font-size: 13px;
    border-radius: 10px;
    text-decoration: none !important;
    box-sizing: border-box;
  }

  /* Article meta compact */
  .wwd-article-meta { font-size: 11.5px; }
  .wwd-meta-sep { display: none; }
  .wwd-article-meta { gap: 4px 10px; }
}

/* ════════════════════════════════════════════════════════════════
   BOTTOM SECTION — Prev/Next + Popular Articles
   ════════════════════════════════════════════════════════════════ */

.wwd-bottom-section { width: 100%; }
.wwd-prev-next-grid { margin: 40px 0 0; }
#wwd-pop-articles-wrapper { margin: 48px 0 0; }

@media screen and (max-width: 900px) {
  #wwd-pop-articles { grid-template-columns: repeat(2,1fr) !important; gap: 12px !important; }
  .wwd-pop-title { font-size: 12px !important; -webkit-line-clamp: 2 !important; }
}
@media screen and (max-width: 540px) {
  .wwd-prev-next-grid { grid-template-columns: 1fr !important; }
}

/* ── Blog breadcrumb: align with article content ── */
.wwd-blog-breadcrumb-wrap {
  width: 100%;
  margin-bottom: 0;
}
.wwd-blog-breadcrumb-wrap .breadcrumb-container {
  padding: 0 0 12px !important;
}

/* ── Sidebar card enlarged ── */
@media screen and (min-width: 1025px) {
  .wwd-article-sidebar {
    flex: 0 0 240px !important;
    width: 240px !important;
  }
  .wwd-sidebar-card {
    padding: 28px 22px 24px !important;
  }
  .wwd-sidebar-card-icon {
    width: 60px !important;
    height: 60px !important;
    border-radius: 14px !important;
    margin-bottom: 16px !important;
  }
  .wwd-sidebar-card-icon svg {
    width: 32px !important;
    height: 32px !important;
  }
  .wwd-sidebar-card h4 {
    font-size: 16px !important;
    margin-bottom: 10px !important;
  }
  .wwd-sidebar-card p {
    font-size: 13px !important;
    margin-bottom: 20px !important;
  }
  .wwd-sidebar-btn-primary {
    padding: 12px 14px !important;
    font-size: 14px !important;
    margin-bottom: 10px !important;
  }
  .wwd-sidebar-btn-secondary {
    padding: 10px 14px !important;
    font-size: 13px !important;
  }
}
