.elementor-5450 .elementor-element.elementor-element-3a12f78{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-3298a62 */.guide {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #222;
  max-width: 900px;
  margin: 24px auto;
  padding: 0 16px;
  background: #fff;
}

.guide h1 {
  font-size: 2.2rem;
  margin-bottom: 24px;
  color: #0046be;
  text-align: center;
}

.guide h2 {
  font-size: 1.5rem;
  margin-top: 40px;
  margin-bottom: 16px;
  border-bottom: 2px solid #0088ff;
  padding-bottom: 6px;
  color: #003580;
}

.guide figure {
  margin: 24px 0;
  text-align: center;
}

.guide figure img {
  display: block;
  margin: 0 auto 12px auto;
  max-width: 460px;
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.12);
}

.guide figure figcaption {
  font-size: 0.9rem;
  color: #555;
  margin-bottom: 24px;
}

.guide table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 24px;
}

.guide th, .guide td {
  border: 1px solid #ccc;
  padding: 8px 12px;
  text-align: left;
}

.guide th {
  background-color: #f5f5f5;
  font-weight: 600;
}

.guide ul, .guide ol {
  margin-left: 20px;
  margin-bottom: 24px;
}

.guide ul li, .guide ol li {
  margin-bottom: 10px;
  font-size: 1rem;
}

.guide em {
  font-style: italic;
  color: #0088ff;
}

/* FAQ */
.guide .faq-container {
  border-top: 2px solid #0088ff;
  margin-top: 32px;
}

.guide .faq-item {
  border-bottom: 1px solid #ddd;
  padding: 8px 0;
}

.guide .faq-question {
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  font-weight: 600;
  font-size: 1.1rem;
  padding: 12px 0;
  cursor: pointer;
  outline: none;
  color: #0046be;
}

.guide .faq-question:hover {
  color: #0066ff;
}

.guide .faq-answer {
  max-height: none;
  overflow: visible;
  padding-left: 12px;
  font-size: 0.95rem;
  color: #444;
}

/* CTA按钮 */
.guide .btn-primary {
  display: inline-block;
  padding: 12px 28px;
  background: #0088ff;
  color: #fff !important;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.3s ease;
}

.guide .btn-primary:hover,
.guide .btn-primary:focus {
  background-color: #005bb5;
  outline: none;
}/* End custom CSS */