.elementor-3407 .elementor-element.elementor-element-b471e27{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-789c669 */.article-content {
  font-family: Arial, sans-serif;
  max-width: 900px;
  margin: 20px auto;
  padding: 0 15px;
  line-height: 1.6;
  color: #333;
  position: relative;
}

.article-content h1,
.article-content h2,
.article-content h3 {
  color: #1a73e8;
}

.article-content video,
.article-content img {
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  max-width: 100%;
  margin: 1em 0;
}

.article-content .flex-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-bottom: 2em;
}

.article-content .flex-item {
  flex: 1 1 300px;
  text-align: center;
}

.article-content .media-center {
  text-align: center;
}

.article-content p,
.article-content ul,
.article-content ol {
  margin-bottom: 1em;
}

.article-content #fixmydash-promo {
  background-color: #e8f0fe;
  border: 1px solid #c6dafc;
  padding: 20px;
  border-radius: 8px;
  margin-top: 3em;
}

.article-content #fixmydash-promo h2 {
  margin-top: 0;
}

.article-content #fixmydash-promo p {
  margin: 0.5em 0;
}

.article-content .notice-box {
  background-color: #fff4e5;
  border-left: 4px solid #f0ad4e;
  padding: 12px 16px;
  margin: 1em 0;
  font-size: 0.95rem;
  color: #8a6d3b;
}

.toc-sidebar {
  position: fixed;
  top: 100px;
  right: 20px;
  width: 220px;
  background: #f9f9f9;
  border: 1px solid #ddd;
  padding: 16px;
  border-radius: 8px;
  max-height: 70vh;
  overflow-y: auto;
  font-size: 0.9rem;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  z-index: 1000;
}

.toc-sidebar ul {
  padding-left: 0;
  list-style: none;
}

.toc-sidebar a {
  text-decoration: none;
  color: #1a73e8;
  display: block;
  margin: 6px 0;
}

.toc-sidebar a:hover {
  text-decoration: underline;
}

#back-to-top {
  position: fixed;
  bottom: 40px;
  right: 30px;
  background-color: #1a73e8;
  color: white;
  border: none;
  padding: 12px 16px;
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  display: none;
  z-index: 1000;
}

#back-to-top:hover {
  background-color: #155ab6;
}

@media (max-width: 768px) {
  .flex-container {
    flex-direction: column;
    gap: 16px;
  }
  .toc-sidebar {
    display: none;
  }
}/* End custom CSS */