/* Start custom CSS for html, class: .elementor-element-9c5590d */.elementor-51224 .elementor-element.elementor-element-9c5590d h3 {
        margin-top: 0px !important;
        margin-bottom: 20px;
    }
    
    .comparison-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
      gap: 2rem;
      max-width: 1200px;
      margin-inline: auto;
    }

    /* --- Cards --- */
    .tool-card {
      background: #ffffff; /* white */
      border-radius: 1rem; /* 2xl */
      box-shadow: 0 6px 14px rgba(0, 0, 0, 0.06);
      display: flex;
      flex-direction: column;
      overflow: hidden;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    

    .tool-card h3 {
      margin: 0;
      padding: 1rem 1.25rem;
      font-size: 1.5rem; /* xl */
      background: #f9fafb; /* gray‑50 */
      border-bottom: 1px solid #e5e7eb; /* gray‑200 */
    }

    /* --- Lists --- */
    .list {
      padding: 1rem 1.5rem;
    }
    .list h4 {
      margin: 0 !important;
      font-size: 1.125rem; /* lg */
    }
    .list ul {
      list-style: none;
      padding: 0;
      margin: 0;
    }
    .list li {
      display: flex;
      align-items: flex-start;
      gap: 0.5rem;
      margin-bottom: 0.5rem;
      line-height: 1.4;
    }
    .icon {
      font-weight: bold;
      width: 1.25rem;
    }
    .pro .icon {
      color: #16a34a; /* green‑600 */
    }
    .con .icon {
      color: #dc2626; /* red‑600 */
    }/* End custom CSS */