.elementor-292 .elementor-element.elementor-element-5e78b4d{--display:flex;}/* Start custom CSS for html, class: .elementor-element-81716a7 */.aligner-wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 30px;
  padding: 40px;
  max-width: 1200px;
  margin: 40px auto;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #333;
}

.aligner-wrapper .mainimg {
  flex: 1;
  max-width: 45%;
}

.aligner-wrapper .mainimg img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.aligner-wrapper h1 {
  font-size: 2rem;
  margin-bottom: 10px;
  color: #1a1a1a;
}

.aligner-wrapper h2 {
  font-size: 1.5rem;
  margin-top: 0;
  color: #444;
}

.aligner-wrapper p,
.aligner-wrapper ul,
.aligner-wrapper li {
  font-size: 1rem;
  line-height: 1.6;
}

.aligner-wrapper ul {
  padding-left: 20px;
  margin: 16px 0;
}

.aligner-wrapper .custom,
.aligner-wrapper .code {
  font-weight: bold;
  background: #f0f0f0;
  padding: 10px 12px;
  border-left: 4px solid #999;
  border-radius: 6px;
  margin: 10px 0;
}

.aligner-wrapper a {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 16px;
  background-color: #0073e6;
  color: white;
  text-decoration: none;
  border-radius: 6px;
  font-weight: bold;
}

.aligner-wrapper a:hover {
  background-color: #005bb5;
}

/* Responsive */
@media (max-width: 768px) {
  .aligner-wrapper {
    flex-direction: column;
    padding: 20px;
  }

  .aligner-wrapper .mainimg {
    max-width: 100%;
    margin-bottom: 20px;
  }
}/* End custom CSS */