.elementor-21417 .elementor-element.elementor-element-5b66b275{--display:flex;}.elementor-widget-text-editor{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 );}/* Start custom CSS for text-editor, class: .elementor-element-4d8a8705 */.softplc-guide-article {
  max-width: 1080px;
  margin: 0 auto;
  padding: 24px 18px 60px;
  font-family: "Noto Sans TC", "Microsoft JhengHei", Arial, sans-serif;
  color: #1f2937;
  line-height: 1.8;
}

.softplc-hero {
  background: linear-gradient(135deg, #0D274D 0%, #16416F 100%);
  color: #ffffff;
  padding: 56px 44px;
  border-radius: 24px;
  margin-bottom: 36px;
}

.softplc-breadcrumb {
  display: inline-block;
  margin-bottom: 16px;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  font-size: 14px;
  letter-spacing: 0.5px;
}

.softplc-hero h1 {
  font-size: 42px;
  line-height: 1.25;
  margin: 0 0 20px;
  color: #ffffff;
}

.softplc-hero p {
  font-size: 18px;
  margin: 0 0 28px;
  max-width: 900px;
}

.softplc-btn {
  display: inline-block;
  background: #ffffff;
  color: #0D274D;
  padding: 13px 22px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  transition: 0.25s ease;
}

.softplc-btn:hover {
  transform: translateY(-2px);
  opacity: 0.9;
}

.softplc-section {
  margin-bottom: 44px;
}

.softplc-section h2 {
  font-size: 30px;
  line-height: 1.35;
  color: #0D274D;
  margin: 0 0 20px;
  padding-left: 16px;
  border-left: 6px solid #0D274D;
}

.softplc-section h3 {
  font-size: 22px;
  color: #16416F;
  margin: 0 0 12px;
}

.softplc-section p {
  font-size: 17px;
  margin: 0 0 18px;
}

.softplc-toc {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  background: #f5f8fb;
  border: 1px solid #dbe5ef;
  padding: 22px;
  border-radius: 18px;
}

.softplc-toc a {
  color: #0D274D;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  padding: 12px 16px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 600;
}

.softplc-toc a:hover {
  background: #0D274D;
  color: #ffffff;
}

.softplc-note {
  background: #fff7e6;
  border-left: 5px solid #f59e0b;
  padding: 18px 20px;
  border-radius: 12px;
  font-size: 16px;
  margin-top: 20px;
}

.softplc-table-wrap {
  overflow-x: auto;
}

.softplc-table {
  width: 100%;
  border-collapse: collapse;
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(13, 39, 77, 0.08);
}

.softplc-table th {
  background: #0D274D;
  color: #ffffff;
  padding: 16px;
  text-align: left;
  font-size: 16px;
}

.softplc-table td {
  padding: 16px;
  border-bottom: 1px solid #e5e7eb;
  font-size: 16px;
}

.softplc-step {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  padding: 24px;
  margin-bottom: 24px;
  box-shadow: 0 8px 20px rgba(13, 39, 77, 0.06);
}

.softplc-step img,
.softplc-section img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 18px auto 0;
  border-radius: 14px;
  border: 1px solid #e5e7eb;
}

.softplc-card-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.softplc-card {
  background: #f8fafc;
  border: 1px solid #dbe5ef;
  border-radius: 18px;
  padding: 22px;
}

.softplc-card h3 {
  margin-bottom: 8px;
}

.softplc-card p {
  margin-bottom: 0;
}

.softplc-faq {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 22px;
  margin-bottom: 16px;
}

.softplc-faq h3 {
  font-size: 19px;
  margin-bottom: 8px;
}

.softplc-faq p {
  margin-bottom: 0;
}

.softplc-cta {
  background: #0D274D;
  color: #ffffff;
  text-align: center;
  padding: 44px 32px;
  border-radius: 24px;
  margin-top: 56px;
}

.softplc-cta h2 {
  color: #ffffff;
  font-size: 30px;
  margin: 0 0 16px;
}

.softplc-cta p {
  max-width: 760px;
  margin: 0 auto 26px;
  font-size: 17px;
}

.softplc-cta-buttons {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.softplc-cta-buttons a {
  display: inline-block;
  background: #ffffff;
  color: #0D274D;
  padding: 13px 22px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
}

.softplc-cta-buttons a:hover {
  opacity: 0.9;
}

@media (max-width: 768px) {
  .softplc-hero {
    padding: 36px 24px;
  }

  .softplc-hero h1 {
    font-size: 30px;
  }

  .softplc-hero p {
    font-size: 16px;
  }

  .softplc-section h2 {
    font-size: 25px;
  }

  .softplc-toc,
  .softplc-card-grid {
    grid-template-columns: 1fr;
  }

  .softplc-step {
    padding: 20px;
  }
}/* End custom CSS */