.elementor-8720 .elementor-element.elementor-element-6592d17{--display:flex;}.elementor-8720 .elementor-element.elementor-element-40dbedf{--display:flex;}.elementor-8720 .elementor-element.elementor-element-c4b6ded{--display:flex;}/* Start custom CSS for html, class: .elementor-element-4411223 */.fixmydash-container {
  max-width: 900px;
  margin: 30px auto;
  padding: 0 15px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: #333;
}

.fixmydash-container h1,
.fixmydash-container h2 {
  font-weight: 700;
  color: #1a73e8;
  margin: 30px 0 20px;
  line-height: 1.2;
  text-align: left;
}

.fixmydash-container h1 {
  font-size: 22px;
}

.fixmydash-container h2 {
  font-size: 18px;
}

.fixmydash-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 50px;
  flex-wrap: wrap;
}

.fixmydash-row.reverse {
  flex-direction: row-reverse;
}

.fixmydash-col-image {
  flex: 0 0 40%;
  max-width: 40%;
}

.fixmydash-col-image img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.12);
  display: block;
}

.fixmydash-col-text {
  flex: 1 1 55%;
  max-width: 55%;
}

.fixmydash-col-text p,
.fixmydash-col-text ul {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 20px;
}

.fixmydash-col-text a {
  color: #1a73e8;
  text-decoration: none;
}

.fixmydash-col-text a:hover {
  text-decoration: underline;
}

@media (max-width: 700px) {
  .fixmydash-row,
  .fixmydash-row.reverse {
    flex-direction: column;
  }
  .fixmydash-col-image,
  .fixmydash-col-text {
    max-width: 100%;
    flex: 1 1 100%;
  }
  .fixmydash-col-image {
    margin-bottom: 20px;
  }
}/* End custom CSS */