.elementor-8759 .elementor-element.elementor-element-c04772d{--display:flex;}.elementor-8759 .elementor-element.elementor-element-bca811b{--display:flex;}.elementor-8759 .elementor-element.elementor-element-8e2e038{--display:flex;}/* Start custom CSS for html, class: .elementor-element-e22da15 */.fixmydash-blog {
  max-width: 920px;
  margin: 0 auto;
  background: #fff;
  font-family: 'Segoe UI', Arial, sans-serif;
  color: #20262b;
  line-height: 1.8;
  font-size: 1.09rem;
  border-radius: 12px;
  box-shadow: 0 2px 18px rgba(0,0,0,0.07);
  padding: 36px 18px 42px 18px;
}
.fixmydash-blog h1, .fixmydash-blog h2, .fixmydash-blog h3 {
  color: #184db7;
  margin-bottom: 14px;
  font-weight: 700;
}
.fixmydash-blog h1 { font-size: 2.08rem; text-align: center; margin-bottom: 18px; }
.fixmydash-blog h2 { font-size: 1.25rem; margin-top: 34px; }
.fixmydash-blog h3 { font-size: 1.11rem; }

.fixmydash-blog ul, .fixmydash-blog ol {
  margin: 12px 0 18px 32px;
}

.fixmydash-blog .img-caption {
  font-size: 0.96em;
  color: #63708c;
  margin-top: 8px;
  margin-bottom: 4px;
  text-align: center;
}

.section-image,
.img-center {
  text-align: center;
  margin: 0 0 24px 0;
}

/* 全部文章图片统一样式 */
.section-image img, 
.fixmydash-blog img,
.img-center img {
  display: block;
  margin: 0 auto;
  border-radius: 12px;
  width: 460px !important;      /* 强制宽度统一 */
  max-width: 100%;
  height: auto;
  object-fit: contain;
  background: #f6f8fa;
  box-shadow: 0 2px 12px rgba(80,110,180,0.10);
  transition: box-shadow 0.18s;
}
.section-image img:hover, 
.fixmydash-blog img:hover,
.img-center img:hover {
  box-shadow: 0 6px 22px rgba(80,110,180,0.14);
}

.video-section {
  margin: 38px 0 28px 0;
  padding-bottom: 4px;
  text-align: center;
}
.video-section h3 {
  text-align: center;
  color: #174099;
  font-size: 1.08rem;
  margin-bottom: 8px;
  font-weight: 600;
}
.video-section iframe {
  border-radius: 14px;
  box-shadow: 0 2px 16px rgba(80,100,200,0.11);
  max-width: 100%;
  width: 460px;
  height: 260px;
  margin: 0 auto;
  display: block;
  background: #222;
}

.related-links ul {
  padding-left: 18px;
  margin-bottom: 16px;
}
.related-links li {
  font-size: 0.99em;
  margin-bottom: 4px;
}
.faq-item {
  margin: 9px 0 8px 0;
  padding: 10px 13px;
  background: #f7f9fc;
  border-radius: 8px;
  font-size: 1em;
  color: #2c3450;
  border-left: 3.5px solid #1975d2;
}
table {
  border-collapse: collapse;
  margin: 14px auto 18px auto;
  width: 90%;
  max-width: 640px;
  background: #fafcff;
  font-size: 0.99em;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(90,140,210,0.06);
}
table th, table td {
  border: 1px solid #e4e8f1;
  padding: 8px 12px;
  text-align: center;
}
table th {
  background: #e3efff;
  color: #1940a0;
  font-weight: 600;
}

a {
  color: #2364b4;
  text-decoration: underline;
}
a:hover {
  color: #1037a8;
  text-decoration: underline;
}

@media (max-width: 700px) {
  .fixmydash-blog { padding: 18px 2vw 22px 2vw; }
  .video-section iframe,
  .section-image img,
  .fixmydash-blog img,
  .img-center img {
    width: 98vw !important;
    max-width: 98vw;
    min-width: 0;
    height: auto;
  }
  table { width: 99vw; font-size: 0.95em; }
}/* End custom CSS */