.elementor-9047 .elementor-element.elementor-element-516c03a{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-103bc16 *//* FixMyDash Touchscreen Blog Style */
.touchscreen-blog {
  font-family: 'Segoe UI', sans-serif;
  line-height: 1.8;
  color: #333;
  background-color: #fff;
  padding: 32px 28px;
  border-radius: 16px;
  max-width: 800px;
  margin: 50px auto;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
}
.touchscreen-blog h1, .touchscreen-blog h2, .touchscreen-blog h3 {
  color: #0f1e47;
  font-weight: 600;
}
.touchscreen-blog h1 {
  font-size: 2rem;
  margin-bottom: 24px;
  text-align: center;
  line-height: 1.3;
}
.touchscreen-blog h2 {
  font-size: 1.6rem;
  margin-top: 48px;
  margin-bottom: 18px;
}
.touchscreen-blog h3 {
  font-size: 1.25rem;
  margin-top: 30px;
  margin-bottom: 12px;
}
.touchscreen-blog .lead {
  font-size: 1.15rem;
  margin-bottom: 32px;
  text-align: center;
  color: #4a5568;
}
.touchscreen-blog img {
  width: 100%;
  max-width: 460px;
  margin: 28px auto 36px auto;
  border-radius: 12px;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.06);
  display: block;
}
.touchscreen-blog iframe {
  width: 100%;
  max-width: 460px;
  height: 260px;
  border-radius: 12px;
  margin: 30px auto 36px auto;
  display: block;
  box-shadow: 0 4px 10px rgba(0,0,0,0.06);
}
.touchscreen-blog ul, .touchscreen-blog ol {
  margin: 16px 0 28px 22px;
}
.touchscreen-blog li {
  margin-bottom: 8px;
}
.touchscreen-blog .cta-button {
  display: inline-block;
  background-color: #1e40af;
  color: #fff;
  padding: 14px 28px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.05rem;
  margin: 36px auto 0 auto;
  transition: background-color 0.3s ease, transform 0.25s cubic-bezier(.4,2,.3,1);
  box-shadow: 0 4px 14px rgba(30,64,175,0.11);
  text-align: center;
}
.touchscreen-blog .cta-button:hover {
  background-color: #1a3696;
  transform: scale(1.045);
}
.toc {
  background: #f4f7fa;
  border-radius: 10px;
  padding: 20px 20px 14px 20px;
  margin: 32px auto 38px auto;
  max-width: 660px;
  font-size: 1rem;
  box-shadow: 0 2px 6px rgba(0,0,0,0.04);
}
.toc ul {
  margin: 14px 0 0 16px;
  padding: 0;
  list-style: disc;
}
.toc li {
  margin-bottom: 8px;
}
.toc a {
  color: #1656af;
  text-decoration: underline;
  transition: color .2s;
}
.toc a:hover {
  color: #0f1e47;
}
.touchscreen-blog .faq-section {
  margin-top: 52px;
  border-top: 2px solid #e5e7eb;
  padding-top: 28px;
}
.touchscreen-blog .faq-item {
  margin-bottom: 28px;
}
.touchscreen-blog .faq-item h3 {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 1.1rem;
}
.touchscreen-blog p {
  margin-bottom: 20px;
}
.touchscreen-blog .social-links {
  text-align: center;
  margin: 40px 0 20px 0;
  font-size: 1.07rem;
}
.touchscreen-blog .social-links a {
  display: inline-block;
  margin: 0 12px;
  color: #1e40af;
  text-decoration: underline;
  font-weight: 500;
  transition: color .2s;
}
.touchscreen-blog .social-links a:hover {
  color: #0f1e47;
}
@media (max-width: 600px) {
  .touchscreen-blog {
    padding: 12px 2vw;
    border-radius: 7px;
    box-shadow: none;
  }
  .toc {
    padding: 14px 8px 10px 8px;
    font-size: 0.96rem;
  }
  .touchscreen-blog h1 { font-size: 1.22rem; }
  .touchscreen-blog h2 { font-size: 1.09rem; }
  .touchscreen-blog img, .touchscreen-blog iframe { max-width: 98vw; }
}/* End custom CSS */