/* Tabla comparativa funciones en Premium*/
  .cdm-upgrade-table {
    margin: 32px 0;
  }

  .cdm-upgrade-intro {
    margin: 0 0 18px;
    color: #666;
  }

  .cdm-upgrade-table table {
    line-height: 1.5;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    overflow: hidden;
  }

  .cdm-upgrade-table th,
  .cdm-upgrade-table td {
    padding: 12px 14px;
    border-bottom: 1px solid #e5e7eb;
    text-align: left;
    vertical-align: top;
  }

  .cdm-upgrade-table thead th {
    background: #f8f5ff;
    color: #111827;
    font-weight: 700;
    text-align: center;
  }

  .cdm-upgrade-table tbody tr:last-child td {
    border-bottom: none;
  }

  .cdm-upgrade-table tbody td:nth-child(2) {
    color: #6b7280;
  }

  .cdm-upgrade-table tbody td:nth-child(3) {
    color: #111827;
    font-weight: 600;
  }

  @media (max-width: 768px) {
    .cdm-upgrade-table table,
    .cdm-upgrade-table thead,
    .cdm-upgrade-table tbody,
    .cdm-upgrade-table th,
    .cdm-upgrade-table td,
    .cdm-upgrade-table tr {
      display: block;
    }

    .cdm-upgrade-table thead {
      display: none;
    }

    .cdm-upgrade-table tr {
      border-bottom: 1px solid #e5e7eb;
      padding: 10px 0;
    }

    .cdm-upgrade-table td {
      border: none;
      padding: 6px 0;
    }

    .cdm-upgrade-table td:nth-child(1) {
      font-weight: 700;
      margin-bottom: 4px;
    }

    .cdm-upgrade-table td:nth-child(2)::before {
      content: "Free: ";
      font-weight: 700;
      color: #111827;
    }

    .cdm-upgrade-table td:nth-child(3)::before {
      content: "Premium: ";
      font-weight: 700;
      color: #111827;
    }
  }
/* Fin tabla comparativa funciones en Premium*/