.elementor-8478 .elementor-element.elementor-element-51375ebf{--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-51054c0a *//* =========================================================
   BetterDocs Article Style - SSH Key Guide
   Scope: .bd-ssh-guide
   ========================================================= */

.bd-ssh-guide {
  --bd-bg: #f8fafc;
  --bd-surface: #ffffff;
  --bd-surface-soft: #f8fbff;
  --bd-border: #e5e7eb;
  --bd-border-strong: #dbe4f0;
  --bd-text: #1f2937;
  --bd-text-soft: #4b5563;
  --bd-heading: #0f172a;
  --bd-primary: #2563eb;
  --bd-primary-soft: #eff6ff;
  --bd-warning: #92400e;
  --bd-warning-bg: #fff7ed;
  --bd-danger: #991b1b;
  --bd-danger-bg: #fef2f2;
  --bd-note-bg: #f3f4f6;
  --bd-radius: 18px;
  --bd-radius-sm: 12px;
  --bd-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);

  color: var(--bd-text);
  font-size: 16px;
  line-height: 1.85;
}

.bd-ssh-guide * {
  box-sizing: border-box;
}

.bd-ssh-guide p {
  margin: 0 0 1em;
  color: var(--bd-text-soft);
}

.bd-ssh-guide strong {
  color: var(--bd-heading);
}

.bd-ssh-guide a {
  color: var(--bd-primary);
  text-decoration: none;
}

.bd-ssh-guide a:hover {
  text-decoration: underline;
}

.bd-ssh-guide h2,
.bd-ssh-guide h3 {
  color: var(--bd-heading);
  line-height: 1.4;
  letter-spacing: 0.01em;
}

.bd-ssh-guide h2 {
  margin: 0 0 18px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--bd-border);
  font-size: 1.75rem;
  font-weight: 800;
}

.bd-ssh-guide h3 {
  margin: 0 0 16px;
  font-size: 1.2rem;
  font-weight: 700;
}

.bd-ssh-guide ul,
.bd-ssh-guide ol {
  margin: 0;
  padding-left: 1.35em;
}

.bd-ssh-guide li {
  margin-bottom: 0.65em;
  color: var(--bd-text-soft);
}

.bd-ssh-guide li:last-child {
  margin-bottom: 0;
}

.bd-ssh-guide code {
  background: #f3f4f6;
  color: #111827;
  border-radius: 8px;
  padding: 0.12em 0.45em;
  font-size: 0.95em;
}

/* Layout */
.bd-ssh-guide .bd-hero,
.bd-ssh-guide .bd-section {
  margin: 0 0 40px;
}

.bd-ssh-guide .bd-hero {
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border: 1px solid var(--bd-border-strong);
  border-radius: 24px;
  padding: 28px;
  box-shadow: var(--bd-shadow);
}

.bd-ssh-guide .bd-key-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 20px;
}

.bd-ssh-guide .bd-info-card,
.bd-ssh-guide .bd-card {
  background: var(--bd-surface);
  border: 1px solid var(--bd-border);
  border-radius: var(--bd-radius);
  padding: 22px 24px;
  box-shadow: var(--bd-shadow);
}

.bd-ssh-guide .bd-info-card h3,
.bd-ssh-guide .bd-card h3 {
  margin-top: 0;
}

