.elementor-11392 .elementor-element.elementor-element-c84133d{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );text-transform:var( --e-global-typography-text-text-transform );line-height:var( --e-global-typography-text-line-height );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}@media(max-width:1366px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:767px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}/* Start custom CSS for text-editor, class: .elementor-element-1b56e094 *//* =========================================================
   GPUStack Multi-Node Troubleshooting Tech Blog Styling
   Scope: .gs-techblog-shell2
   ========================================================= */

.gs-techblog-shell2 {
  --gs2-bg: #f0f4fa;
  --gs2-surface: #ffffff;
  --gs2-surface-soft: #f8fafc;
  --gs2-text: #0d1f35;
  --gs2-muted: #4e6075;
  --gs2-border: rgba(15, 23, 42, 0.08);
  --gs2-primary: #1a56db;
  --gs2-primary-strong: #1344b8;
  --gs2-accent: #6d28d9;
  --gs2-green: #047857;
  --gs2-amber: #b45309;
  --gs2-danger: #b91c1c;
  --gs2-red: #dc2626;
  --gs2-orange: #ea580c;
  --gs2-purple: #7c3aed;
  --gs2-code-bg: #0b1120;
  --gs2-code-text: #dbeafe;
  --gs2-shadow-lg: 0 20px 72px rgba(15, 23, 42, 0.13);
  --gs2-shadow-md: 0 10px 36px rgba(15, 23, 42, 0.08);
  --gs2-radius-xl: 26px;
  --gs2-radius-lg: 20px;
  --gs2-radius-md: 14px;
  --gs2-radius-sm: 10px;
  background:
    radial-gradient(circle at top left, rgba(26, 86, 219, 0.15), transparent 28%),
    radial-gradient(circle at bottom right, rgba(109, 40, 217, 0.12), transparent 26%),
    linear-gradient(180deg, #e8f0fe 0%, var(--gs2-bg) 20%, #f5f7fb 100%);
  padding: 28px 16px 64px;
  color: var(--gs2-text);
}

.gs-techblog-shell2 * {
  box-sizing: border-box;
}

.gs-techblog2 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", "IBM Plex Sans", "Segoe UI", sans-serif;
  color: var(--gs2-text);
  line-height: 1.85;
}

/* ── Hero ── */
.gs-hero2 {
  position: relative;
  overflow: hidden;
  padding: 48px 44px;
  border-radius: var(--gs2-radius-xl);
  background:
    radial-gradient(circle at 15% 15%, rgba(255,255,255,0.18), transparent 22%),
    radial-gradient(circle at 90% 85%, rgba(109,40,217,0.3), transparent 28%),
    linear-gradient(135deg, #070e1a 0%, #0f2040 40%, #1344b8 100%);
  color: #fff;
  box-shadow: var(--gs2-shadow-lg);
}

.gs-hero2__glow {
  position: absolute;
  inset: -20% 0 auto auto;
  width: 380px;
  height: 380px;
  background: radial-gradient(circle, rgba(109,40,217,0.35), transparent 60%);
  pointer-events: none;
}

.gs-badges2 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}

.gs-badge2 {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.18);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.gs-eyebrow2 {
  margin: 0 0 10px;
  color: rgba(255,255,255,0.7);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.gs-hero2 h1 {
  margin: 0 0 16px;
  font-size: clamp(1.8rem, 3.8vw, 3rem);
  line-height: 1.2;
  letter-spacing: -0.025em;
  color: #fff;
}

.gs-lead2 {
  max-width: 840px;
  margin: 0;
  font-size: 1.04rem;
  color: rgba(255,255,255,0.86);
  line-height: 1.85;
}

.gs-meta2 {
  margin-top: 22px;
  padding: 12px 16px;
  border-radius: 12px;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.14);
  color: rgba(255,255,255,0.8);
  font-size: 13px;
  font-family: "SFMono-Regular", Consolas, monospace;
}

/* ── Sections ── */
.gs-section2 {
  margin-top: 24px;
  padding: 32px 32px 28px;
  border-radius: var(--gs2-radius-lg);
  background: var(--gs2-surface);
  box-shadow: var(--gs2-shadow-md);
  border: 1px solid rgba(255,255,255,0.8);
}

.gs-section2 h2 {
  margin: 0 0 18px;
  font-size: clamp(1.4rem, 2.5vw, 1.85rem);
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: #08192e;
}

.gs-section2 h3 {
  margin: 0 0 10px;
  font-size: 1.08rem;
  line-height: 1.5;
  color: #10253f;
}

.gs-section2 p {
  margin: 0 0 14px;
  color: var(--gs2-text);
}

.gs-section2 p:last-child,
.gs-section2 ul:last-child {
  margin-bottom: 0;
}

.gs-section2 code {
  padding: 0.1rem 0.4rem;
  border-radius: 7px;
  background: rgba(26, 86, 219, 0.09);
  color: var(--gs2-primary-strong);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 0.9em;
}

/* ── Callouts ── */
.gs-callout2 {
  margin: 16px 0;
  padding: 18px 20px;
  border-radius: 14px;
  border: 1px solid var(--gs2-border);
  background: var(--gs2-surface-soft);
  font-size: 0.97rem;
}

.gs-callout2 h2,
.gs-callout2 h3 {
  margin-bottom: 8px;
}

.gs-callout2--info {
  border-left: 5px solid var(--gs2-primary);
  background: linear-gradient(180deg, rgba(26,86,219,0.06), rgba(255,255,255,0.98));
}

