.elementor-485 .elementor-element.elementor-element-48edca7{--display:flex;}/* Start custom CSS for html, class: .elementor-element-3d5e50b */.condor-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;
  }

  .condor-wrapper .mainimg {
    flex: 1;
    max-width: 45%;
  }

  .condor-wrapper .mainimg img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  }

  .condor-wrapper h1 {
    font-size: 2rem;
    margin-bottom: 10px;
    color: #1a1a1a;
  }

  .condor-wrapper h2 {
    font-size: 1.5rem;
    margin-top: 0;
    color: #444;
  }

  .condor-wrapper p,
  .condor-wrapper ul,
  .condor-wrapper li {
    font-size: 1rem;
    line-height: 1.6;
  }

  .condor-wrapper ul {
    padding-left: 20px;
    margin: 16px 0;
  }

  .condor-wrapper .custom,
  .condor-wrapper .code {
    font-weight: bold;
    background: #f0f0f0;
    padding: 10px 12px;
    border-left: 4px solid #999;
    border-radius: 6px;
    margin: 10px 0;
  }

  .condor-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;
  }

  .condor-wrapper a:hover {
    background-color: #005bb5;
  }

  /* Responsive */
  @media (max-width: 768px) {
    .condor-wrapper {
      flex-direction: column;
      padding: 20px;
    }

    .condor-wrapper .mainimg {
      max-width: 100%;
      margin-bottom: 20px;
    }
  }/* End custom CSS */