.bd-ssh-guide .bd-info-card-danger {
  border-color: #fecaca;
  background: linear-gradient(180deg, #ffffff 0%, #fff7f7 100%);
}

.bd-ssh-guide .bd-subcard {
  margin-top: 16px;
  background: var(--bd-surface-soft);
  border-color: var(--bd-border-strong);
}

.bd-ssh-guide .bd-note-text {
  margin-top: 14px;
  font-size: 0.95rem;
  color: #6b7280;
}

/* Step blocks */
.bd-ssh-guide .bd-step-list {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.bd-ssh-guide .bd-step {
  background: var(--bd-surface);
  border: 1px solid var(--bd-border);
  border-radius: 22px;
  padding: 22px;
  box-shadow: var(--bd-shadow);
}

.bd-ssh-guide .bd-step-head {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.bd-ssh-guide .bd-step-no {
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.95rem;
  color: #ffffff;
  background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
  box-shadow: 0 8px 18px rgba(37, 99, 235, 0.28);
}

.bd-ssh-guide .bd-step-title {
  flex: 1;
  min-width: 0;
  padding-top: 4px;
  color: var(--bd-text);
  font-weight: 500;
}

.bd-ssh-guide .bd-step-title strong {
  font-weight: 700;
}

/* Figures */
.bd-ssh-guide .bd-figure {
  margin: 18px 0 0;
}

.bd-ssh-guide .bd-figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px;
  border: 1px solid var(--bd-border);
  background: #fff;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}

.bd-ssh-guide .bd-figure figcaption {
  margin-top: 10px;
  font-size: 0.92rem;
  color: #6b7280;
  text-align: center;
}

/* Alerts */
.bd-ssh-guide .bd-alert {
  margin-top: 16px;
  border-radius: 16px;
  padding: 16px 18px;
  border: 1px solid transparent;
}

.bd-ssh-guide .bd-alert p:last-child,
.bd-ssh-guide .bd-alert ul:last-child {
  margin-bottom: 0;
}

.bd-ssh-guide .bd-alert ul {
  padding-left: 1.25em;
}

.bd-ssh-guide .bd-alert li {
  color: inherit;
}

.bd-ssh-guide .bd-alert-info {
  background: var(--bd-primary-soft);
  border-color: #bfdbfe;
  color: #1e40af;
}

.bd-ssh-guide .bd-alert-info p,
.bd-ssh-guide .bd-alert-info strong {
  color: #1e40af;
}

.bd-ssh-guide .bd-alert-warning {
  background: var(--bd-warning-bg);
  border-color: #fed7aa;
  color: var(--bd-warning);
}

.bd-ssh-guide .bd-alert-warning p,
.bd-ssh-guide .bd-alert-warning strong,
.bd-ssh-guide .bd-alert-warning li {
  color: var(--bd-warning);
}

.bd-ssh-guide .bd-alert-note {
  background: var(--bd-note-bg);
  border-color: #e5e7eb;
  color: #374151;
}

.bd-ssh-guide .bd-alert-note p,
.bd-ssh-guide .bd-alert-note strong {
  color: #374151;
}

/* Utility lists */
.bd-ssh-guide .bd-check-list {
  padding-left: 1.25em;
}

/* Tables if future content is added */
.bd-ssh-guide table {
  width: 100%;
  border-collapse: collapse;
  margin: 16px 0;
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
}

.bd-ssh-guide th,
.bd-ssh-guide td {
  border: 1px solid var(--bd-border);
  padding: 12px 14px;
  text-align: left;
}

.bd-ssh-guide th {
  background: #f8fafc;
  color: var(--bd-heading);
  font-weight: 700;
}

/* Responsive */
@media (max-width: 767px) {
  .bd-ssh-guide {
    font-size: 15px;
    line-height: 1.8;
  }

  .bd-ssh-guide .bd-hero,
  .bd-ssh-guide .bd-info-card,
  .bd-ssh-guide .bd-card,
  .bd-ssh-guide .bd-step {
    padding: 18px;
    border-radius: 16px;
  }

  .bd-ssh-guide .bd-key-grid {
    grid-template-columns: 1fr;
  }

  .bd-ssh-guide h2 {
    font-size: 1.4rem;
  }

  .bd-ssh-guide h3 {
    font-size: 1.08rem;
  }

  .bd-ssh-guide .bd-step-head {
    gap: 12px;
  }

  .bd-ssh-guide .bd-step-no {
    width: 32px;
    height: 32px;
    font-size: 0.9rem;
  }
}/* End custom CSS */