.gs-callout2--warn {
  border-left: 5px solid var(--gs2-amber);
  background: linear-gradient(180deg, rgba(180,83,9,0.07), rgba(255,255,255,0.98));
}

.gs-callout2--accent {
  border-left: 5px solid var(--gs2-accent);
  background: linear-gradient(180deg, rgba(109,40,217,0.07), rgba(255,255,255,0.98));
}

/* ── Grid & Cards ── */
.gs-grid2 {
  display: grid;
  gap: 16px;
  margin: 18px 0;
}

.gs-grid2--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gs-grid2--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gs-card2 {
  padding: 22px 20px 18px;
  border-radius: 16px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border: 1px solid rgba(26, 86, 219, 0.1);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
}

.gs-card2--soft {
  background: linear-gradient(180deg, #ffffff 0%, #fbfcfe 100%);
}

.gs-card2 p {
  color: var(--gs2-muted);
  margin-bottom: 8px;
}

.gs-card2 ul {
  margin: 8px 0 0;
  padding-left: 18px;
  color: var(--gs2-muted);
}

.gs-card2 ul li {
  margin-bottom: 6px;
}

/* ── Log blocks ── */
.gs-log-block {
  margin: 12px 0;
}

.gs-log-block pre {
  overflow-x: auto;
  margin: 0;
  padding: 16px 18px;
  border-radius: 14px;
  background: linear-gradient(180deg, #0d1526 0%, var(--gs2-code-bg) 100%);
  border: 1px solid rgba(148, 163, 184, 0.12);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
}

.gs-log-block pre code {
  padding: 0;
  background: transparent;
  color: var(--gs2-code-text);
  font-size: 0.88rem;
  line-height: 1.72;
  white-space: pre;
}

/* ── Timeline ── */
.gs-timeline {
  position: relative;
  padding-left: 32px;
}

.gs-timeline::before {
  content: '';
  position: absolute;
  left: 10px;
  top: 12px;
  bottom: 12px;
  width: 2px;
  background: linear-gradient(180deg, var(--gs2-primary) 0%, var(--gs2-accent) 100%);
  opacity: 0.25;
}

.gs-tl-item {
  position: relative;
  margin-bottom: 28px;
  padding: 24px 24px 20px;
  border-radius: var(--gs2-radius-md);
  background: var(--gs2-surface-soft);
  border: 1px solid var(--gs2-border);
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.05);
}

.gs-tl-item:last-child {
  margin-bottom: 0;
}

.gs-tl-dot {
  position: absolute;
  left: -37px;
  top: 28px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 0 0 2px currentColor;
}

.gs-tl-dot--red    { color: var(--gs2-red);    background: var(--gs2-red); }
.gs-tl-dot--orange { color: var(--gs2-orange);  background: var(--gs2-orange); }
.gs-tl-dot--purple { color: var(--gs2-purple);  background: var(--gs2-purple); }

.gs-tl-label {
  display: inline-flex;
  align-items: center;
  margin-bottom: 10px;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.gs-tl-label--red    { background: rgba(220,38,38,0.1);  color: var(--gs2-red); }
.gs-tl-label--orange { background: rgba(234,88,12,0.1);  color: var(--gs2-orange); }
.gs-tl-label--purple { background: rgba(124,58,237,0.1); color: var(--gs2-purple); }

.gs-tl-item h3 {
  margin: 0 0 12px;
  font-size: 1.12rem;
  color: #08192e;
}

.gs-tl-item p {
  color: var(--gs2-muted);
  font-size: 0.97rem;
  margin-bottom: 10px;
}

.gs-tl-item p:last-child { margin-bottom: 0; }

/* ── Checklist ── */
.gs-checklist2 {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.gs-checklist2 li {
  position: relative;
  margin-bottom: 12px;
  padding: 12px 16px 12px 44px;
  border-radius: 12px;
  background: var(--gs2-surface-soft);
  border: 1px solid var(--gs2-border);
  color: var(--gs2-text);
  font-size: 0.97rem;
}

.gs-checklist2 li::before {
  content: '✓';
  position: absolute;
  left: 14px;
  top: 12px;
  width: 20px;
  height: 20px;
  border-radius: 6px;
  background: rgba(4, 120, 87, 0.12);
  color: var(--gs2-green);
  font-size: 12px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ── References ── */
.gs-section2--refs {
  background:
    radial-gradient(circle at top right, rgba(109,40,217,0.06), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
}

.gs-links2 {
  margin: 0;
  padding-left: 20px;
}

.gs-links2 li {
  margin-bottom: 10px;
  color: var(--gs2-text);
}

.gs-links2 a {
  color: var(--gs2-primary-strong);
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid rgba(26, 86, 219, 0.24);
}

.gs-links2 a:hover {
  color: #0f2d8a;
  border-bottom-color: rgba(15, 45, 138, 0.4);
}

.gs-refnote2 {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--gs2-border);
  color: var(--gs2-muted);
  font-size: 0.93rem;
}

/* ── Responsive ── */
@media (max-width: 900px) {
  .gs-grid2--3,
  .gs-grid2--2 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .gs-techblog-shell2 {
    padding: 14px 10px 42px;
  }

  .gs-hero2,
  .gs-section2 {
    padding: 24px 18px;
    border-radius: 20px;
  }

  .gs-hero2 h1 {
    font-size: 1.7rem;
  }

  .gs-timeline {
    padding-left: 20px;
  }

  .gs-tl-dot {
    left: -25px;
  }

  .gs-log-block pre {
    padding: 12px 14px;
    border-radius: 12px;
  }

  .gs-log-block pre code {
    font-size: 0.8rem;
  }
}/* End custom CSS */